Browse Source

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

Sumit Mohanty 10 years ago
parent
commit
3afdc672a6

+ 1 - 1
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}"

+ 1 - 1
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>

+ 1 - 1
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",