Port Parameter (Connect-ApacheHive Cmdlet)
The port for the connection to the HiveServer2 instance.
Syntax
Connect-ApacheHive -Port string
Data Type
cstr
Default Value
"10000"
Remarks
When using BINARY TransportMode, this property should be set to the value in the 'hive.server2.thrift.port' property of the Hive configuration file (hive-site.xml).
When using HTTP TransportMode, this property should be set to the value in the 'hive.server2.thrift.http.port' property of the Hive configuration file (hive-site.xml).
This is a required parameter.