lesson 2 hbase install on hadoop

hbase install on hadoop

step1 stop all hadoop progress

[hadoop@Master hadoop]$ bin/stop-all.sh 
stopping jobtracker
slave1.hadoop: no tasktracker to stop
slave2.hadoop: no tasktracker to stop
stopping namenode
slave1.hadoop: no datanode to stop
slave2.hadoop: no datanode to stop
Master.hadoop: stopping secondarynamenode

step2 start hbase

[hadoop@Master bin]$ sh start-hbase.sh 
starting master, logging to /usr/hadoop/hbase/bin/../logs/hbase-hadoop-master-Master.hadoop.out

step3 enter the hbase command enviorement

[hadoop@Master bin]$ ./hbase shell
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.94.14, r1543222, Mon Nov 18 23:23:33 UTC 2013


hbase(main):001:0> 

猜你喜欢

转载自blog.csdn.net/link200809/article/details/17629721
今日推荐