hadoop - Adding/Defining Jars in Hive permanently -


i trying add jar in hive classpath using below add command.

command: hive> add myjar.jar

but whenever login hive, need add myjar.jar using add cmd. there way can add permanently in hive classpath.

regards, mohammed niaz

add .hiverc file

  add jar myjar.jar 

have @ if require further info

http://hadooped.blogspot.in/2013/08/hive-hiverc-file.html


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -