Repository: ambari Updated Branches: refs/heads/trunk 9a2a8b8a3 -> 2c3bc30dc
AMBARI-15304. HiveServerInteractive. Fix the 'hive.server2.thrift.port' and 'hive.server2.thrift.http.port' values. (Swapan Sridhar via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2c3bc30d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2c3bc30d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2c3bc30d Branch: refs/heads/trunk Commit: 2c3bc30dc2ac6aee302b0cef8766e39afde65e3f Parents: 9a2a8b8 Author: Sumit Mohanty <[email protected]> Authored: Fri Mar 4 11:10:26 2016 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Mar 4 11:10:26 2016 -0800 ---------------------------------------------------------------------- .../2.4/services/HIVE/configuration/hive-interactive-site.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2c3bc30d/ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/configuration/hive-interactive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/configuration/hive-interactive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/configuration/hive-interactive-site.xml index 76a9724..e77b379 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/configuration/hive-interactive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HIVE/configuration/hive-interactive-site.xml @@ -1830,7 +1830,7 @@ limitations under the License. <property> <name>hive.server2.thrift.port</name> - <value>10001</value> + <value>10500</value> <display-name>HiveServer2 Port</display-name> <description> TCP port number to listen on, default 10000. @@ -1950,7 +1950,7 @@ limitations under the License. <property> <name>hive.server2.thrift.http.port</name> - <value>10003</value> + <value>10501</value> <description>Port number of HiveServer2 Thrift interface when hive.server2.transport.mode is 'http'.</description> </property>
