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 dependency. Any suggestions?
Thanks, -- Swarnim
