Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Distributed Hadoop1.2.1 cluster installation     - GoldenGate for Oracle data consistency initializing (Database)

- Ubuntu 14.04 / 14.10 how to install FFmpeg 2.5.1 (Linux)

- Enable Intel Rapid Start in GNU / Linux (Linux)

- Add your own kernel and ramfs based on an existing Linux LiveCD (Linux)

- Appweb configuration in detail (Server)

- Delay for the specified IP port analog network to send and receive packets on Linux (Linux)

- Vim simple configuration (Linux)

- Related to optimize the use of Btrfs file system on SSD (Linux)

- Caffe install under Ubuntu 14.04 64bit (Linux)

- Linux common network tools: traceroute routing of scanned (Linux)

- Subsequent binary search tree traversal sequence (Programming)

- Linux operating system to solve a serious fault handling (Linux)

- Java concurrent programming using the synchronized keyword ReentrantLock alternative primitive (Programming)

- Variables Python variables (Programming)

- MySQL view (Database)

- How to set up HTTPS policies for older browsers (Server)

- Du and df show disk space usage inconsistent Causes and Treatment (Linux)

- How to use Xmanager Remote Desktop and VNC Log (Linux)

- Linux system man help tips (Linux)

- Ubuntu: To install chat client Chatty 0.6.1 (Linux)

 
         
  Distributed Hadoop1.2.1 cluster installation
     
  Add Date : 2018-11-21      
         
         
         
  Installation is very simple, copy the downloaded Hadoop file to the appropriate directory, and then compressed to, the key is first to be installed JDK, pre-configured to Linux.
Now I put my record operating procedure is as follows, for your reference:
 
HadoopSrv01 log on to the machine, proceed as follows:
 1: su - grid
 2: tar -xvf hadoop-1.2.1-bin.tar.gz
 3: After unpacking, will add a hadoop-1.2.1 directory under / home / grid directory
 4: cd hadoop-1.2.1 Creating tmp directory mkdir tmp
 5: cd conf directory of hadoop-env.sh, core-site.xml, hdfs-site.xml, mapred-site.xml, masters, slaves configuration file
 
6: Modify hadoop-env.sh file, only you need to set export JAVA_HOME = / usr / java / jdk1.8.0 to the other without modification.
 7: Modify the core-site.xml file, add the following