Sudhanshu Arora created HIVE-3791:
-------------------------------------
Summary: starting hive with --auxpath is not same as creating
auxlib
Key: HIVE-3791
URL: https://issues.apache.org/jira/browse/HIVE-3791
Project: Hive
Issue Type: Bug
Components: CLI
Affects Versions: 0.9.0
Reporter: Sudhanshu Arora
If I give two jars in hive class path say (jar x, jar y) as hive --auxpath
jarx:jary and issue a query Select * from test. It works fine.
However, if I say select x from test which does a map reduce job, I get an
error saying
ava.io.FileNotFoundException: File file:x.jar:y.jar does not exist.
If I create an auxlib directory under hive home and put the jars in that, then
again everything works fine.
--auxpath and auxlib should work in exactly the same way.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira