Repository: incubator-slider
Updated Branches:
  refs/heads/develop a82e2cc41 -> fc13c15c1


SLIDER-567 update static accumulo conf files


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

Branch: refs/heads/develop
Commit: fc13c15c1535c274821398cb2c1c8519963c9373
Parents: a82e2cc
Author: Billie Rinaldi <[email protected]>
Authored: Sat Oct 25 13:52:53 2014 -0700
Committer: Billie Rinaldi <[email protected]>
Committed: Sat Oct 25 13:52:53 2014 -0700

----------------------------------------------------------------------
 app-packages/accumulo/package/files/accumulo-metrics.xml | 8 ++++----
 app-packages/accumulo/package/files/log4j.properties     | 3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/fc13c15c/app-packages/accumulo/package/files/accumulo-metrics.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/package/files/accumulo-metrics.xml 
b/app-packages/accumulo/package/files/accumulo-metrics.xml
index 60f9f8d..3b97809 100644
--- a/app-packages/accumulo/package/files/accumulo-metrics.xml
+++ b/app-packages/accumulo/package/files/accumulo-metrics.xml
@@ -33,10 +33,6 @@
     <enabled type="boolean">false</enabled>
     <logging type="boolean">false</logging>
   </master>
-  <logger>
-    <enabled type="boolean">false</enabled>
-    <logging type="boolean">false</logging>
-  </logger>
   <tserver>
     <enabled type="boolean">false</enabled>
     <logging type="boolean">false</logging>
@@ -57,4 +53,8 @@
     <enabled type="boolean">false</enabled>
     <logging type="boolean">false</logging>
   </thrift>
+  <replication>
+    <enabled type="boolean">false</enabled>
+    <logging type="boolean">false</logging>
+  </replication>
 </config>

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/fc13c15c/app-packages/accumulo/package/files/log4j.properties
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/package/files/log4j.properties 
b/app-packages/accumulo/package/files/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/app-packages/accumulo/package/files/log4j.properties
+++ b/app-packages/accumulo/package/files/log4j.properties
@@ -20,8 +20,9 @@ log4j.rootLogger=INFO,A1
 # hide Jetty junk
 log4j.logger.org.mortbay.log=WARN,A1
 
-# hide "Got brand-new compresssor" messages
+# hide "Got brand-new compressor" messages
 log4j.logger.org.apache.hadoop.io.compress=WARN,A1
+log4j.logger.org.apache.accumulo.core.file.rfile.bcfile.Compression=WARN,A1
 
 # hide junk from TestRandomDeletes
 log4j.logger.org.apache.accumulo.test.TestRandomDeletes=WARN,A1

Reply via email to