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