HTTP Mode
- Last Updated: March 5, 2018
- 2 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
In addition to the default thrift protocol (binary mode), the driver also supports HTTP mode, which allows you to access Apache Hive data stores using HTTP/HTTPS requests. When HTTP mode is enabled, thrift RPC messages are sent to an endpoint using HTTP transport. HTTP mode is typically employed when there is a need to access data through a proxy server, such as when connecting to a load balancer or a gateway server. Unless otherwise noted, the same features and functionality are supported for both the thrift and HTTP protocols.
To connect to a server using HTTP Mode:
The following example demonstrates a connection URL with HTTP mode and SSL enabled.
jdbc:datadirect:hive://myserver:10001;DatabaseName=mydb1;EncryptionMethod=ssl;
HTTPPath=mywarehouse;TransportMode=http;