GitHub user mgaido91 opened a pull request:
https://github.com/apache/ambari/pull/65
[AMBARI-22184] Add default value for hive.server2.thrift.http.port
This PR aims to add a defualt value for hive.server2.thrift.http.port.
Indeed, Ambari sets a default for hive.server2.thrift.port, but it doesn't
for hive.server2.thrift.http.port. So if you switch from binary to http mode
there is a conflict with HiveServer2, since the default port in the code is the
same.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgaido91/ambari AMBARI-22184
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ambari/pull/65.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #65
----
commit c0503786257d1aa3b032f111dd96699538f3b281
Author: Marco Gaido <[email protected]>
Date: 2017-10-10T10:59:41Z
[AMBARI-22184] Add default value for hive.server2.thrift.http.port
----
---