hadoop@dblab:/usr/local/hbase$ bin/start-hbase.sh#启动HBase hadoop@dblab:/usr/local/hbase$ bin/hbase shell#进入Shell模式 #创建student表 hbase(main):001:0> create 'student','Sname','Ssex','Sage','Sdept','course' 0 row(s) in 1.6440 seconds => Hbase::Table - student #查看数据...