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

Ashutosh Chauhan commented on HCATALOG-154:
-------------------------------------------

I applied HCATALOG-157 and I get following exception trace:
{code}
Testcase: org.apache.hcatalog.hbase.TestHBaseBulkOutputStorageDriver took 0 sec
        Caused an ERROR
Failed to setup cluster
java.lang.IllegalStateException: Failed to setup cluster
        at 
org.apache.hcatalog.hbase.ManyMiniCluster.start(ManyMiniCluster.java:119)
        at 
org.apache.hcatalog.hbase.SkeletonHBaseTest$Context.start(SkeletonHBaseTest.java:177)
        at 
org.apache.hcatalog.hbase.SkeletonHBaseTest.setup(SkeletonHBaseTest.java:87)
Caused by: java.lang.IllegalStateException: Failed to setup HBase Cluster
        at 
org.apache.hcatalog.hbase.ManyMiniCluster.setupHBaseCluster(ManyMiniCluster.java:269)
        at 
org.apache.hcatalog.hbase.ManyMiniCluster.start(ManyMiniCluster.java:112)
Caused by: org.apache.hadoop.hbase.client.NoServerForRegionException: Unable to 
find region for  after 10 tries.
        at 
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegionInMeta(HConnectionManager.java:680)
        at 
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:589)
        at 
org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.locateRegion(HConnectionManager.java:558)
        at org.apache.hadoop.hbase.client.HTable.<init>(HTable.java:172)
        at 
org.apache.hcatalog.hbase.ManyMiniCluster.setupHBaseCluster(ManyMiniCluster.java:267)

{code}
                
> HBase bulkOSD and directOSD return inconsistent path for getOutputLocation()
> ----------------------------------------------------------------------------
>
>                 Key: HCATALOG-154
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-154
>             Project: HCatalog
>          Issue Type: Bug
>          Components: hbase
>    Affects Versions: 0.3
>            Reporter: David Capwell
>            Assignee: Francis Liu
>              Labels: hbase
>             Fix For: 0.3
>
>         Attachments: HCATALOG-154.patch, HCATALOG-154_rev2.patch, 
> HCATALOG-154_rev3.patch, HCATALOG-154_rev3_svn.patch
>
>
> org.apache.hcatalog.common.HCatException : 2001 : Error setting output 
> information. Cause : java.io.IOException: bulkOSD and directOSD return 
> inconsistent path for getOutputLocation()
>   at 
> org.apache.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:257)
> ...
>   at java.lang.Thread.run(Thread.java:619)
> Caused by: java.io.IOException: bulkOSD and directOSD return inconsistent 
> path for getOutputLocation()
>   at 
> org.apache.hcatalog.hbase.HBaseOutputStorageDriver.getOutputLocation(HBaseOutputStorageDriver.java:52)
>   at 
> org.apache.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:155)
>   ... 24 more

--
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