Difference between revisions of "Bright:Deploying Hadoop"

From Define Wiki
Jump to navigation Jump to search
Line 11: Line 11:
 
[[File:hadoop-install0.png | 800px]]
 
[[File:hadoop-install0.png | 800px]]
  
* sd
+
* Provide instance name, java installation path and Hadoop data path:
 
[[File:hadoop-install1.png | 500px]]
 
[[File:hadoop-install1.png | 500px]]
  
*dd
+
* Provide Hadoop distribution and make sure the tarball names are correct:
 
[[File:hadoop-install2.png | 500px]]
 
[[File:hadoop-install2.png | 500px]]
  
*ff
+
* Select namenodes and Yarn server host:
 
[[File:hadoop-install3.png | 500px]]
 
[[File:hadoop-install3.png | 500px]]
  
*yy
+
* Select the category of the Hadoop nodes:
 
[[File:hadoop-install4.png | 500px]]
 
[[File:hadoop-install4.png | 500px]]
  
*uu
+
* Select any other optional nodes to act as data nodes:
 
[[File:hadoop-install5.png | 500px]]
 
[[File:hadoop-install5.png | 500px]]
  
*hh
+
* Select Zookeeper nodes (at least 3):
 
[[File:hadoop-install6.png | 500px]]
 
[[File:hadoop-install6.png | 500px]]
  
*uu
+
* Select HBASE nodes:
 
[[File:hadoop-install7.png | 500px]]
 
[[File:hadoop-install7.png | 500px]]
  
*uu
+
* Review the configuration file and save it if it's needed:
 
[[File:hadoop-install8.png | 500px]]
 
[[File:hadoop-install8.png | 500px]]
  
 
== Installing from terminal ==
 
== Installing from terminal ==

Revision as of 10:51, 11 February 2015

First steps

  • Before any installation, make sure you have the appropriate licence to install Hadoop nodes.
  • Preferably, create a new Node Category, which will include all the Hadoop nodes (nameservers, datanodes etc.)
  • Install the cm-hortonworks-hadoop package, through Bright:
 sudo yum install cm-hortonworks-hadoop

Installing from CMGUI

  • Go to the "Hadoop HDFS" tab and click "Add HDFS Instance"
Error creating thumbnail: File missing
  • Provide instance name, java installation path and Hadoop data path:
Error creating thumbnail: File missing
  • Provide Hadoop distribution and make sure the tarball names are correct:
Error creating thumbnail: File missing
  • Select namenodes and Yarn server host:
Error creating thumbnail: File missing
  • Select the category of the Hadoop nodes:
Error creating thumbnail: File missing
  • Select any other optional nodes to act as data nodes:
Error creating thumbnail: File missing
  • Select Zookeeper nodes (at least 3):
Error creating thumbnail: File missing
  • Select HBASE nodes:
Error creating thumbnail: File missing
  • Review the configuration file and save it if it's needed:
Error creating thumbnail: File missing

Installing from terminal