Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update JDBC section for removal of HS1 in 1.0.0 (HIVE-6977) – other sections still need review

...

This document describes the JDBC client for the original Hive Server (sometimes called Thrift server or HiveServer1). For information about the HiveServer2 JDBC client, see JDBC in the HiveServer2 Clients document. HiveServer2 use is recommended, ; the original HiveServer has several concurrency issues and lacks several features available in HiveServer2.

Info
titleVersion information

The original Hive Server was removed from Hive releases starting in version 1.0.0. See HIVE-6977.

For embedded mode, uri is just "jdbc:hive://". For standalone server, uri is "jdbc:hive://host:port/dbname" where host and port are determined by where the Hive server is run. For example, "jdbc:hive://localhost:10000/default". Currently, the only dbname supported is "default".

...