PortNumber
- Last Updated: February 22, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Purpose
Specifies the TCP port of the primary database server that is listening for connections to the Apache Hive database.
This property is supported only for data source connections.
Valid Values
port
where:
- port
- is the port number.
Notes
- The default port number for the Apache Hive server is 10000. Because of reported concurrency issues with the default port number, you may want to use a different number.
Data Source Method
setPortNumber
Default
For binary mode (TransportMode=binary):
10000
For HTTP mode (TransportMode=http):
10001
Data Type
int