Get the App
  • Travis CI eval. / gradlew assemble error

    Travis CI eval. / gradlew assemble error

    The problem encountered an error during the integration compilation of Travis CI. <-> 0% WAITINGThe command "eval. / gradlew assemble" faile

    Shulou · 2022-06-03 06:42
  • Functional programming of Spark

    Functional programming of Spark

    Spark is a rapidly developing distributed parallel data processing framework in recent years. It is very important to understand and master spark for learning big data. But spark depends on function units, so what is its functional programming process? How do we apply it? 1. Letter from Spark

    Shulou · 2022-06-03 06:42
  • Notes on the basic values of Software testing

    Notes on the basic values of Software testing

    First, testing is a technical survey to obtain information. 1. Testing is the process of executing a program in order to find errors. Testing is a process of obtaining information, which is used to reduce the risk of decision-making. testing is service work. Low-quality information does not help decision-making, and may waste the team's time, or even make the wrong decision team.

    Shulou · 2022-06-03 06:42
  • Implementation of binary search in C language

    Implementation of binary search in C language

    Binary search, also known as half search (Binary Search), is a more efficient search method. However, half-and-half lookup requires that the linear table must have a sequential storage structure, and the elements in the table are arranged in order by keyword. Usually, when you look up an array, you will find that one search is very wavy.

    Shulou · 2022-06-03 06:42
  • List Learning Notes of python Glory Road Test Development Class

    List Learning Notes of python Glory Road Test Development Class

    # coding=utf-8book_list_in_library = [] ready_borrow_book_list = [] borrowed_book_list = [] menu_info =

    Shulou · 2022-06-03 06:42
  • The purpose of software architecture design

    The purpose of software architecture design

    To put it simply, the purpose of software architecture design is to decompose the software system and reduce the complexity of software system development on the premise of maintaining the internal relationship of the software, while the basic method of decomposing the software system is nothing but layering and segmentation. But on the premise of keeping the internal relationship of the software, how to divide the system into layers and what to?

    Shulou · 2022-06-03 06:42
  • Visual Intelligence engine + data decision engine-- creating Business

    Visual Intelligence engine + data decision engine-- creating Business "Intelligent Sand Table"

    As we all know, online merchants can easily obtain a great deal of basic information such as purchase rate, collection rate, conversion rate, turnover and so on through a large number of front-end "burying points" of Taobao platform, and even at a more detailed level. obtain the data of changes in the flow of commodity keywords or new / popular styles, or even merchants

    Shulou · 2022-06-03 06:41
  • Big data's Learning Route-thinking Map of Oracle Senior Technical Director

    Big data's Learning Route-thinking Map of Oracle Senior Technical Director

    Recently, many people have asked me how to learn from big data. I also thought about it for a long time before I started to write this article. On the one hand, I am only a primary school student in big data's study, and I am afraid of being amused; on the other hand, big data's own field is broad and profound, and it is really difficult to use a wide range of technologies.

    Shulou · 2022-06-03 06:41
  • Load product performance test-- new test

    Load product performance test-- new test

    1, network topology: 2, tester client configuration 1) occupy port 2) load configuration 3) action configuration 4) client network segment 5) select port 6) joint configuration 3) server side configuration 1) http server policy 2) http transmission data configuration 3) server side network segment

    Shulou · 2022-06-03 06:41
  • Introduction to Apache Flink Zero Foundation (1): analysis of basic Concepts

    Introduction to Apache Flink Zero Foundation (1): analysis of basic Concepts

    Author: definition, architecture and principle of Chen Shouyuan, Dai Zili and Apache Flink Apache Flink is a distributed big data processing engine, which can perform stateless or stateless computing on limited and infinite data streams, and can be deployed in a variety of cluster environments.

    Shulou · 2022-06-03 06:41
  • Device-mapper block-level deletion (dm dedup) & lt;3> code structure (4)

    Device-mapper block-level deletion (dm dedup) & lt;3> code structure (4)

    6. Code structure (4) the last article on the "small" writing process of dm dedup introduced the writing process of dm dedup, and this article introduced a special process of it. If we receive the alignment bio but its size < block_size, then we cannot enter it directly at this time.

    Shulou · 2022-06-03 06:41
  • Getting started, installation and configuration of Spark

    Getting started, installation and configuration of Spark

    The following is the material of big data written by the education of the old boy. Please indicate the source of the reprint: http://www.oldboyedu.comHadoopHadoop is a distributed computing engine with four modules, common, hdfs, mapreduce and y.

    Shulou · 2022-06-03 06:41
  • TEZ MRR optimize to MR?

    TEZ MRR optimize to MR?

    Https://issues.apache.org/jira/browse/HIVE-2340select userid,count (*) from u_data group by userid or

    Shulou · 2022-06-03 06:41
  • Resolve Mac OS X 11 unable to copy file problem

    Resolve Mac OS X 11 unable to copy file problem

    1. After upgrading Mac OS X 11, you want the copy file to the system directory. Sudo cp-f test.txt / usr/bin/2, it is found that there are permission problems even if the permission sudo is used. Cp: / usr/bin/test

    Shulou · 2022-06-03 06:41
  • Review | Apache Flink X Apache RocketMQ Shanghai Station (PPT download)

    Review | Apache Flink X Apache RocketMQ Shanghai Station (PPT download)

    On July 6, Apache Flink Meetup X Apache RocketMQ Shanghai Station, Flink technical experts from Alibaba and NetEase shared the pass with the bigwigs of the Apache RocketMQ community.

    Shulou · 2022-06-03 06:41
  • Pg 10 wal Archive synchronization configuration

    Pg 10 wal Archive synchronization configuration

    I. rsync server (172.16.3.226) CentOS 7.2x6 yum install-y rsync# mkdir-p-m 0700 / db/wal_archive#

    Shulou · 2022-06-03 06:41
  • Centos7 hadoop-2.7.3 fully distributed installation configuration

    Centos7 hadoop-2.7.3 fully distributed installation configuration

    Operating system version: centos7 64-bit hadoop version: hadoop-2.7.3hbase version: hbase-1.2.4 machine: 192.168.11.131 master1 Namenode Resourc

    Shulou · 2022-06-03 06:41
  • Essential for beginners: analysis of the main modules of big data frame Hadoop

    Essential for beginners: analysis of the main modules of big data frame Hadoop

    Hadoop Common: includes utility classes commonly used by Hadoop, renamed from the original Hadoop core section. Mainly includes system configuration tool Configuration, remote procedure call RPC, serialization mechanism and Hadoop abstraction.

    Shulou · 2022-06-03 06:41
  • Autotest setting time

    Autotest setting time

    In vim / usr/local/autotest/frontend/settings.pysettings.py: TIME_ZONE = 'Asia/Shanghai' change system time zone: cp / usr/

    Shulou · 2022-06-03 06:41
  • Introduction of Apache Spark blacklist (Blacklist) mechanism

    Introduction of Apache Spark blacklist (Blacklist) mechanism

    When using Apache Spark, jobs run on different nodes in a distributed manner; especially when the size of the cluster is very large, it is very common for the nodes of the cluster to have various problems, such as problems with a certain disk. We all know ApacheSpark.

    Shulou · 2022-06-03 06:41