lesson 2 hbase install on hadoop

来源:互联网 发布:js中join的用法 编辑:程序博客网 时间:2024/06/05 21:14

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> 

0 0
原创粉丝点击