You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2014/03/25 03:53:41 UTC

[01/14] git commit: ACCUMULO-2545 Add missing license headers

Repository: accumulo
Updated Branches:
  refs/heads/1.4.5-SNAPSHOT 5c659b578 -> edfbd2fff
  refs/heads/1.5.2-SNAPSHOT 70e50f31d -> e6748a8dc
  refs/heads/1.6.0-SNAPSHOT 05254f388 -> e366e7509
  refs/heads/master 139a192ee -> 3b80978ed


ACCUMULO-2545 Add missing license headers


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 5c659b578604c0714d0c64a58b8d098fb2c019b1
Parents: 7b1a8e7
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:16:16 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:16:16 2014 -0400

----------------------------------------------------------------------
 .../accumulo/core/client/IteratorSettingTest.java  | 16 ++++++++++++++++
 src/server/src/test/resources/log4j.properties     | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
----------------------------------------------------------------------
diff --git a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
index ccb3cd6..3208d64 100644
--- a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
+++ b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.accumulo.core.client;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/server/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/src/server/src/test/resources/log4j.properties b/src/server/src/test/resources/log4j.properties
index 0b17793..2824491 100644
--- a/src/server/src/test/resources/log4j.properties
+++ b/src/server/src/test/resources/log4j.properties
@@ -1,3 +1,18 @@
+# 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.
+
 log4j.rootLogger=INFO, CA
 log4j.appender.CA=org.apache.log4j.ConsoleAppender
 log4j.appender.CA.layout=org.apache.log4j.PatternLayout
@@ -5,4 +20,4 @@ log4j.appender.CA.layout.ConversionPattern=[%t] %-5p %c %x - %m%n
 
 log4j.logger.org.apache.zookeeper=ERROR,CA
 log4j.logger.org.apache.accumulo.core.client.impl.ServerClient=ERROR
-log4j.logger.org.apache.accumulo.server.security.Auditor=off
\ No newline at end of file
+log4j.logger.org.apache.accumulo.server.security.Auditor=off


