2

Is there a way where we can set composite key in --hbase-row-key in sqoop command. Something like: --hbase-row-key column1,column2

Also, can we somehow start the key in hbase from 1 and sort of auto-increment it for each new row entry from mysql. When another sqoop process runs, we can pick up the last max id, and increment it from there itself.

4

1 回答 1

1

不幸的是,Sqoop 目前不支持您的任何请求。您只能指定一列用作 HBase 的行键。我建议您在Sqoop 的 JIRA上创建一个新票证来请求此类功能。

编辑:

通过 Sqoop 1.4.4 中的 SQOOP-1038 添加了使用多列作为行键导入 HBase 的功能。

于 2013-04-24T03:51:15.257 回答