You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pei Yue (Created) (JIRA)" <ji...@apache.org> on 2012/01/31 02:30:10 UTC

[jira] [Created] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 
------------------------------------------------------------------------------------------------------------

                 Key: HIVE-2765
                 URL: https://issues.apache.org/jira/browse/HIVE-2765
             Project: Hive
          Issue Type: Improvement
          Components: HBase Handler
    Affects Versions: 0.8.0, 0.7.0
            Reporter: Pei Yue


It cannot integrate with HBase0.21 and may not be able to integrate with hbase0.9x

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

        

[jira] [Resolved] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

Posted by "He Yongqiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

He Yongqiang resolved HIVE-2765.
--------------------------------

    Resolution: Fixed

I manually committed via "svn commit'. Thanks Pei!
                
> hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2765
>                 URL: https://issues.apache.org/jira/browse/HIVE-2765
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Pei Yue
>              Labels: patch
>         Attachments: HIVE-2765.D1485.3.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> It cannot integrate with HBase0.21 and may not be able to integrate with hbase0.9x

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

        

[jira] [Updated] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

Posted by "Phabricator (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phabricator updated HIVE-2765:
------------------------------

    Attachment: HIVE-2765.D1485.3.patch

hobbymanyp updated the revision "HIVE-2765 [jira] refactor DDL code (both DDLWork and DDLTask)".
Reviewers: JIRA, heyongqiang, cwsteinbach

  Update diff title with jira number HIVE-2765

REVISION DETAIL
  https://reviews.facebook.net/D1485

AFFECTED FILES
  hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java

                
> hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2765
>                 URL: https://issues.apache.org/jira/browse/HIVE-2765
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Pei Yue
>              Labels: patch
>         Attachments: HIVE-2765.D1485.3.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> It cannot integrate with HBase0.21 and may not be able to integrate with hbase0.9x

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

        

[jira] [Updated] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

Posted by "Carl Steinbach (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-2765:
---------------------------------

    Fix Version/s: 0.9.0
    
> hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2765
>                 URL: https://issues.apache.org/jira/browse/HIVE-2765
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Pei Yue
>              Labels: patch
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2765.D1485.3.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> It cannot integrate with HBase0.21 and may not be able to integrate with hbase0.9x

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

        

[jira] [Commented] (HIVE-2765) hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13197560#comment-13197560 ] 

Hudson commented on HIVE-2765:
------------------------------

Integrated in Hive-trunk-h0.21 #1235 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1235/])
    HIVE-2765 hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 (Pei Yue via He Yongqiang)

heyongqiang : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1238837
Files : 
* /hive/trunk/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java

                
> hbase handler uses ZooKeeperConnectionException which is not compatible with HBase versions other than 0.89 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-2765
>                 URL: https://issues.apache.org/jira/browse/HIVE-2765
>             Project: Hive
>          Issue Type: Improvement
>          Components: HBase Handler
>    Affects Versions: 0.7.0, 0.8.0
>            Reporter: Pei Yue
>              Labels: patch
>             Fix For: 0.9.0
>
>         Attachments: HIVE-2765.D1485.3.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> It cannot integrate with HBase0.21 and may not be able to integrate with hbase0.9x

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