[09/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Posted by md...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Conflicts:
	src/assemble/build.sh
	test/system/auto/simple/__init__.py
	test/system/auto/stress/__init__.py


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

Branch: refs/heads/master
Commit: e6748a8dc6be8dd7b398ff3e29715f125756dbbc
Parents: 70e50f3 edfbd2f
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:51:27 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:51:27 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[10/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Posted by md...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Conflicts:
	src/assemble/build.sh
	test/system/auto/simple/__init__.py
	test/system/auto/stress/__init__.py


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: e6748a8dc6be8dd7b398ff3e29715f125756dbbc
Parents: 70e50f3 edfbd2f
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:51:27 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:51:27 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[07/14] git commit: ACCUMULO-2545 Add more license headers

Posted by md...@apache.org.
ACCUMULO-2545 Add more license headers


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

Branch: refs/heads/1.4.5-SNAPSHOT
Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26
Parents: 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:49:41 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:49:41 2014 -0400

----------------------------------------------------------------------
 src/assemble/build.sh               |  2 +-
 test/system/auto/simple/__init__.py | 14 ++++++++++++++
 test/system/auto/stress/__init__.py | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/src/assemble/build.sh
----------------------------------------------------------------------
diff --git a/src/assemble/build.sh b/src/assemble/build.sh
index 13463da..867595b 100755
--- a/src/assemble/build.sh
+++ b/src/assemble/build.sh
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn org.apache.rat:apache-rat-plugin:0.10:check
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=53
+EXPECTED=51
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/simple/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/__init__.py b/test/system/auto/simple/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/simple/__init__.py
+++ b/test/system/auto/simple/__init__.py
@@ -0,0 +1,14 @@
+# 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.

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/stress/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/__init__.py b/test/system/auto/stress/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/stress/__init__.py
+++ b/test/system/auto/stress/__init__.py
@@ -0,0 +1,14 @@
+# 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.


[11/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Posted by md...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT

Conflicts:
	src/assemble/build.sh
	test/system/auto/simple/__init__.py
	test/system/auto/stress/__init__.py


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: e6748a8dc6be8dd7b398ff3e29715f125756dbbc
Parents: 70e50f3 edfbd2f
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:51:27 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:51:27 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[05/14] git commit: ACCUMULO-2545 Add more license headers

Posted by md...@apache.org.
ACCUMULO-2545 Add more license headers


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26
Parents: 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:49:41 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:49:41 2014 -0400

----------------------------------------------------------------------
 src/assemble/build.sh               |  2 +-
 test/system/auto/simple/__init__.py | 14 ++++++++++++++
 test/system/auto/stress/__init__.py | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/src/assemble/build.sh
----------------------------------------------------------------------
diff --git a/src/assemble/build.sh b/src/assemble/build.sh
index 13463da..867595b 100755
--- a/src/assemble/build.sh
+++ b/src/assemble/build.sh
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn org.apache.rat:apache-rat-plugin:0.10:check
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=53
+EXPECTED=51
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/simple/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/__init__.py b/test/system/auto/simple/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/simple/__init__.py
+++ b/test/system/auto/simple/__init__.py
@@ -0,0 +1,14 @@
+# 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.

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/stress/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/__init__.py b/test/system/auto/stress/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/stress/__init__.py
+++ b/test/system/auto/stress/__init__.py
@@ -0,0 +1,14 @@
+# 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.


[06/14] git commit: ACCUMULO-2545 Add more license headers

Posted by md...@apache.org.
ACCUMULO-2545 Add more license headers


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26
Parents: 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:49:41 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:49:41 2014 -0400

----------------------------------------------------------------------
 src/assemble/build.sh               |  2 +-
 test/system/auto/simple/__init__.py | 14 ++++++++++++++
 test/system/auto/stress/__init__.py | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/src/assemble/build.sh
----------------------------------------------------------------------
diff --git a/src/assemble/build.sh b/src/assemble/build.sh
index 13463da..867595b 100755
--- a/src/assemble/build.sh
+++ b/src/assemble/build.sh
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn org.apache.rat:apache-rat-plugin:0.10:check
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=53
+EXPECTED=51
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/simple/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/__init__.py b/test/system/auto/simple/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/simple/__init__.py
+++ b/test/system/auto/simple/__init__.py
@@ -0,0 +1,14 @@
+# 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.

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/stress/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/__init__.py b/test/system/auto/stress/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/stress/__init__.py
+++ b/test/system/auto/stress/__init__.py
@@ -0,0 +1,14 @@
+# 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.


[08/14] git commit: ACCUMULO-2545 Add more license headers

Posted by md...@apache.org.
ACCUMULO-2545 Add more license headers


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

Branch: refs/heads/master
Commit: edfbd2fffd7e1c67e0bc2eb9f4b6d47f27979f26
Parents: 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:49:41 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:49:41 2014 -0400

----------------------------------------------------------------------
 src/assemble/build.sh               |  2 +-
 test/system/auto/simple/__init__.py | 14 ++++++++++++++
 test/system/auto/stress/__init__.py | 14 ++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/src/assemble/build.sh
----------------------------------------------------------------------
diff --git a/src/assemble/build.sh b/src/assemble/build.sh
index 13463da..867595b 100755
--- a/src/assemble/build.sh
+++ b/src/assemble/build.sh
@@ -41,7 +41,7 @@ runAt() {
 run mvn -U -P distclean clean 
 mvn org.apache.rat:apache-rat-plugin:0.10:check
 COUNT=`grep '!????' target/rat.txt | wc -l`
-EXPECTED=53
+EXPECTED=51
 if [ "$COUNT" -ne $EXPECTED ]
 then
    fail expected $EXPECTED files missing licenses, but saw "$COUNT"

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/simple/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/__init__.py b/test/system/auto/simple/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/simple/__init__.py
+++ b/test/system/auto/simple/__init__.py
@@ -0,0 +1,14 @@
+# 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.

http://git-wip-us.apache.org/repos/asf/accumulo/blob/edfbd2ff/test/system/auto/stress/__init__.py
----------------------------------------------------------------------
diff --git a/test/system/auto/stress/__init__.py b/test/system/auto/stress/__init__.py
index e69de29..ae1e83e 100755
--- a/test/system/auto/stress/__init__.py
+++ b/test/system/auto/stress/__init__.py
@@ -0,0 +1,14 @@
+# 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.


[02/14] git commit: ACCUMULO-2545 Add missing license headers

Posted by md...@apache.org.
ACCUMULO-2545 Add missing license headers


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

Branch: refs/heads/master
Commit: 5c659b578604c0714d0c64a58b8d098fb2c019b1
Parents: 7b1a8e7
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:16:16 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:16:16 2014 -0400

----------------------------------------------------------------------
 .../accumulo/core/client/IteratorSettingTest.java  | 16 ++++++++++++++++
 src/server/src/test/resources/log4j.properties     | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
----------------------------------------------------------------------
diff --git a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
index ccb3cd6..3208d64 100644
--- a/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
+++ b/src/core/src/test/java/org/apache/accumulo/core/client/IteratorSettingTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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.
+ */
 package org.apache.accumulo.core.client;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/accumulo/blob/5c659b57/src/server/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/src/server/src/test/resources/log4j.properties b/src/server/src/test/resources/log4j.properties
index 0b17793..2824491 100644
--- a/src/server/src/test/resources/log4j.properties
+++ b/src/server/src/test/resources/log4j.properties
@@ -1,3 +1,18 @@
+# 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.
+
 log4j.rootLogger=INFO, CA
 log4j.appender.CA=org.apache.log4j.ConsoleAppender
 log4j.appender.CA.layout=org.apache.log4j.PatternLayout
@@ -5,4 +20,4 @@ log4j.appender.CA.layout.ConversionPattern=[%t] %-5p %c %x - %m%n
 
 log4j.logger.org.apache.zookeeper=ERROR,CA
 log4j.logger.org.apache.accumulo.core.client.impl.ServerClient=ERROR
-log4j.logger.org.apache.accumulo.server.security.Auditor=off
\ No newline at end of file
+log4j.logger.org.apache.accumulo.server.security.Auditor=off


[03/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT (--strategy ours)

Posted by md...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT (--strategy ours)


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

Branch: refs/heads/master
Commit: 70e50f31d666c467b209adb4ea8dbdf32200df35
Parents: ce6a721 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:18:01 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:18:01 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



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

Posted by md...@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/3b80978e
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3b80978e
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/3b80978e

Branch: refs/heads/master
Commit: 3b80978ed6c3edbeaf4cad6d60c508af5c5631e5
Parents: 139a192 e366e75
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:53:11 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:53:11 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[12/14] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by md...@apache.org.
Merge branch '1.5.2-SNAPSHOT' into 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/e366e750
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e366e750
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e366e750

Branch: refs/heads/master
Commit: e366e75096dc652fb80cd48aeadfb46459f1189e
Parents: 05254f3 e6748a8
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:52:32 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:52:32 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[13/14] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.0-SNAPSHOT

Posted by md...@apache.org.
Merge branch '1.5.2-SNAPSHOT' into 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/e366e750
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e366e750
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e366e750

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: e366e75096dc652fb80cd48aeadfb46459f1189e
Parents: 05254f3 e6748a8
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:52:32 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:52:32 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[04/14] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT (--strategy ours)

Posted by md...@apache.org.
Merge branch '1.4.5-SNAPSHOT' into 1.5.2-SNAPSHOT (--strategy ours)


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 70e50f31d666c467b209adb4ea8dbdf32200df35
Parents: ce6a721 5c659b5
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 22:18:01 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 22:18:01 2014 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------