Considerations for setting up Hive
Make phoenix-version-hive.jar available for Hive:
-
You must add
HIVE_AUX_JARS_PATH=<path to jar>
to hive-env.sh. -
You must add a property to hive-site.xml so that Hive MapReduce jobs can use the .jar file:
<property>
<name>hive.aux.jars.path</name>
<value>file://<path></value>
</property>