Hi,
So I'm using Hive 3.1.0 and I'm trying to get an embedded HiveServer2
instance to work but I'm running into an issue.
Here's my sample code:
System.setProperty("hive.execution.engine", "tez")
System.setProperty("javax.jdo.option.ConnectionURL",
"jdbc:derby:;databaseName=/tmp/hive/metastore_d
Hi Ankit,
I'm not sure but you can add a following property to hive-site.xml.
hive.aux.jars.path
file:///home/user/xxx.jar,file:///home/user/xxx2.jar
So, add the property and restart hive server.
- Youngwoo
2011/4/15 Ankit Jain
> Hi,
> I am able to launch the map-reduce job (select userid
Hi,
I am able to launch the map-reduce job (select userid from user) from hive
shell.I am also passing the auxpath parameter to the shell (specifying the
Hive/HBase integration related jars).
However,when i trying to launch the map-reduce job(select userid from User)
from jdbc client.The map reduce