You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/06/05 04:50:03 UTC

[2/2] ambari git commit: AMBARI-11671. Accumulo GC has port collision with SecondaryNameNode (Billie Rinaldi via smohanty)

AMBARI-11671. Accumulo GC has port collision with SecondaryNameNode (Billie Rinaldi via smohanty)


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

Branch: refs/heads/trunk
Commit: 3afdc672a6ffa752462f3d5d17571d13dcdbfaa1
Parents: 56876e2
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Jun 4 19:46:56 2015 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Jun 4 19:46:56 2015 -0700

----------------------------------------------------------------------
 .../resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json     | 2 +-
 .../ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml           | 2 +-
 ambari-server/src/test/python/stacks/2.2/configs/default.json      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3afdc672/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json
index ac09dc6..fb2cf76 100644
--- a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json
+++ b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/alerts.json
@@ -64,7 +64,7 @@
         "source": {
           "type": "PORT",
           "uri": "{{accumulo-site/gc.port.client}}",
-          "default_port": 50091,
+          "default_port": 50092,
           "reporting": {
             "ok": {
               "text": "TCP OK - {0:.3f}s response on port {1}"

http://git-wip-us.apache.org/repos/asf/ambari/blob/3afdc672/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml
index 622ec5a..2a7e083 100644
--- a/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml
+++ b/ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/configuration/accumulo-site.xml
@@ -104,7 +104,7 @@
 
   <property>
     <name>gc.port.client</name>
-    <value>50091</value>
+    <value>50092</value>
     <description>Port for monitoring the Accumulo garbage
       collector.</description>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/3afdc672/ambari-server/src/test/python/stacks/2.2/configs/default.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.2/configs/default.json b/ambari-server/src/test/python/stacks/2.2/configs/default.json
index 0dc9ad0..ee8fbc4 100644
--- a/ambari-server/src/test/python/stacks/2.2/configs/default.json
+++ b/ambari-server/src/test/python/stacks/2.2/configs/default.json
@@ -358,7 +358,7 @@
             "tserver.memory.maps.native.enabled": "true",
             "general.classpaths": "\n$ACCUMULO_HOME/lib/accumulo-server.jar,\n$ACCUMULO_HOME/lib/accumulo-core.jar,\n$ACCUMULO_HOME/lib/accumulo-start.jar,\n$ACCUMULO_HOME/lib/accumulo-fate.jar,\n$ACCUMULO_HOME/lib/accumulo-proxy.jar,\n$ACCUMULO_HOME/lib/[^.].*.jar,\n$ZOOKEEPER_HOME/zookeeper[^.].*.jar,\n$HADOOP_CONF_DIR,\n/usr/hdp/current/hadoop-client/[^.].*.jar,\n/usr/hdp/current/hadoop-client/lib/(?!slf4j)[^.].*.jar,\n/usr/hdp/current/hadoop-hdfs-client/[^.].*.jar,\n/usr/hdp/current/hadoop-mapreduce-client/[^.].*.jar,\n/usr/hdp/current/hadoop-yarn-client/[^.].*.jar,\n/usr/hdp/current/hadoop-yarn-client/lib/jersey.*.jar,\n/usr/hdp/current/hive-client/lib/hive-accumulo-handler.jar,",
             "monitor.port.log4j": "4560",
-            "gc.port.client": "50091",
+            "gc.port.client": "50092",
             "tserver.memory.maps.max": "1G",
             "tserver.sort.buffer.size": "200M",
             "tserver.cache.index.size": "256M",