You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2010/12/23 22:39:45 UTC

[jira] Resolved: (HIVE-1597) Hive CLI returns MasterNotRunningException with HBase 0.89.x

     [ https://issues.apache.org/jira/browse/HIVE-1597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo resolved HIVE-1597.
-----------------------------------

    Resolution: Won't Fix

This looks to be a classpath/external problem. Reopen if we missed something.

> Hive CLI returns MasterNotRunningException with HBase 0.89.x
> ------------------------------------------------------------
>
>                 Key: HIVE-1597
>                 URL: https://issues.apache.org/jira/browse/HIVE-1597
>             Project: Hive
>          Issue Type: Bug
>          Components: HBase Handler
>    Affects Versions: 0.7.0
>            Reporter: Basab Maulik
>
> This is a follow on task to HIVE-1512.
> hive> CREATE TABLE hbase_table_1(key int, value string)
>    > STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'
>    > WITH SERDEPROPERTIES ("hbase.columns.mapping" = ":key,cf1:val")
>    > TBLPROPERTIES ("hbase.table.name" = "xyz");
> FAILED: Error in metadata:
> MetaException(message:org.apache.hadoop.hbase.MasterNotRunningException:
> 10.2.128.92:60000  at
> org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getMaster(HConnectionManager.java:376)
> ...
> This reproduces in testing with CDH3 and with HBase 0.89.x snapshot/zookeeper 3.3.1.
> Interesting, the tests TestHBaseSerDe, TestLazyHBaseObject, TestHBaseCliDriver, and TestHBaseCliMinimrDriver pass using these upgraded versions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.