Get the App
  • Why does the company need to establish a unified development framework?

    Why does the company need to establish a unified development framework?

    First, the cause: nearly a decade of barbaric growth, the development of the Internet in China is getting faster and faster, Internet science and technology has subverted more and more traditional industries, and with the progress of Internet science and technology, earth-shaking changes have taken place in our clothing, food, housing and transportation. In this tide, more and more new companies are springing up like bamboo shoots after a spring rain.

    Shulou · 2022-06-03 07:34
  • Common operations of Elasticsearch: mapping section

    Common operations of Elasticsearch: mapping section

    [TOC] is actually whether the field type of es is automatically detected by es or specified by ourselves, so it can be divided into dynamic mapping and static mapping. 1 dynamic mapping 1.1 Mapping rules data in JSON format automatically speculate field types null no fields are added true

    Shulou · 2022-06-03 07:34
  • Advanced case of spark-sql

    Advanced case of spark-sql

    (1) Ash level case-UDTF seeks wordcount data format: each line is a string and separated by spaces. Code implementation: object SparkSqlTest {def main (args: Array [Stri)

    Shulou · 2022-06-03 07:34
  • How to improve the level of test case design?

    How to improve the level of test case design?

    First, define a test case (Test Case) is a set of test inputs, execution conditions, and expected results for a particular goal in order to test a program path or verify whether a particular requirement is met. First of all, testing needs to ensure the following two points: did the program do what it was supposed to do?

    Shulou · 2022-06-03 07:34
  • Agile Project Management-user profile

    Agile Project Management-user profile

    User stories: cards, conversations and identification; based on three steps. For example: company An is a subsidiary of a testing equipment company, and its main service object is the manufacturing industry. due to the obsolete early software system, customer satisfaction is very low. The company decided to redevelop one for the manufacturing pain point.

    Shulou · 2022-06-03 07:34
  • Haoop task failed. Modify the code setting to solve the problem.

    Haoop task failed. Modify the code setting to solve the problem.

    First, run the etl task and report an error: Container [pid=31306,containerID=container_1479290736535_0004_01_000003] is running beyo

    Shulou · 2022-06-03 07:34
  • Want to learn from big data? This is the complete big data learning system.

    Want to learn from big data? This is the complete big data learning system.

    The following is the first stage of big data's learning ideas sorted out by the editor: the linux system is an introductory course for big data to help you get into big data and lay a good foundation for Linux, so as to better learn Hadoop, habse and NoSQL.

    Shulou · 2022-06-03 07:34
  • What is Apache Druid? What scenarios are suitable for?

    What is Apache Druid? What scenarios are suitable for?

    Today, what the editor shares with you is the detailed introduction of Apache Druid. I believe most people don't know much about it. In order to make you understand better, the editor summed up the following content for you. Without saying much, let's move on. Apache Druid is a high-performance real-time analysis.

    Shulou · 2022-06-03 07:33
  • Assist in sub-query of mongodb computing

    Assist in sub-query of mongodb computing

    [abstract] the calculation of subquery of table data by Mongodb is not as convenient as that of relational database, but it is much easier to realize it through SPL language of aggregator, and there is no need to worry about the operation of subquery by Mongodb. In the daily development of Mongodb, you often encounter two or more

    Shulou · 2022-06-03 07:33
  • The new product of Sqoop is coming.

    The new product of Sqoop is coming.

    Although Sqoop has been steadily used in the production environment for many years, some of its own defects have brought inconvenience to the actual operation. Sqoop2 has become the object of study, so what are the advantages of Sqoop2? First of all, let's take a look at the use of Sqoop, using

    Shulou · 2022-06-03 07:33
  • Using pytest-dependency to solve the problem of dependency between use cases

    Using pytest-dependency to solve the problem of dependency between use cases

    Usage scenario: test B can be effectively carried out only after Test A has passed successfully. Use this plug-in to mark a test as a dependency on other test, and those test that depend on it will be skipped when the execution of the dependency fails. -

    Shulou · 2022-06-03 07:33
  • Selenese command list-store related commands

    Selenese command list-store related commands

    Resource recommendation: video resources: software testing related series video community resources: introduction of automated test communication group Selenium provides users with a large number of Selenese commands, which can be very convenient for users to write scripts, among which the actual scenario does not need much, in order to be able to

    Shulou · 2022-06-03 07:33
  • What is the Ranger big data security component?

    What is the Ranger big data security component?

    What is Ranger? Apache Ranger is a centralized security management framework for operating, monitoring and managing data security on the Hadoop platform. Ranger's vision is to provide comprehensive security in the Apache Hadoop ecosystem. Eye

    Shulou · 2022-06-03 07:33
  • Summary of problems encountered in sqoop2 1.99.6 and source code modification

    Summary of problems encountered in sqoop2 1.99.6 and source code modification

    1. When the cardinality of PartitionColumn is 1 (as shown in the following figure). The error will be reported as shown below. The source code is as follows:\ sqoop-1.99.6-bin-hadoop200\ connector\ connector-generic-

    Shulou · 2022-06-03 07:33
  • The loading process of Dubbo SPI extension classes

    The loading process of Dubbo SPI extension classes

    What is JDK SPI1.1? what is SPI? SPI (Service Provider Interface), the service provider interface, is a service provision mechanism built into JDK. When writing a program, interface-oriented programming is generally recommended.

    Shulou · 2022-06-03 07:33
  • Configure docker static IP address

    Configure docker static IP address

    The content of this section: lab environment: a snapshot of a virtual machine that was previously installed with docker: 4 network modes of Docker 1, Docker has the following four network modes: host mode, specified using-- net=host. Container mode

    Shulou · 2022-06-03 07:33
  • AIOps, the future is coming.

    AIOps, the future is coming.

    Gartner predicts that by the end of 2019, 1/4 of global enterprises will strategically implement AIOps to support two or more IT operational functions. By 2022, 40% of large enterprises will combine big data and machine learning functions to support and partially replace monitoring, help desk and self.

    Shulou · 2022-06-03 07:33
  • How to use customized parameters of SpringBoot

    How to use customized parameters of SpringBoot

    As we all know, one of the most attractive things about the SpringBoot framework is that it provides default configuration for a variety of framework component sets, and "zero configuration" integration and development is its ultimate goal. In theory, you can start the project without any special configuration. If you use SpringB

    Shulou · 2022-06-03 07:33
  • What should be paid attention to in building a micro-service architecture?

    What should be paid attention to in building a micro-service architecture?

    1. Build the basic service-oriented framework of micro-service architecture and the choice of platform 2. Microservice common concern 1) configuration management: configure some variable parameters of the microservice application. These parameters may be configured at one time during startup (for example, database connection string), and (2) may also be run

    Shulou · 2022-06-03 07:33
  • Summary of performance testing training-spotlight on mysql

    Summary of performance testing training-spotlight on mysql

    For performance testing monitoring, there are many ways, generally with LoadRunner we often use sitescope, because it is strong enough. But in this lecture, I would like to introduce you to another monitoring tool, specifically to monitor mysql's spotlight. What?

    Shulou · 2022-06-03 07:33