-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18492/
-----------------------------------------------------------
(Updated May 22, 2014, 3:53 p.m.)
Review request for hive.
Changes
-------
patch v4 from JIRA.
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 (updated)
-----
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java
255ffa2
hbase-handler/src/java/org/apache/hadoop/hive/hbase/HiveHFileOutputFormat.java
be1210e
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_bulk.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