Hello.
Is it possible to connect to Hive via HTTP? I’ve set hive_server_http_port=10001
in the configuration, but Hue still tries to connect to 10000 binary port.
Config example would be really helpful.
Thank you.
Yes, it is possible. Make sure your hive.server2.thrift.http.port
is set to 10001 in your hive-site.xml and make sure to restart Hue and Hive after making all your changes.
You may also have to change hive.server2.transport.mode
to http
Confirming. It seems there’s no way to configure this via hue.ini itself. I had to reference hive-site.xml containing hive.server2.transport.mode property. Thank you.