Get the App
  • Bullshit caused by a hind leg

    Bullshit caused by a hind leg

    In the morning, I saw a friend post a moments saying, "all means and tools of software engineering should be used to improve development efficiency, and testing should be to speed up the development process, not to slow down." speaking of this friend, Chinese-American, a veteran architect who has been in Silicon Valley for many years, is currently working in BCGDV.

    Shulou · 2022-06-03 06:51
  • CDH:cloudera-scm-server dead but pid file exists

    CDH:cloudera-scm-server dead but pid file exists

    Error reporting in the CM HDFS management interface (since the information CM down cannot be viewed through the management interface, this is obtained from the log): The health test result for HDFS_CANARY_HEALTH

    Shulou · 2022-06-03 06:51
  • The construction of Java operation HDFS development environment and the reading and writing process of HDFS

    The construction of Java operation HDFS development environment and the reading and writing process of HDFS

    Before the establishment of the Java operation HDFS development environment, we have introduced how to build the HDFS pseudo-distributed environment on Linux, as well as some commonly used commands in hdfs. But how do you operate at the code level? This is what this section will introduce: 1. First

    Shulou · 2022-06-03 06:51
  • [architecture big data] Overview of the definition and objectives of Enterprise Architecture

    [architecture big data] Overview of the definition and objectives of Enterprise Architecture

    Enterprise architecture is a process that enables organizations to standardize and organize the IT infrastructure to align with business goals. The following strategies can be used to support the digital transformation of enterprises, the development of IT and the modernization of IT departments. What is enterprise architecture? Enterprise Architecture (EA) is an analysis, design, regulation

    Shulou · 2022-06-03 06:51
  • Case study of Integration of FR report and Tongda OA

    Case study of Integration of FR report and Tongda OA

    1. Make OA Laidan Tongda OA to support custom Laidan. Make use of this function to connect the FR report to Tongda OA. 1.1 add the interface of Laidan 1.2Click to edit the interface 2.1.3 the path of Zilai single module is the access path of FR report, and the FR server generally uses tomcat.

    Shulou · 2022-06-03 06:51
  • Hive points to pay attention to when opening Sentry

    Hive points to pay attention to when opening Sentry

    The main point of this article is not configuration. You need to learn how to configure. Please see that https://blog.51cto.com/smilemask/20439301.add jar cannot be used because sentry believes that referencing a third-party jar package can be bypassed.

    Shulou · 2022-06-03 06:51
  • Go Decoration Mode, the Story of a loser

    Go Decoration Mode, the Story of a loser

    Go straight to the code: package mainimport "fmt" / / now there is a loser, there is a method of pipe control, our requirement is to wear pants type diaosi struct {} func (b * diaosi) before and after the pipe.

    Shulou · 2022-06-03 06:51
  • APP-UI test

    APP-UI test

    What is UI? UI is short for User Interface (user interface). UI design refers to the overall design of human-computer interaction, operation logic and beautiful interface of the software. Good UI design not only makes the software have personality and taste, but also makes the operation of the software comfortable and simple.

    Shulou · 2022-06-03 06:51
  • Erlang and rabbitmq installation (0)

    Erlang and rabbitmq installation (0)

    1. Download address of erlang (there is a problem with the previous download on the official website): https://bintray.com/rabbitmq/rpm/erlang/20.3.8.9-12. Install erlang & rabbitmq:r

    Shulou · 2022-06-03 06:51
  • Flume-1.6.0 Learning Notes (5) sink to hdfs

    Flume-1.6.0 Learning Notes (5) sink to hdfs

    Lu Chunli's work notes, who said that programmers should not have literary style? Flume reads data from a specified directory, uses memory as a channel, and then writes the data to hdfs. Spooling Directory Source (http://

    Shulou · 2022-06-03 06:51
  • Wonderful decryption of the wonderful ancient city of big data

    Wonderful decryption of the wonderful ancient city of big data

    As a project of big data, Avro schema can be regarded as the best of the fine works. People who study or want to learn big data are fascinated by it and keep digging and learning, so what kind of mysterious veil does it have? Let's uncover it together! In order to understand Avro, we must first understand order

    Shulou · 2022-06-03 06:50
  • HyperLeger Fabric SDK Development (5)-- event

    HyperLeger Fabric SDK Development (5)-- event

    HyperLeger Fabric SDK development (5)-- event 1, introduction to event 1, introduction to event event package supports access to channel events on the Fabric network. The event client can receive block events, filter block events, and chain events

    Shulou · 2022-06-03 06:50
  • Construction of hadoop pseudo-distributed environment: installation diagram of linux operating system

    Construction of hadoop pseudo-distributed environment: installation diagram of linux operating system

    This article is followed by a "getting started: detailed steps for virtual machines to build a hadoop environment". In the previous article, someone asked why the hadoop installation was not written. As explained at the beginning of the article, the hadoop installation will be written later, because the entire series of articles cover screenshots of each step.

    Shulou · 2022-06-03 06:50
  • Submit stage

    Submit stage

    / / submit stage to create a batch of task,task and partition private def submitMissingTasks for stage (stage: Stage, jobId: Int

    Shulou · 2022-06-03 06:50
  • The practice of transferring Jstorm to Flink in Jinri Toutiao

    The practice of transferring Jstorm to Flink in Jinri Toutiao

    Author: Zhang Guanghui this article will show you the whole process of how Byte Jump migrates Storm from Jstorm to Flink and its subsequent plans. You can learn about the background of the introduction of Flink by byte jump companies and the process of building Flink clusters. Byte beat Corp.

    Shulou · 2022-06-03 06:50
  • Data analysis model of the 10th largest user behavior released by several geeks-interval analysis

    Data analysis model of the 10th largest user behavior released by several geeks-interval analysis

    Number of geeks released the 10th largest user behavior data analysis model-interval analysis. 1. What is interval analysis? When we analyze the user transformation behavior, in addition to using the six conversion rate analysis and promotion model of geek, we will also pay attention to the time required for the user to complete the conversion.

    Shulou · 2022-06-03 06:50
  • Comparison of performance testing tools-ngrinder jmeter loadunner

    Comparison of performance testing tools-ngrinder jmeter loadunner

    Performance tools compared to JMeter based on UI operations, easy to use, but do not have programming capabilities. Second, it is almost impossible for JMeter to simulate thousands of users based on threads. Loadrunner can be said to be the one with the most applications, very convenient, but still too heavy. The future direction is certain.

    Shulou · 2022-06-03 06:50
  • Python Minimalist tutorial (5) input and output

    Python Minimalist tutorial (5) input and output

    Input function to receive keyboard input. It is mainly used to increase the fun of practice in the process of learning and practice. Let our program be relatively complete and have simple interactive ability. The output function prints the results of the code on the console, which also allows us to observe the results of the program. Also in order to increase

    Shulou · 2022-06-03 06:50
  • New features of Hadoop3.x

    New features of Hadoop3.x

    Hadoop3.x Overview A lot of features have been enhanced in Hadoop3.x, and a lot of improvements have been made, which is the upgrade of Hadoop2.x (this is nonsense). It is important to note that in Hadoop3.x, you can no longer use jdk1.7, but need to upgrade to

    Shulou · 2022-06-03 06:50
  • Rsync and keepalive configuration

    Rsync and keepalive configuration

    1.keepalive only needs to create a file keepalived.confvrrp_instance VI_1 {state BACKUPnopreemptinterface eth0vi in the / etc directory

    Shulou · 2022-06-03 06:50