1.在mysql表中创建一个千万条数据的测试表card 2.在Hbase中创建对应的test表,指定一个列族info hbase shell create 'test','info' 3.将mysql数据导入hbase中 sqoop import --connect jdbc:mysql://192.168.20.160/test --username root --password 111111 --table card --hbase-table 'test' # 指定hbase表的列族名 --hbase-row-...
2019-05-15 16:19 3286 0