-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18492/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-6473
https://issues.apache.org/jira/browse/HIVE-6473
Repository: hive-git
Description
-------
>From the JIRA:
Generating HFiles for bulkload into HBase could be more convenient. Right now
we require the user to register a new table with the appropriate output format.
This patch allows the exact same functionality, but through an existing table
managed by the HBaseStorageHandler.
Diffs
-----
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
8cd594b
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHFileOutputFormat.java
6d383b5
hbase-handler/src/test/queries/negative/generatehfiles_require_family_path.q
PRE-CREATION
hbase-handler/src/test/queries/positive/hbase_bulk.m f8bb47d
hbase-handler/src/test/queries/positive/hbase_bulk.q PRE-CREATION
hbase-handler/src/test/queries/positive/hbase_handler_bulk.q PRE-CREATION
hbase-handler/src/test/results/negative/generatehfiles_require_family_path.q.out
PRE-CREATION
hbase-handler/src/test/results/positive/hbase_handler_bulk.q.out PRE-CREATION
Diff: https://reviews.apache.org/r/18492/diff/
Testing
-------
Thanks,
nick dimiduk