Get the App
  • 11. MapReduce-- Custom Input input

    11. MapReduce-- Custom Input input

    When it comes to implementing the method of defining input in the input principle of MapReduce--input, it is actually inheriting the methods of InputFormat and RecordReader implementation. The following example illustrates the operation. 1. It is required to merge multiple files into one

    Shulou · 2022-06-03 06:55
  • What is big data opening up?

    What is big data opening up?

    Big data's value evaluation needs to be comprehensively evaluated from social benefits, enterprise benefits, personal benefits and product benefits. For example, the collision of financial data and e-commerce data produces Internet finance such as microfinance; the encounter of telecommunications data and government data can produce demographic value.

    Shulou · 2022-06-03 06:55
  • Storm Note arrangement (4): core concept and Verification of Storm-- parallelism and streaming grouping

    Storm Note arrangement (4): core concept and Verification of Storm-- parallelism and streaming grouping

    [TOC] the parallelism of Storm core concepts Work1 worker processes execute a subset of 1 topology (Note: there will not be a single worker for multiple topology services). One worker process starts one or more exe

    Shulou · 2022-06-03 06:55
  • How to realize data Partition in Hive

    How to realize data Partition in Hive

    Partitions in Hive are subdirectories, dividing a large dataset into smaller datasets according to business needs. So how to partition data in Hive? What kind of problems should be paid attention to when zoning? How to limit the number of partitions? 1. Hive only: load the partition

    Shulou · 2022-06-03 06:55
  • Python Notes-Modul

    Python Notes-Modul

    A module is a piece of code that ends with a .py file that introduces: import math, which is placed at the top of the script to call the function: module name. Function name imports part of the module from modname import name1 [, name2 [,...

    Shulou · 2022-06-03 06:55
  • Extending Spring Data QBE to realize dynamic range query

    Extending Spring Data QBE to realize dynamic range query

    Spring Data JPA provides Query by Example (QBE) query technology to realize dynamic condition query without having to write tedious condition judgment. But QBE does not support range query. This article combines QBE and Specificatio.

    Shulou · 2022-06-03 06:55
  • VBS Exit

    VBS Exit

    ExitTest-exit the entire TEST. ExitAction-exits the current operation, regardless of its loop properties. ExitActionIteration-the current loop of the exit operation. ExitRun-exit the test, regardless of whether it follows

    Shulou · 2022-06-03 06:55
  • HDFS Learning Summary (Hadoop2.xx version) v1.2

    HDFS Learning Summary (Hadoop2.xx version) v1.2

    Hadoop2.xx cluster building: http://bigtrash.blog.51cto.com/8966424/18304231.HDFS (Hadoop Distributed File System)

    Shulou · 2022-06-03 06:55
  • Kafka-2.11 Learning Notes (2) introduction of Shell script

    Kafka-2.11 Learning Notes (2) introduction of Shell script

    Lu Chunli's work notes, who said that programmers should not have literary style? The main shell scripts for Kafka are [hadoop@nnode kafka0.8.2.1] $ll Total 80-rwxr-xr-x 1 hadoop hadoop

    Shulou · 2022-06-03 06:55
  • Calculation of Tmall double Eleven War Room Project based on Storm flow (Storm Kafka HBase)

    Calculation of Tmall double Eleven War Room Project based on Storm flow (Storm Kafka HBase)

    Calculation of Tmall double Eleven War Room Project actual Combat (Storm Kafka HBase Highchats) based on Storm Stream address: https://pan.baidu.com/s/18Hd94BmSDGSeZRRA-MD

    Shulou · 2022-06-03 06:54
  • Manage clusters using Greenplum

    Manage clusters using Greenplum

    1. Administration uses Greenplum cluster 1.1 to start the Greenplum database $gpstart-a1.2 effective for requiring database restart $gpstop-r1.3 only reload changes configuration file effective $gpstop

    Shulou · 2022-06-03 06:54
  • Install Hadoop2.7.3

    Install Hadoop2.7.3

    1. Extract and move to the appropriate directory, I am used to putting the software in the / opt directory, the command is as follows: tar-zxvf hadoop-2.7.3.tar.gzmv hadoop-2.7.3 / opt2. Modify / etc/profile3

    Shulou · 2022-06-03 06:54
  • Spring-boot-plus Quick start Quick Start (1)

    Spring-boot-plus Quick start Quick Start (1)

    Spring-boot-plus quickly starts Quick Start1. Clone project to local git clone git@github.com:geekidea/spring-boot-plus.git2

    Shulou · 2022-06-03 06:54
  • Basic components and basic Operation of HDFS

    Basic components and basic Operation of HDFS

    Explanation of HDFS component structure diagram: 1. As shown in the figure, NameNode plays the role of master, and its duties include: managing the namespace of the document system (namespace); adjusting client access to the required files (files stored in DateNode) 2, D

    Shulou · 2022-06-03 06:54
  • Perspective of Spark Job (23) from the Angle of physical execution

    Perspective of Spark Job (23) from the Angle of physical execution

    1. Think again that even if pipeline uses pipeline, function f will operate on data sets in dependent RDD in two ways: 1, f (record), f acts on each record of the set, only one record at a time; 2, f (r)

    Shulou · 2022-06-03 06:54
  • Http test case for jmeter

    Http test case for jmeter

    1. Add thread group2, http request3, view Results tree4, constant throught timer for example: configure 6tps5, add csv Dat

    Shulou · 2022-06-03 06:54
  • The realization of the function of generating and using the QR code of Wechat with scene parameters?

    The realization of the function of generating and using the QR code of Wechat with scene parameters?

    Introduction to the principle of parameter QR code: official account currently has two types of QR code 1, temporary QR code, 30-day validity period 2, permanent QR code, no failure time channel QR code generation (parameter QR code generation) 1, login micro account gang 2, enter the home page of the management center after login-> function management channel 2

    Shulou · 2022-06-03 06:54
  • Application of Common methods of string in python

    Application of Common methods of string in python

    # string method: the function of center# is to center the string within a certain width area # this method is the same as the ^ in the format we used earlier # ^ print ("<" + "hello" .center (30)

    Shulou · 2022-06-03 06:54
  • The use of format method in python

    The use of format method in python

    The # field width, precision, and thousand-bit delimiter # 100000000000 allows a numeric value to be output in a width range of 2. If the numeric value is less than 12 digits, fill in the space on the left with 4 digits print ("a: {num:2}" .format (nu)

    Shulou · 2022-06-03 06:54
  • Jenkins+TestNG+TestLink for Automation implementation

    Jenkins+TestNG+TestLink for Automation implementation

    The perfect combination of Jenkins and TestNG has been realized before, but some disadvantages have been found in the process of use, mainly because the correlation between the test code and the test case is not strong, and the test code execution state and the test case execution state can not be directly related! In order to solve this problem, we must

    Shulou · 2022-06-03 06:54