Re: Transitive dependencies with hive

2012-07-27 Thread Jakob Homan
Yes, they should. Alternatively, just add them all to a directory and point HIVE_AUX_JARS_PATH to it... On Thu, Jul 26, 2012 at 12:28 PM, kulkarni.swar...@gmail.com < kulkarni.swar...@gmail.com> wrote: > Hello, > > I know that a custom jar can be added to hive classpath via "--auxpath" > command

Transitive dependencies with hive

2012-07-26 Thread kulkarni.swar...@gmail.com
Hello, I know that a custom jar can be added to hive classpath via "--auxpath" command. But for any transitive dependencies that my jar depends on, should they be added explicitly to the classpath too? I tried doing that too, but still get the "ClassNotFoundException" for classes in my transitive