Author: Hanxinzi@ShowMeAITutorial Address: http://www.showmeai.tech/tutorials/33This article address: http://www.showmeai.tech/article-detail/150Statement: Copyright, reproduce please contact platform and author and indicate originYou have seen in the previous tutorials that Pandas can do data analysis flexibly, but as a powerful all-round tool ...
Posted by loony383 on Fri, 22 Apr 2022 20:16:14 +0300
Preliminary preparation
CentOS networking
Configure CentOS to connect to the Internet. Ping Linux virtual machine www.baidu.com It is unimpeded. Www. 68mn
Note: compile with the root role to reduce problems with folder permissions
jar package preparation (hadoop source code, JDK8, maven, ant, protobuf) (1)hadoop-2.7.2-src.tar.gz
(2)jd ...
Posted by gordong1968 on Thu, 21 Apr 2022 05:56:39 +0300
Note link
Learning notes 1-R language foundation. Study note 2 - Advanced Data Structures. Study note 3 - reading data in R language. Study note 4 - statistical chart. Learning note 5 - write R language functions and simple control loop statements. Learning Notes 6 - group operation.
Learning notes 7 - efficient grouping operation: dplyr ...
Posted by derekm on Wed, 20 Apr 2022 22:52:59 +0300
This article data analyst must see! Last time I talked about the basics of database and mysql. This time, let's learn some of the most commonly used core query statements in MySQL.
The framed part is the focus of this section
1, Single table query
SELECT Field name FROM Table name WHERE condition [GROUP BY Field name HAVING condition ORDER ...
Posted by Jaspal on Wed, 20 Apr 2022 16:58:51 +0300
MapReduce core and basic routines
MapReduce is a programming framework for distributed computing programs and the core framework for users to develop "Hadoop based data analysis applications".
The core function of MapReduce is to integrate the business logic code written by the user and its own default components into a complete dis ...
Posted by farsighted on Tue, 19 Apr 2022 12:05:36 +0300
1. Broker for ActiveMQ
1. Introduction
(1) Overview
It is equivalent to an ActiveMQ server instance.
To put it bluntly, Broker actually implements the startup of ActiveMQ in the form of code, and embeds MQ into Java code so that it can be started at any time, and then when it is used, which can save resources and ensure availability.
2. St ...
Posted by Japet on Mon, 18 Apr 2022 17:29:12 +0300
catalogue
1, Foreword
2, Logical operator
1. And
2. Or
3. Non
3, Ternary operator
4, Elementary bit operation
1. And
2. Or
3. Non
4. Same or
5. XOR
5, Shift operation
1. Move left
2. Move right
6, Priority
1, Foreword
Learning objective 1: be familiar with basic logical operators, ternary operators and calculationLearni ...
Posted by rajavel on Mon, 18 Apr 2022 04:44:58 +0300
catalogueOperating system requirementsSoftware dependencyOperating systems supported by CDH and CMFile system requirementsnproc configurationConfigure nscd for KuduDatabase requirementsJava version requirementspreparationInstalling Centos 7Download package and planningCreate installation userConfigure domain name mappingConfigure SSH password f ...
Posted by vincente on Sun, 17 Apr 2022 23:07:33 +0300
1, YARN (Distributed Resource Manager)
http://www.cnblogs.com/cxzdy/p/5494929.html
I) overall architecture of YARN
Yarn is Hadoop 2 X version proposes a new resource management architecture, which not only supports MapReduce computing, but also facilitates management, such as HBase, Spark, Storm, Tez/Impala and other applications. This new ...
Posted by brunosdiniz on Sat, 16 Apr 2022 15:04:03 +0300