Details
Description
SQOOP-14 turns each row into a Put operation for HBase, which is fine for small imports, but probably not for larger imports. It would be nice to use the work done in https://issues.apache.org/jira/browse/HBASE-48 and https://issues.apache.org/jira/browse/HBASE-1923 for bulk imports into a new or existing table, respectively, for larger imports.