Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It has been a struggle to implement ODBC and JDBC drivers against on top of the HiveServer Thrift API. This is largely a result of missing support for sessions, asynchronous query execution, the ability to cancel running queries, and methods for retrieving information about the capabilities of the remote server. We have attempted to address all of these issues with the HiveServer2 API.

...