hive加载公用库当启动hive时自动把一下公用或常用的库加入环境,而不必每次都
add jar *.jar;
<property>
<name>hive.aux.jars.path</name>
<value>file:///usr/local/hive/lib/hive_contrib.jar,file:///usr/local/hive/lib/hive-json-serde.jar</value>
</property>
add jar *.jar;
<property>
<name>hive.aux.jars.path</name>
<value>file:///usr/local/hive/lib/hive_contrib.jar,file:///usr/local/hive/lib/hive-json-serde.jar</value>
</property>