[ 
https://issues.apache.org/jira/browse/HCATALOG-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123276#comment-13123276
 ] 

Sushanth Sowmyan commented on HCATALOG-73:
------------------------------------------

Hi,

One more thing - one just running ant test inside storage-drivers/ after 
patching this, I get a test failure:

{noformat}
Testcase: directOutputFormatTest took 13.627 sec
Testcase: directOutputStorageDriverTest took 2.308 sec
        Caused an ERROR
Got exception: java.io.FileNotFoundException File 
file:/user/hive/warehouse/mrtest_8171111217424244296 does not exist.
MetaException(message:Got exception: java.io.FileNotFoundException File 
file:/user/hive/warehouse/mrtest_8171111217424244296 does not exist.)
        at 
org.apache.hadoop.hive.metastore.MetaStoreUtils.logAndThrowMetaException(MetaStoreUtils.java:779)
        at org.apache.hadoop.hive.metastore.Warehouse.mkdirs(Warehouse.java:177)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.create_table_core(HiveMetaStore.java:987)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.access$700(HiveMetaStore.java:125)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler$15.run(HiveMetaStore.java:1026)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler$15.run(HiveMetaStore.java:1023)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.executeWithRetry(HiveMetaStore.java:338)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.create_table(HiveMetaStore.java:1023)
        at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.createTable(HiveMetaStoreClient.java:364)
        at 
org.apache.hcatalog.hbase.TestHBaseDirectOutputStorageDriver.registerHBaseTable(TestHBaseDirectOutputStorageDriver.java:105)
        at 
org.apache.hcatalog.hbase.TestHBaseDirectOutputStorageDriver.directOutputStorageDriverTest(TestHBaseDirectOutputStorageDriver.java:248)
{noformat}

This looks more like a build issue - I see that _test.warehouse.dir_ is not set 
in _storage-drivers/hbase/build.xml_
                
> Output Storage Driver for HBase (Direct PUTs)
> ---------------------------------------------
>
>                 Key: HCATALOG-73
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-73
>             Project: HCatalog
>          Issue Type: Sub-task
>    Affects Versions: 0.3
>            Reporter: Francis Liu
>            Assignee: Francis Liu
>              Labels: HBASE
>         Attachments: hbase_storage_driver.patch, 
> hbase_storage_driver_rev2.patch, hbase_storage_driver_rev3.patch, 
> hbase_storage_driver_rev4.patch, hbase_storage_driver_rev5.patch
>
>
> This is the first variation for an HBase Output Storage Driver. Which will be 
> doing individual PUTs for each row. The next iteration will involve the use 
> of bulk imports.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to