Uploading additional JARs to Cloudera Data Warehouse
You add additional Java Archive (JAR) files to the Cloudera Data Warehouse Hive classpath that might be required to support dependency JARs, third-party Serde, or any Hive extensions.
- The JARs are added to the end of the Hive classpath and do not override the Hive JARs.
- Cloudera recommends that you do not use this procedure to add User-Defined Function (UDF) JARs. If you do, then you must restart HiveServer2 or reload the UDF. For more information about reloading functions, see the Hive Data Definition Language (DDL) manual.