You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Richard Ding (JIRA)" <ji...@apache.org> on 2014/04/03 00:03:17 UTC

[jira] [Updated] (HIVE-6820) HiveServer(2) ignores HIVE_OPTS

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

Richard Ding updated HIVE-6820:
-------------------------------

    Description: 
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}

> 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
>            Priority: Minor
>
> 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}



--
This message was sent by Atlassian JIRA
(v6.2#6252)