[ https://issues.apache.org/jira/browse/HIVE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001576#comment-14001576 ]
Nick Dimiduk commented on HIVE-6473: ------------------------------------ [~sushanth] This test was disabled before I came along; I'm not sure why. It passes for me locally and when I run with {{-Dtest.output.overwrite=true}} the output file is unchanged. Mind giving it a go yourself? {noformat} MAVEN_OPTS="-Xmx2g" mvn test -Dtest=TestHBaseCliDriver -Dqfile=hbase_snapshot.q -Dtest.output.overwrite=true -Phadoop-2,dist -Dhive.root.logger=DEBUG,console {noformat} > Allow writing HFiles via HBaseStorageHandler table > -------------------------------------------------- > > Key: HIVE-6473 > URL: https://issues.apache.org/jira/browse/HIVE-6473 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Attachments: HIVE-6473.0.patch.txt, HIVE-6473.1.patch, > HIVE-6473.1.patch.txt, HIVE-6473.2.patch, HIVE-6473.3.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.2#6252)