Description
To reproduce:
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
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).