Set HIVE_AUX_JARS_PATH Directly on the Command Line

Instead of copying libraries, or editing the hive-env.sh script to make the necessary Oracle NoSQL Database JAR files available to the Hive classpath, you can always directly set the value of the HIVE_AUX_JARS_PATH environment variable on the command line before executing the Hive CLI. For example,

export HIVE_AUX_JARS_PATH=$HIVE_AUX_JARS_PATH \
    /opt/oracle/kv-ee/lib/kvclient.jar,\
    /opt/oracle/kv-ee/lib/kvstore-ee.jar \
    /opt/oracle/kv-ee/lib/jackson-core.jar,\
    /opt/oracle/kv-ee/lib/jackson-databind.jar,\
    /opt/oracle/kv-ee/lib/\
        jackson-annotations.jar