1.修改sqoop的配资文件
2.从mysql导入到hbase(import)
bin/sqoop import
--connect jdbc:mysql://linux-hadoop3.ibeifeng.com:3306/sqoop
--username root
--password 123456
--table tohdfs
--hbase-create-table
--hbase-table s1
--hbase-row-key id
--column-family info
-m 1
3.mysql中的数据
3.结果
scan 's1'
4.从hbase导出
没有这种用法。
做法:hbase与hive的集成
hive操作hbase。
然后hive导出。