bugs with temp directories, trailing blank fields in HBase bulk load
--------------------------------------------------------------------
Key: HIVE-1321
URL: https://issues.apache.org/jira/browse/HIVE-1321
Project: Hadoop Hive
Issue Type: Bug
Components: HBase Handler
Affects Versions: 0.6.0
Reporter: John Sichi
Assignee: John Sichi
Fix For: 0.6.0
HIVE-1295 had two bugs discovered during testing with production data:
(1) extra directories may be present in the output directory depending on how
the cluster is configured; we need to walk down these to find the column family
directory
(2) if a record ends with fields which are blank strings, the text format omits
the corresponding Control-A delimiters, so we need to fill in blanks for these
fields (instead of throwing ArrayIndexOutOfBoundsException)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.