创建hbase表 create 'vehicle_temp', 'temperature' 预分区 create 'vehicle_temp', 'temperature', SPLITS => ['10', '20', '30', '40'] [root@bigdata16 ~]# hado