我知道Sqoop 1.4。*支持导入HBase没问题。但是当我开始使用Sqoop2时,发生了以下情况:
sqoop:000> create job --xid 1 --type import
Creating job for connection with id 1
Please fill following values to create new job object
Name: First job
Database configuration
Schema name: test
Table name: Student
Table SQL statement: select * from Student
Table column names: id,name
Partition column name: id
Boundary query:
Output configuration
Storage type:
0 : HDFS
正如你所看到的,最后一个提示并没有给我任何其他选项,只有0:HDFS?我确定Sqoop2作业支持导入到HBase?在Sqoop2周围找到任何文件都很困难。有人可以给我一个指针吗?