HIVE connections

The HIVE connection functions the same as a JDBC connection. It also supplies the JDBC driver and metadata information which are the same as JDBC. However, it expands many native functions to support non SQL and huge data, which are not supported by JDBC. The libraries from CDH4.1.1 that support HIVE 0.9 are listed as below. You can add them in <install_root>\lib when needed:

If you use higher HIVE versions, you can replace the libraries with new jars.

For more information about HIVE connections, refer to JDBC connections.