Repository: ambari Updated Branches: refs/heads/trunk 1aa1ad292 -> d9a834983
AMBARI-10473. Change default ports for HBase in Ambari. Additional patch (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d9a83498 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d9a83498 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d9a83498 Branch: refs/heads/trunk Commit: d9a834983feeb803fa7f23db18dea3d186d525fc Parents: 1aa1ad2 Author: Lisnichenko Dmitro <[email protected]> Authored: Wed May 13 13:29:20 2015 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Wed May 13 13:29:20 2015 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d9a83498/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml index 43f872a..12cd44b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml @@ -27,7 +27,7 @@ </property> <property> <name>hbase.master.info.port</name> - <value>60010</value> + <value>16010</value> <description>The port for the HBase Master web UI.</description> </property> <property>
