Get the App
  • The relationship and difference of several technologies in hadoop--Hadoop ecology: the relationship and difference of hive, pig and hbase

    The relationship and difference of several technologies in hadoop--Hadoop ecology: the relationship and difference of hive, pig and hbase

    Pig, a lightweight scripting language that manipulates hadoop, was first introduced by Yahoo, but is now in decline. At the beginning, Yahoo slowly withdrew from the maintenance of pig and contributed it to the open source community to be maintained by all enthusiasts. But there are still some companies that use it, but I think

    Shulou · 2022-06-03 07:59
  • The second of the

    The second of the "data governance that thing" series: hold the data "hukou book", the data governance must be stable!

    This article mainly starts with one of the foundations and cores of data governance: metadata, and explains it concretely from the following angles: the distribution of metadata concept metadata and some practical application scenarios of collecting metadata. 1. What is metadata? If I say: Meta Data, it means tracing.

    Shulou · 2022-06-03 07:59
  • Pyautogui Automation-simulate the common operation of mouse and keyboard

    Pyautogui Automation-simulate the common operation of mouse and keyboard

    Pyautogui can control the keyboard and mouse very well, and can be used in the automated testing of our various pc products. But in fact, it is perfect to use it with pywinauto, which will be continued later. Let's first take a look at some common keyboard and mouse commands. I'll be straight.

    Shulou · 2022-06-03 07:59
  • 25 big data terms

    25 big data terms

    Big data 1. Algorithm. How does "algorithm" relate to big data? Even though the algorithm is a general term, big data's analysis makes it more popular and popular in contemporary times. two。 Analysis. At the end of the year, you may receive a year-end report from the credit card company containing all transactions for the year. If you're interested,

    Shulou · 2022-06-03 07:59
  • Automatic exit standard

    Automatic exit standard

    Interface test exit standard 1) cover all functions implemented by the interface 2) positive and negative use cases, exception cases all execute 3) Test results all pass UI automated test exit standard 1) Test covers 20-30% important functions 2) all tests pass

    Shulou · 2022-06-03 07:59
  • Discussion on Architecture Design 005Mui-Architecture Classification

    Discussion on Architecture Design 005Mui-Architecture Classification

    Architecture classification-1 there are no unified standards by implementation level, by direction of concern, by soft engineering stage, by view type, and by technical implementation style. And so on, of course, there are a lot of overlapping ● mobile architecture, ● front-end architecture, ● system by implementation hierarchy.

    Shulou · 2022-06-03 07:59
  • Play big data like Google

    Play big data like Google

    With the enrichment of life, there are more and more devices that generate data, and the volume of data that needs to be processed is also increasing day by day, and various institutions have also turned their attention to the term "big data". In the gold rush of this data, many companies have returned with a full load, but there are many companies that have failed to invest in "big data".

    Shulou · 2022-06-03 07:59
  • F# tutorial: defining higher-order functions

    F# tutorial: defining higher-order functions

    So far we have tried to write some high-order function code. This time we learn to define higher-order functions as follows:

    Shulou · 2022-06-03 07:59
  • Agile Development 1001 question 18: what to do about being beholden to strong customers for a long time? (below)

    Agile Development 1001 question 18: what to do about being beholden to strong customers for a long time? (below)

    Plan 3: train the product manager, it is not a bad thing to think that the customer is led by the nose in front of the customer, and there is less work to do demand analysis, but the key is that the customer leads east and west, as if he doesn't have a proposition. This makes the development team depressed. At this time, whether it is production or not,

    Shulou · 2022-06-03 07:59
  • Common abbreviations that development engineers need to know

    Common abbreviations that development engineers need to know

    Several abbreviations commonly used in Domain Driven Design (DDD) MVC model: VO (View Object); BO (Business Object); M stands for Model,V table

    Shulou · 2022-06-03 07:59
  • Click event

    Click event

    1. Click on the event in several ways: > > 1, anonymous inner class public class MainActivity extends Activity {private Button btn;private TextView

    Shulou · 2022-06-03 07:59
  • Advantages of structured programming

    Advantages of structured programming

    Each structure of structured programming has only one entrance and one exit, which is a principle of structured design. Following the principle of structured programming, the program designed according to the structured programming method has obvious advantages. First, the program is easy to read, understand and maintain. Programmers adopt structuralization

    Shulou · 2022-06-03 07:59
  • Apache--hbase cluster-- three nodes

    Apache--hbase cluster-- three nodes

    Premise: jdk, non-secret interworking, time synchronization, zookeeper,hadoopzookeeper document hadoop document time server to build cluster host name studycentos156clientIP192.168.233.15

    Shulou · 2022-06-03 07:59
  • Agile Development 1001 asks 26 of the series: how to prioritize?

    Agile Development 1001 asks 26 of the series: how to prioritize?

    How are questions prioritized? What is the relationship between the priority of a specific story and the priority of version planning? There are many areas in agile development that need to be prioritized many times, and this article will explore its different application scenarios and their relationships. It is worth noting that there are countless "

    Shulou · 2022-06-03 07:59
  • Report-split sheet and workbook processing for multiple data

    Report-split sheet and workbook processing for multiple data

    / * data to be generated to create a local report file * @ param tarinList * / private void createWorkbookInLocal (List tarinList) {/ * sh

    Shulou · 2022-06-03 07:59
  • Comparison between spark and hive storm mapreduce

    Comparison between spark and hive storm mapreduce

    Both Spark Streaming and Storm can be used for real-time stream computing. But the difference between them is very big. One of the differences is that the computing models of Spank Streaming and Stom are completely different, Spark Strea

    Shulou · 2022-06-03 07:59
  • Java starts the dos command to collect notes two

    Java starts the dos command to collect notes two

    Determine whether the device state can be determined with @ Testpublic void devices () throws Exception {Person p = new Person (); List deviceslist

    Shulou · 2022-06-03 07:59
  • Basic introduction of Yarn and submission process of job

    Basic introduction of Yarn and submission process of job

    The basic theory of 1.YARN 1) introduction to YARN:    YARN is a resource scheduling platform, which is responsible for providing server computing resources for computing programs, which is equivalent to a distributed operating system platform, while operating programs such as MapReduce are equivalent to running operations.

    Shulou · 2022-06-03 07:59
  • Download and compile spark-2.4.2.tgz

    Download and compile spark-2.4.2.tgz

    Doesn't 51CTO have a directory function? Uncomfortable = any questions welcome to add penguin discussion ^-^ 1176738641 = pre-preparation folder creation # create five folders under the user directory app # should be stored

    Shulou · 2022-06-03 07:58
  • Using http.get () to simply implement network verification to prevent customers from giving the final payment _ computer programming tutorial self-study

    Using http.get () to simply implement network verification to prevent customers from giving the final payment _ computer programming tutorial self-study

    First launched in: using http.get () to simply implement network verification to prevent customers from giving the final payment _ computer programming tutorial self-taught http://jianma123.com/viewthread.aardio?threadid=428 to add to the software.

    Shulou · 2022-06-03 07:58