You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2015/04/14 19:13:35 UTC

ambari git commit: AMBARI-10473. Change default ports for HBase in Ambari (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 7b98a31c6 -> fbe2d4e59


AMBARI-10473. Change default ports for HBase in Ambari (dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fbe2d4e5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fbe2d4e5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fbe2d4e5

Branch: refs/heads/trunk
Commit: fbe2d4e59627fe071e7d41250f1ee3dd53a7f3d3
Parents: 7b98a31
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Tue Apr 14 20:13:09 2015 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Tue Apr 14 20:13:09 2015 +0300

----------------------------------------------------------------------
 .../services/HBASE/configuration/hbase-site.xml |  6 +--
 .../services/HBASE/configuration/hbase-site.xml | 43 ++++++++++++++++++++
 .../stacks/HDP/2.3/services/HBASE/metainfo.xml  |  2 +-
 3 files changed, 47 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fbe2d4e5/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HBASE/configuration/hbase-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HBASE/configuration/hbase-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HBASE/configuration/hbase-site.xml
index cf8ddd3..291efc5 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HBASE/configuration/hbase-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/HBASE/configuration/hbase-site.xml
@@ -44,7 +44,7 @@
   </property>
   <property>
     <name>hbase.master.port</name>
-    <value>60000</value>
+    <value>16000</value>
     <description>The port the HBase Master should bind to.</description>
   </property>
   <property>
@@ -70,12 +70,12 @@
   </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>
     <name>hbase.regionserver.info.port</name>
-    <value>60030</value>
+    <value>16030</value>
     <description>The port for the HBase RegionServer web UI.</description>
   </property>
   <property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/fbe2d4e5/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
new file mode 100644
index 0000000..43f872a
--- /dev/null
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/configuration/hbase-site.xml
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+<configuration>
+  <property>
+    <name>hbase.master.port</name>
+    <value>16000</value>
+    <description>The port the HBase Master should bind to.</description>
+  </property>
+  <property>
+    <name>hbase.master.info.port</name>
+    <value>60010</value>
+    <description>The port for the HBase Master web UI.</description>
+  </property>
+  <property>
+    <name>hbase.regionserver.port</name>
+    <value>16020</value>
+    <description>The port the HBase RegionServer binds to.</description>
+  </property>
+  <property>
+    <name>hbase.regionserver.info.port</name>
+    <value>16030</value>
+    <description>The port for the HBase RegionServer web UI.</description>
+  </property> 
+</configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/fbe2d4e5/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/metainfo.xml
index 5c78fb5..a254e9d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/metainfo.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HBASE/metainfo.xml
@@ -20,7 +20,7 @@
   <services>
     <service>
       <name>HBASE</name>
-      <version>0.98.4.2.3</version>
+      <version>1.1.0.2.3</version>
 
       <osSpecifics>
         <osSpecific>