Get the App
  • Install and configure kafka in Linux environment

    Install and configure kafka in Linux environment

    What this article shares to you is the detailed tutorial of installing and configuring kafka in the Linux environment. I believe most people do not know how to install it. In order to let you learn, I have summarized the following contents. The prerequisites must have zookeeper installed. L

    Shulou · 2022-06-03 07:09
  • What kind of design software is CATIA

    What kind of design software is CATIA

    What kind of design software is CATIA? I believe that most people do not understand, in order to let you better understand, the editor summed up the following content, do not say much, let's look down together. CATIA is a high-end CAD/CAE/CAM integrated software owned by Dassault, France, with functions covering

    Shulou · 2022-06-03 07:09
  • 50.iOS install pod

    50.iOS install pod

    Brew install cocoapods enters the project directory cd xxxxpod installxcode to start compiling the project

    Shulou · 2022-06-03 07:09
  • Analysis of Application and release of FFmpeg AVFormatContext variable

    Analysis of Application and release of FFmpeg AVFormatContext variable

    Currently using version 3.4 of FFmpegav_register_allavformat_open_inputavformat_find_stream_infoavcodec_find_decoderavc

    Shulou · 2022-06-03 07:09
  • Apply automated testing to project risk

    Apply automated testing to project risk

    First of all, you need to be clear about the goal of automated testing, that is, to submit defect reports quickly, shorten developer feedback time to defects, and ensure the entire project process. For automation itself, if you put a lot of effort into writing maintenance test code in the early stage, but with little effect, it is likely to greatly affect the test.

    Shulou · 2022-06-03 07:09
  • Building HA Cluster of spark

    Building HA Cluster of spark

    Distributed cluster construction: https://blog.51cto.com/14048416/2327802   tries to build a common distributed cluster in spark, which has the problem of single point of failure of master nodes. Hadoop2.x has started, and has made

    Shulou · 2022-06-03 07:09
  • ReqMan-requirements extraction and collaborative processing tool

    ReqMan-requirements extraction and collaborative processing tool

    ReqMan is an efficient and freely customizable requirement extraction and collaborative processing tool developed by engineering method AG in Germany. ReqMan can extract documents in PDF, Word, Excel and other formats and extract requirements items.

    Shulou · 2022-06-03 07:09
  • Badboy Automated Test tool 6 Variable Setter

    Badboy Automated Test tool 6 Variable Setter

    In the last section we learned to manually add the value of Variable list, and Badboy provides the Variable setter tool to populate the data of list in three ways. We went on to use lashou's script to complete the study. 1. Will be in T

    Shulou · 2022-06-03 07:09
  • MR programming Model and MR V1 explanation

    MR programming Model and MR V1 explanation

    MR programming model MR programming model is mainly divided into five steps: input, mapping, grouping, specification, output. Input (InputFormat): mainly consists of two steps-data sharding and iterative input data sharding (getSplits): how many splits is the data divided into?

    Shulou · 2022-06-03 07:09
  • Introduction to Reqtify and DOORS tools

    Introduction to Reqtify and DOORS tools

    This article is about the introduction of Reqtify and DOORS tools. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look. IBM Engineering Requirements Manage

    Shulou · 2022-06-03 07:09
  • Small methods in the list

    Small methods in the list

    The methods involved in this blog are: index (), append (), insert (), remove (), sort (). 1.index (): accepts a value that returns its subscript if it is in the list; if this value occurs more than once, only returns th

    Shulou · 2022-06-03 07:09
  • Installation of Hadoop software

    Installation of Hadoop software

    1. Create a folder in the home directory, MyApps2. Exe. Extract the compressed file to this directory in the command format: tar-zxvf compressed file-C unzipped path 3. Configure the network environment 4.1 temporarily modify the hostname temporarily set hostname, after the system restart, it will become invalid

    Shulou · 2022-06-03 07:09
  • Summary of Spark Streaming technical points

    Summary of Spark Streaming technical points

    Spark Streaming supports scalable (Scalable), high throughput (high-throughput) and fault tolerant (fault-tolerant) stream processing (stream processing) of real-time data streams.

    Shulou · 2022-06-03 07:09
  • Deployment and testing of hadoop2.6.5+sqoop1.4.6 Environment (1)

    Deployment and testing of hadoop2.6.5+sqoop1.4.6 Environment (1)

    Scenario description: the user's login information is recorded in the table of mysql (version 5.1.73). Now we plan to use sqoop to extract and store the login record on hdfs, and use mapreduce program to count the number of logins of each user. Environment description:

    Shulou · 2022-06-03 07:09
  • Hadoop pseudo mode configuration

    Hadoop pseudo mode configuration

    Practice environment: operating system: Ubuntu 16.04LTSHadoop version: Hadoop 2.7.11. Configure core-site.xmlhadoop@dblab:/usr/local/hadoop/etc/h

    Shulou · 2022-06-03 07:09
  • Hive and Impala load and store data function exposure

    Hive and Impala load and store data function exposure

    Hive and Impala are both data query tools built on Hadoop, so how do they load and store data in real applications? Hive and Impala store and load tables, which, like all relational databases, have their own data management structures, from

    Shulou · 2022-06-03 07:09
  • VIII. HDFS consistency flush

    VIII. HDFS consistency flush

    Background hdfs in the process of writing, only after completely writing the contents of the entire file, will it be visible to other client, otherwise it will not be visible in the process of writing. If you want to be visible immediately, you need to be consistent with the operation of flush. 2. Example of consistent flush code:

    Shulou · 2022-06-03 07:09
  • Functions in LR

    Functions in LR

    1. Web_url () A general get request uses this 2. Web_submit_form () to automatically detect the existence of form on the current page, and if so, transmit the subsequent ITEMDATA data to 3. Web_submit_data

    Shulou · 2022-06-03 07:08
  • SVN password ciphertext generation

    SVN password ciphertext generation

    Under linux, you need to generate svn ciphertext password method: / usr/bin/htpasswd-n-m user name-n to print the password to the screen-m using md5 algorithm

    Shulou · 2022-06-03 07:08
  • Pyautogui Automation-simulating the common operation of mouse and keyboard (continued)

    Pyautogui Automation-simulating the common operation of mouse and keyboard (continued)

    The previous article briefly talked about the common instructions used by pyautogui to simulate the mouse and keyboard. The following is sorted out, the keyboard input the corresponding value and key name: I sorted out a result by myself, and took a screenshot directly: this is only part of it. I can enter pyautogui.KEYBO.

    Shulou · 2022-06-03 07:08