[
https://issues.apache.org/jira/browse/HIVE-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080863#comment-13080863
]
[email protected] commented on HIVE-2355:
-----------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1315/
-----------------------------------------------------------
Review request for hive.
Summary
-------
This patch simply add @HIVE_OPTS into /bin/ext/hiveserver.sh to solve this
problem
This addresses bug HIVE-2355.
https://issues.apache.org/jira/browse/HIVE-2355
Diffs
-----
bin/ext/hiveserver.sh d83be46
Diff: https://reviews.apache.org/r/1315/diff
Testing
-------
Thanks,
Achi
> hiveserver doesn't accept --auxpath option
> ------------------------------------------
>
> Key: HIVE-2355
> URL: https://issues.apache.org/jira/browse/HIVE-2355
> Project: Hive
> Issue Type: Bug
> Components: CLI
> Affects Versions: 0.8.0
> Environment: MacOS Lion + Hive 0.8.0
> Reporter: Achi Chen
> Attachments: HIVE-2355.1.patch
>
>
> I tried to run hiveserver with --auxpath using following command line:
> {code}
> bin/hive --auxpath
> /Users/achi/git/hive/build/dist/lib/hive-hbase-handler-0.8.0-SNAPSHOT.jar
> --service hiveserver
> {code}
> However, it is not transformed into -hiveconf in the final command:
> {code}
> -hiveconf
> hive.aux.jars.path=file:///Users/achi/git/hive/build/dist/lib/hive-hbase-handler-0.8.0-SNAPSHOT.jar
> {code}
> [HIVE-2139] has enabled HiveServer to accept -hiveconf option. It seems
> reasonable to allow --auxpath specified in command line.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira