November 2014
Beginner to intermediate
326 pages
7h 4m
English
Let's install Hadoop and other components such as NameNode, DataNode, MapReduce, secondary NameNode, and so on using the yum command available in RHEL distributions:
sudo yum clean all; sudo yum install hadoop-hdfs-namenode sudo yum install hadoop-hdfs-secondarynamenode sudo yum install hadoop-0.20-mapreduce-tasktrackerhadoop-hdfs-datanode sudo yum install hbase
rpm –qa<hadoop/hbase> command:You can start and stop the processes using the following commands:
/usr/lib/hadoop/bin/hadoop-daemon.sh<start/stop><daemon name> /usr/lib/hbase/bin/hbase-daemon.sh<start/stop><daemon name>
Read now
Unlock full access