CentOS 7 cluster deployment Hadoop 2.7.3
I. Explanation
_
2. Installation of Virtual Machine (CentOS 7 is used in this paper)
_1. In this paper, CetnOS7 installation and deployment is adopted. 2. jdk1.8 3. Hadoop 2.7.3
hostname
ip
master
10.10.1.3
slave1
10.10.1.4
3. Install jdk, configure firewall, SSH
Modify hostname There is a big difference ...
Added by Simply Me on Mon, 24 Jun 2019 00:39:40 +0300
Common Git Operating Commands
Common commands
git --version View version information
git config --global user.name = "name" Configure User Name
git config --global user.email = "xxx@xxx.com" Configure user mailbox
cd: Switch the working directory. change directory
pwd: Print the working directory. print work directory
ls: View the contents of the specif ...
Added by jhlove on Wed, 19 Jun 2019 00:36:02 +0300
Build your own Git server in Ubuntu 14.04
Source environment will be built recently. There was no ready-made environment, so we had to build it ourselves. Based on Ubuntu 14.04. Other versions of Ubuntu are theoretically available. Follow-up in collating again about Git Build under Server Android Source version management.
Ad locum git The benefits of version management are n ...
Added by rpanning on Wed, 19 Jun 2019 00:17:58 +0300
linux Operations, Maintenance and Architecture - rsync
1. Introduction to rsync
rsync is a tool for synchronous backup of full and incremental local or remote data mirrors
Common command parameters for rsync
Description of command parameter parameters
- a (- archive) archive mode, which means that files are transmitted recursively and all file attributes are preserved, equal to rtopgDl
- V (- ...
Added by xmitchx on Thu, 06 Jun 2019 03:31:29 +0300
Swing Learning - --------- QQ Login Interface Making (I)
Recently, the course is a little tight, so I put aside the study of SSH temporarily, and wait a little less time to start the follow-up of SSH blog. This semester's JAVA course has learned the chapters of graphical user interface, and began to contact awt and swing learning. I want to use the knowledge I learned to design a login interface th ...
Added by v0id on Sat, 25 May 2019 23:31:08 +0300
Docker exec and Docker attach
Statement:This blog is welcome to forward, but please keep the original author's information!Blog address: http://blog.csdn.net/halcyonbaby Sina Weibo: @Looking for Miracles
The content is my study, research and summary. If there are similarities, it is my honor!
==================
Docker exec and Docker attach
Whether a dev ...
Added by dhie on Sun, 19 May 2019 18:26:17 +0300
Docker(6): Docker Swarm of Docker's Three Swordsmen
In practice, it is not enough to use a single Docker node in the production environment, so it is imperative to build a Docker cluster. However, in the face of many container cluster systems such as Kubernetes, Mesos and Swarm, how do we choose? Among them, Swarm is Docker's native, but also the simplest, easiest to learn, the ...
Added by chmpdog on Sat, 18 May 2019 13:52:01 +0300
Using AJAX asynchronous loading to verify the existence of user names
Preface
Asynchronous loading of AJAX has always been a platitudinal topic. When it comes to AJAX, the most important thing to think about is its asynchronous loading. Recently, the editor let the asynchronous loading of AJAX play a role in the project. Let's see how it demonstrates its ability.
Narration
Asynchronous loading of AJAX: A techn ...
Added by blues on Fri, 17 May 2019 12:15:58 +0300
CDH Installation Documentation
1. Installation environment
CentOS 6.8 Virtual Machine Three
1G per memory
50G per hard disk
2. Installation packages required
CDH5.9.0 Installation Package Files included: Parcel contains files:
Files included in rpms:
Before you start the installation below, make sure the number of files is correct
3. Installation steps
First, ...
Added by robman2100 on Wed, 15 May 2019 09:27:31 +0300
Hadoop Installation and Configuration in Ubuntu
Tencent Yun ubuntu 16.04.1 LTS 64 bits
Linux operation
Modify the password of root
sudo passwd root
Log off users
logout
Close the firewall
ufw disable
Uninstall iptables components
apt-get remove iptables
Download vim components (for text editing)
apt-get install vim
Word change
sudo dpkg-reconfigure console-setu ...
Added by EXiT on Tue, 14 May 2019 16:44:32 +0300