Get the App
  • 0031-how to install and use Sentry with Kerberos enabled in CDH (1)

    0031-how to install and use Sentry with Kerberos enabled in CDH (1)

    Warm Tip: to see the high-definition no-code picture, please open it with your mobile phone and click the picture to enlarge. 1. The purpose of this document is to describe how to install configuration and use Sentry in a Kerberos-enabled CDH cluster. Content summary 1. How to install Sentry Services 2.

    Shulou · 2022-06-03 06:47
  • Summary of Hive-1.2.0 study notes

    Summary of Hive-1.2.0 study notes

    Lu Chunli's work notes, who said that programmers should not have literary style? Hive-1.2.0 Learning Notes (1) installation and configuration http://luchunli.blog.51cto.com/2368057/1693817Hive-1.2.0 Learning

    Shulou · 2022-06-03 06:47
  • Appium testing process

    Appium testing process

    Test steps: locate-- > interaction-- > assertion location method: id (important): corresponding resource-idaccessibility id: corresponding content-desc (important) xpath (important)-

    Shulou · 2022-06-03 06:47
  • Introduction to Hadoop basic Learning Notes (basic Concepts)

    Introduction to Hadoop basic Learning Notes (basic Concepts)

    First, blck (blck) HDFS (Hadp Distributed File System) the default most basic unit of storage is 64m blocks. Like a normal file system, files in HDFS are stored in blocks that are divided into 64m blocks

    Shulou · 2022-06-03 06:47
  • Basic knowledge of distributed system design

    Basic knowledge of distributed system design

    In cloud computing, big data, Internet and other fields, there is the concept of cluster, so how to carry out cluster management? Although each has its own way of implementation, but the idea is the same, through the leader to manage a cluster, has its own election algorithm. And there are many components with similar functions in the cluster, which are available for users.

    Shulou · 2022-06-03 06:47
  • Peak showdown between Cache and Persist in Spark

    Peak showdown between Cache and Persist in Spark

    The background of Cache, let's do a simple test to read a local file and do a collect operation: val rdd=sc.textFile( "file:///home/hadoop/data/input.tx.

    Shulou · 2022-06-03 06:47
  • Knowledge of Optical Fiber cabling in 10G/40G/100G data Center

    Knowledge of Optical Fiber cabling in 10G/40G/100G data Center

    With the increasing requirements for the expansion and scalability of the data center, how to achieve the smooth evolution of the data center from 40G/100G to 400G has become a problem, to enhance competitiveness has become cabling and even facilities must achieve reliability, manageability and flexibility. Fiber optic connectivity solutions can

    Shulou · 2022-06-03 06:47
  • Spark tuning (3): RDD refactoring and persistence

    Spark tuning (3): RDD refactoring and persistence

    First, RDD architecture refactoring and optimization try to reuse RDD. Similar RDD can be extracted as a common RDD for repeated use in subsequent RDD calculations. Second, the public RDD must be persistent. For the public RDD that needs to be calculated and used multiple times, it must be persisted.

    Shulou · 2022-06-03 06:47
  • Search platform based on Elasticsearch

    Search platform based on Elasticsearch

    Background with the rapid development of the company's business and the explosive growth of data, the current production lines of the company have search requirements, but the previous search service system due to architecture and business design, can not well meet the expectations of each line of business, mainly reflects the following three problems: can not support statements

    Shulou · 2022-06-03 06:47
  • Chinese version of OpentTsdb official documents-query performance

    Chinese version of OpentTsdb official documents-query performance

    Cache    there is no built-in cache for OpenTSDB at this time (except for the built-in GUI that will cache PNG image files for 60 seconds). Therefore, we can only rely on the cache of the underlying database. In HBase (the most common OpenTSDB backend), there is a concept of block caching that can be written to

    Shulou · 2022-06-03 06:47
  • Bash's script to parse XML

    Bash's script to parse XML

    List_all_entity list_all_entity () {echo "Usage:. / parseXmlFile.sh" bashUsage () {parseXmlFile.

    Shulou · 2022-06-03 06:47
  • Postmant sends post request

    Postmant sends post request

    First, the preparatory work 1. Analyze the request in the developer control panel of the browser, open network, select the request to be tracked, and view the headers section. Headers is divided into: General, find Request URL and Request M

    Shulou · 2022-06-03 06:47
  • II. Principle and use of spark--spark core

    II. Principle and use of spark--spark core

    [TOC] 1. Some basic terms in spark: RDD: elastic distributed dataset, which is the core focus operator of spark: some functions for operating RDD application: spark program written by the user (DriverProgram + Exe)

    Shulou · 2022-06-03 06:46
  • Frequently asked questions about the use of loadrunner11 (constantly sorting out)

    Frequently asked questions about the use of loadrunner11 (constantly sorting out)

    Loadrunner11 uses FAQ scripts to record empty 1. 0. Check whether the agreement is correct; 2. Close irrelevant browsers and set IE or Firefox as the default browser. Recording options-> Network-> Port Mapping-> capture level, modified to

    Shulou · 2022-06-03 06:46
  • Automated unit testing

    Automated unit testing

    Automated unit testing people are more casual in using the term "unit test". This can lead to confusion, especially when people start to claim that their unit tests "took a long time to execute." Defining a common vocabulary for developer tests helps to effectively classify tests, creating the

    Shulou · 2022-06-03 06:46
  • SpringBoot Learning (5)-- springboot Rapid Integration of Druid

    SpringBoot Learning (5)-- springboot Rapid Integration of Druid

    About Druid connection Pool the druid connection pool opened by Alibaba is currently the most powerful database connection pool, and it also provides a monitoring log function to analyze the implementation of SQL. Introduce druid connection pool and add com.ali to pom.xml

    Shulou · 2022-06-03 06:46
  • Big data's Application of big data's Operation

    Big data's Application of big data's Operation

    This article is extracted from Li Fudong's "big data Operation-Service-oriented Enterprise Architecture New thinking" 3.3.9 for enterprises, the goal of big data's service can be summed up as "reducing cost and increasing efficiency". Enterprises can make use of big data's service to do accurate marketing to effectively deliver their products to users with this demand.

    Shulou · 2022-06-03 06:46
  • Kafka single-thread Consumer and detailed explanation of its parameters

    Kafka single-thread Consumer and detailed explanation of its parameters

    Please use versions later than 0.9: sample code Properties props = new Properties (); props.put ("bootstrap.servers", "kafka01")

    Shulou · 2022-06-03 06:46
  • Data skew in hive

    Data skew in hive

    Data skew usually means that the hive is distributed to each node according to the key value hash, and the same key value is distributed to an execution node. Because the amount of data corresponding to some key values is much larger than that of other key values, the running time of some execution nodes is much longer than that of other nodes.

    Shulou · 2022-06-03 06:46
  • Make shipping statistics report

    Make shipping statistics report

    1. Problem description delivery statistics table is one of the commonly used reports of enterprises, which may include the number of this week, the number of this month, the number of this year, the number of last year, the number of year-on-year increase or decrease, the number of plans, and so on, and some of them are even linked to the salary of the salesman. need to directly calculate the reward and punishment salary. If you were asked to calculate the above data, which side would you use?

    Shulou · 2022-06-03 06:46