Difference between revisions of "Bright:Deploying Hadoop"

From Define Wiki
Jump to navigation Jump to search
Line 34: Line 34:
 
* Review the configuration file and save it if it's needed:
 
* Review the configuration file and save it if it's needed:
 
[[File:hadoop-install8.png | 500px]]
 
[[File:hadoop-install8.png | 500px]]
 +
 +
After clicking "''Next''" on the last step, the installation will start.
  
 
== Installing from terminal ==
 
== Installing from terminal ==

Revision as of 10:53, 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

After clicking "Next" on the last step, the installation will start.

Installing from terminal