You can move your auxiliary jars to some hdfs location. And use that path instead of local path.
Thanks, Chetna Chaudhari On 5 November 2015 at 19:13, Suresh Kumar Sethuramaswamy <[email protected]> wrote: > You can try adding it in hive/lib location on all the cluster nodes. You > dont need to add it part of your query > > On Thu, Nov 5, 2015 at 3:59 AM, Lee S <[email protected]> wrote: > >> Hi all: >> I try to execute hive query in a remote client through hive server2 >> jdbc. >> >> I want to 'add jar' used as serde before create a table. >> >> But when I set the jar path local to the hive server host, it said the >> jar does not exist. >> >> And when I set the jar in the client , it said failed to read external >> resource. >> >> How to set the jar path ? >> > >
