Xuefu Zhang created HIVE-6340:
---------------------------------
Summary: Beeline outputs error message when HIVE_AUX_JARS_PATH is
set
Key: HIVE-6340
URL: https://issues.apache.org/jira/browse/HIVE-6340
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 0.12.0, 0.11.0, 0.10.0, 0.9.0
Reporter: Xuefu Zhang
Assignee: Xuefu Zhang
To reproduce:
{code}
xzhang@xzdt:~/apache/hive3$ export HIVE_AUX_JARS_PATH=foo
xzhang@xzdt:~/apache/hive3$
./packaging/target/apache-hive-0.13.0-SNAPSHOT-bin/apache-hive-0.13.0-SNAPSHOT-bin/bin/beeline
-hiveconf (No such file or directory)
hive.aux.jars.path=file:/foo (No such file or directory)
Beeline version 0.13.0-SNAPSHOT by Apache Hive
{code}
This is related to HIVE-6173 (hiveconf option is not supported for beeline),
but it has additional problem in hive script where option -hiveconf should be
--hiveconf (double dashes).
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)