You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2014/04/14 21:07:48 UTC

[1/2] git commit: ACCUMULO-2667 shush messages about compressors

Repository: accumulo
Updated Branches:
  refs/heads/master 370bb23b2 -> f6a67c202


ACCUMULO-2667 shush messages about compressors


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

Branch: refs/heads/master
Commit: 5ab2c15e406a8e6ed83d56589127d6d4114e8182
Parents: 019edb1
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Apr 14 14:49:11 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Apr 14 14:49:11 2014 -0400

----------------------------------------------------------------------
 conf/examples/1GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/1GB/standalone/log4j.properties          | 3 ++-
 conf/examples/2GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/2GB/standalone/log4j.properties          | 3 ++-
 conf/examples/3GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/3GB/standalone/log4j.properties          | 3 ++-
 conf/examples/512MB/native-standalone/log4j.properties | 3 ++-
 conf/examples/512MB/standalone/log4j.properties        | 3 ++-
 conf/templates/log4j.properties                        | 3 ++-
 9 files changed, 18 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/1GB/native-standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/1GB/native-standalone/log4j.properties b/conf/examples/1GB/native-standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/1GB/native-standalone/log4j.properties
+++ b/conf/examples/1GB/native-standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/1GB/standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/1GB/standalone/log4j.properties b/conf/examples/1GB/standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/1GB/standalone/log4j.properties
+++ b/conf/examples/1GB/standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/2GB/native-standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/2GB/native-standalone/log4j.properties b/conf/examples/2GB/native-standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/2GB/native-standalone/log4j.properties
+++ b/conf/examples/2GB/native-standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/2GB/standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/2GB/standalone/log4j.properties b/conf/examples/2GB/standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/2GB/standalone/log4j.properties
+++ b/conf/examples/2GB/standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/3GB/native-standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/3GB/native-standalone/log4j.properties b/conf/examples/3GB/native-standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/3GB/native-standalone/log4j.properties
+++ b/conf/examples/3GB/native-standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/3GB/standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/3GB/standalone/log4j.properties b/conf/examples/3GB/standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/3GB/standalone/log4j.properties
+++ b/conf/examples/3GB/standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/512MB/native-standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/512MB/native-standalone/log4j.properties b/conf/examples/512MB/native-standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/512MB/native-standalone/log4j.properties
+++ b/conf/examples/512MB/native-standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/examples/512MB/standalone/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/examples/512MB/standalone/log4j.properties b/conf/examples/512MB/standalone/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/examples/512MB/standalone/log4j.properties
+++ b/conf/examples/512MB/standalone/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

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5ab2c15e/conf/templates/log4j.properties
----------------------------------------------------------------------
diff --git a/conf/templates/log4j.properties b/conf/templates/log4j.properties
index a4bcb2e..f3eaddc 100644
--- a/conf/templates/log4j.properties
+++ b/conf/templates/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


[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by ec...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


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

Branch: refs/heads/master
Commit: f6a67c20229bb24db07fe101da44be8856a7fee5
Parents: 370bb23 5ab2c15
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Apr 14 14:50:34 2014 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Mon Apr 14 14:50:34 2014 -0400

----------------------------------------------------------------------
 conf/examples/1GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/1GB/standalone/log4j.properties          | 3 ++-
 conf/examples/2GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/2GB/standalone/log4j.properties          | 3 ++-
 conf/examples/3GB/native-standalone/log4j.properties   | 3 ++-
 conf/examples/3GB/standalone/log4j.properties          | 3 ++-
 conf/examples/512MB/native-standalone/log4j.properties | 3 ++-
 conf/examples/512MB/standalone/log4j.properties        | 3 ++-
 conf/templates/log4j.properties                        | 3 ++-
 9 files changed, 18 insertions(+), 9 deletions(-)
----------------------------------------------------------------------