[
https://issues.apache.org/jira/browse/HIVE-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994071#comment-13994071
]
Thejas M Nair commented on HIVE-6820:
-------------------------------------
+1
> HiveServer(2) ignores HIVE_OPTS
> -------------------------------
>
> Key: HIVE-6820
> URL: https://issues.apache.org/jira/browse/HIVE-6820
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Affects Versions: 0.12.0
> Reporter: Richard Ding
> Assignee: Bing Li
> Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6820.1.patch
>
>
> In hiveserver2.sh:
> {code}
> exec $HADOOP jar $JAR $CLASS "$@"
> {code}
> While cli.sh having:
> {code}
> exec $HADOOP jar ${HIVE_LIB}/hive-cli-*.jar $CLASS $HIVE_OPTS "$@"
> {code}
> Hence some hive commands that run properly in Hive shell fail in HiveServer.
--
This message was sent by Atlassian JIRA
(v6.2#6252)