HIVE Connections
However, it expands many native funThe HIVE connection functions the same as a JDBC connection. It supplies the JDBC driver and metadata information which are the same as JDBC. ctions to support non SQL and huge data that are not supported by JDBC. The libraries that support HIVE 0.12.0 are listed as below. You can add them in <install_root>\lib
when needed:
- hadoop-common-2.2.0.jar
- hadoop-core-2.2.0.jar
- hive-exec-0.12.0.jar
- hive-jdbc-0.12.0.jar
- hive-metastore-0.12.0.jar
- hive-service-0.12.0.jar
- libfb303-0.9.0.jar
- libthrift-0.9.0.jar
- slf4j-api-1.6.1.jar
- slf4j-simple-1.6.1.jar
If you use higher HIVE versions, you can replace the libraries with new jars.