You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ning Zhang (JIRA)" <ji...@apache.org> on 2009/10/15 00:54:31 UTC

[jira] Created: (HIVE-875) Hive server does not work with standalone mode

Hive server does not work with standalone mode
----------------------------------------------

                 Key: HIVE-875
                 URL: https://issues.apache.org/jira/browse/HIVE-875
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Ning Zhang
            Assignee: Ning Zhang


The TestHiveServer unittest failed with standalone=true. 

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


[jira] Commented: (HIVE-875) Hive server does not work with standalone mode

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

Ning Zhang commented on HIVE-875:
---------------------------------

This is not a code issue but caused by conflicting jar files (different versions of libthrift.jar and libfb303.jar) in the Hadoop's lib directory and Hive's lib directory. 

Thrift and FB303 are used to establish connections between Hive server and client. When Hive server is started, the jar files in Hadoop's lib directory are used. When the client is started (the Hive service unit test), the Hive's version is used. The causes Thrift RPC call errors. 

To solve this issue, Hadoop+Hive distributions should make sure the two jar files are the same. A cleaner solution may be to remove the two jar files from the Hadoop distribution since they were there because Hive needs them.

> Hive server does not work with standalone mode
> ----------------------------------------------
>
>                 Key: HIVE-875
>                 URL: https://issues.apache.org/jira/browse/HIVE-875
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>
> The TestHiveServer unittest failed with standalone=true. 

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


[jira] Resolved: (HIVE-875) Hive server does not work with standalone mode

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

Ning Zhang resolved HIVE-875.
-----------------------------

    Resolution: Fixed

> Hive server does not work with standalone mode
> ----------------------------------------------
>
>                 Key: HIVE-875
>                 URL: https://issues.apache.org/jira/browse/HIVE-875
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.5.0
>
>          Time Spent: 48h
>  Remaining Estimate: 0h
>
> The TestHiveServer unittest failed with standalone=true. 

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


[jira] Work logged: (HIVE-875) Hive server does not work with standalone mode

Posted by "Ning Zhang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-875?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_10924 ]

Ning Zhang logged work on HIVE-875:
-----------------------------------

                Author: Ning Zhang
            Created on: 20/Oct/09 10:57 PM
            Start Date: 20/Oct/09 10:56 PM
    Worklog Time Spent: 48h 

Issue Time Tracking
-------------------

            Time Spent: 48h
    Remaining Estimate: 0h

> Hive server does not work with standalone mode
> ----------------------------------------------
>
>                 Key: HIVE-875
>                 URL: https://issues.apache.org/jira/browse/HIVE-875
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.5.0
>
>          Time Spent: 48h
>  Remaining Estimate: 0h
>
> The TestHiveServer unittest failed with standalone=true. 

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


[jira] Commented: (HIVE-875) Hive server does not work with standalone mode

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

Ning Zhang commented on HIVE-875:
---------------------------------

sovled by resolving conflict of libthrift.jar and libfb303.jar in hadoop's and hive's lib directory. 

> Hive server does not work with standalone mode
> ----------------------------------------------
>
>                 Key: HIVE-875
>                 URL: https://issues.apache.org/jira/browse/HIVE-875
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>
> The TestHiveServer unittest failed with standalone=true. 

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


[jira] Updated: (HIVE-875) Hive server does not work with standalone mode

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

Ning Zhang updated HIVE-875:
----------------------------

    Fix Version/s: 0.5.0

> Hive server does not work with standalone mode
> ----------------------------------------------
>
>                 Key: HIVE-875
>                 URL: https://issues.apache.org/jira/browse/HIVE-875
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>             Fix For: 0.5.0
>
>
> The TestHiveServer unittest failed with standalone=true. 

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