Get the App
  • Brief introduction of HADOOP biosphere and its components

    Brief introduction of HADOOP biosphere and its components

    Key components: HDFS: distributed file system MAPREDUCE: distributed computing program development framework Hive: SQL data warehouse tool based on big data technology (file system + computing framework) Hbase: distributed massive database ZOOKEE based on Hadoop

    Shulou · 2022-06-03 07:23
  • How Spark handles Chinese strings

    How Spark handles Chinese strings

    Recently, we need to use spark to extract Chinese characters. As the environment has always been English, it is found that the print is garbled. After the research, we need to do a UTF-8 conversion like this: val data_file = sc.textFile( "t

    Shulou · 2022-06-03 07:23
  • 1. The basic principle and use of Flume-- data collector

    1. The basic principle and use of Flume-- data collector

    1, Overview 1, what is flume 1) Flume provides a distributed, reliable, efficient collection, aggregation, and mobile service for large amounts of data. Flume can only run in the Linux environment. 2) Flume is based on streaming architecture and has strong fault tolerance.

    Shulou · 2022-06-03 07:23
  • Analysis of the Interface of Selenium IDE tools

    Analysis of the Interface of Selenium IDE tools

    Resource recommendation: video resources: software testing related series video community resources: automation test exchange group Selenium IDE introduction Selenium IDE (Integrated Development Environment), is S

    Shulou · 2022-06-03 07:23
  • Getting started with 2.3.1.shell awk

    Getting started with 2.3.1.shell awk

    Awk: good data processing tool awk is also a great data processing tool! Sed is often used to process an entire row, while awk tends to split a row into "fields" (or fields, that is, a column). Therefore, awk is quite

    Shulou · 2022-06-03 07:22
  • General introduction of big data's technology in the field of hadoop (role of each component)

    General introduction of big data's technology in the field of hadoop (role of each component)

    On Saturday, 2019-2-16, the general introduction of big data field technology (the role of each component) 1. Big data Technical introduction big data Technology ecosystem: Hadoop elder-class distributed massive data storage and processing technology system, good at offline data analysis Hbase based on hadoo

    Shulou · 2022-06-03 07:22
  • Data structure and algorithm Learning Notes are suitable for large-scale data sorting

    Data structure and algorithm Learning Notes are suitable for large-scale data sorting

    Data structure and algorithm Learning Notes are suitable for large-scale data sorting Preface in data sorting algorithms, different data sizes should use appropriate sorting algorithms to achieve the best results, such as small-scale data sorting. Can use bubble sorting, insertion sorting, selective sorting, their time complexity are all

    Shulou · 2022-06-03 07:22
  • One of the

    One of the "data governance things" series: the pit we stepped on together in those years

    In the era of big data, data has become a valuable asset of society and organizations, driving everything like oil and electricity in the industrial age. However, if there are too many impurities in oil and the voltage of the current is unstable, the value of the data will be greatly reduced. It is even impossible to use it at all. Therefore, data governance is the era of big data we make good use of.

    Shulou · 2022-06-03 07:22
  • Selenium Learning: simple element manipulation

    Selenium Learning: simple element manipulation

    Common methods in WebDriver: clear () clear text send_keys (* value) simulated keystroke input click () stand-alone element website login from selenium import webdriverfr

    Shulou · 2022-06-03 07:22
  • Steps for PHPUnit- Interface testing of Interface Automation Test Series

    Steps for PHPUnit- Interface testing of Interface Automation Test Series

    Then the PHPUnit- interface testing foundation of the interface automation test series continues to talk about the steps of interface testing. There is nothing special about the steps of interface testing, but the most important thing is to read the interface documentation. There is a very strange phenomenon here. As a test, we are reading all kinds of complexity every day.

    Shulou · 2022-06-03 07:22
  • Waiting method in selenium-6 test script

    Waiting method in selenium-6 test script

    Example 1:from selenium import webdriverb = webdriver.Firefox () b.find_element_by_id ("kw") .send_keys ("51cto")

    Shulou · 2022-06-03 07:22
  • 10. MapReduce--InputFormat and RecordReader abstract classes

    10. MapReduce--InputFormat and RecordReader abstract classes

    Basic principles ​ before map execution, the data needs to be sliced, and each slice corresponds to a map task. Each map task does not process the sliced data directly, it processes KV. So there are two questions: how the data is sliced and how the slicing is converted to KV to m

    Shulou · 2022-06-03 07:22
  • I want to create a set of simple open source development components based on text communication, which can be used by everyone.

    I want to create a set of simple open source development components based on text communication, which can be used by everyone.

    In the past two years, Redis database has been frequently used in development. I was impressed by its simple communication protocol and fast response, but the commercialization of ServiceStack components under .net really gave me some ideas. Of course, let me develop a complete set of Redi.

    Shulou · 2022-06-03 07:22
  • Big data platform planning

    Big data platform planning

    Background 1. "Cloud opening things", the development of the four hot information technology 1.1 services is more and more affected by technological progress. Business innovation is inseparable from technological innovation. Technology serves the business? two。 Big data technology stack panorama: distributed programming distributed file system column database (HBase, Cassa)

    Shulou · 2022-06-03 07:22
  • Apche ab stress testing tool

    Apche ab stress testing tool

    First of all, you need to install apche. After the https://www.apachehaus.com/cgi-bin/download.plx download is complete, you need to extract the package: how to start the ab tool: step 1: open cmd step 2: enter

    Shulou · 2022-06-03 07:22
  • Mac starts local kafka

    Mac starts local kafka

    Open the terminal and execute the following commands: 1, zkserver start-start zk2, start kafka2.1 cd / usr/local/Cellar/kafka/-go to the kafka installation directory 2.2 ls

    Shulou · 2022-06-03 07:22
  • Seamless docking of accurate testing and automated testing

    Seamless docking of accurate testing and automated testing

    In modern professional software testing centers, with the iteration of the project, a large number of automated test cases are usually built for each system, but it is very difficult to start a full automated test triggered by CI, which makes it pass at a large rate. Test engineers often need to invest a high cost and spend a lot of energy

    Shulou · 2022-06-03 07:22
  • Fitnesse test series-installation and environment configuration

    Fitnesse test series-installation and environment configuration

    Fitnesse installation 1, download the installation package at fitnesse. The http://fitnesse.org/FitNesseDownload installation package was given to me by a colleague, and he also downloaded it from here, so I haven't fully verified the process. Mine

    Shulou · 2022-06-03 07:22
  • Unit testing problems using annotated hibernate

    Unit testing problems using annotated hibernate

    When we do the project again, the unit test in the background is indispensable to improve the development efficiency. If you use annotations to integrate the development ssh3, and the project uses javaee5, then you may encounter problems in the unit test. The version does not support it. Please select "Properties" in the project.

    Shulou · 2022-06-03 07:22
  • Four methods of recording APP performance Test script

    Four methods of recording APP performance Test script

    Hello, everyone. Recently, a lot of people have asked me about APP performance testing. I always intended to publish it, but due to various factors, the company once asked me to explain the APP performance test to my clients. Since I came back, I always felt it necessary to write it down. All right, no more crap. Current version of LoadRu

    Shulou · 2022-06-03 07:22