Xiaomin Zhang created SQOOP-2952:
------------------------------------
Summary: row key not added into column family using
--hbase-bulkload
Key: SQOOP-2952
URL: https://issues.apache.org/jira/browse/SQOOP-2952
Project: Sqoop
Issue Type: Bug
Reporter: Xiaomin Zhang
While using --hbase-bulkload to import a table to HBase, the row key were not
added into the column family even sqoop.hbase.add.row.key=true was defined
Example command line:
sqoop import -Dsqoop.hbase.add.row.key=true --connect
jdbc:mysql://localhost:3306/XXX --username xxx --password xxx
--hbase-create-table --hbase-table XXX --column-family cf --table TBL
--split-by ID --hbase-row-key ID --hbase-bulkload --target-dir /tmp/bulkload
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)