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/24 19:11:12 UTC

[1/6] git commit: ACCUMULO-2534 added license headers

Repository: accumulo
Updated Branches:
  refs/heads/1.4.5-SNAPSHOT ca3f77894 -> e308c0eca
  refs/heads/1.5.2-SNAPSHOT 0dc92ca12 -> c5d6c878c
  refs/heads/1.6.0-SNAPSHOT 9677fd46b -> efb65a3d0


ACCUMULO-2534 added license headers


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

Branch: refs/heads/1.4.5-SNAPSHOT
Commit: e308c0ecaafbec095c0f858c6f2c3856032143a0
Parents: ca3f778
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Mar 24 10:04:00 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:08:15 2014 -0400

----------------------------------------------------------------------
 test/system/bench/README.md       | 16 ++++++++++++++++
 test/system/continuous/README.md  | 17 +++++++++++++++++
 test/system/randomwalk/README.md  | 17 +++++++++++++++++
 test/system/scalability/README.md | 17 +++++++++++++++++
 test/system/test1/README.md       | 17 +++++++++++++++++
 test/system/test2/README.md       | 17 +++++++++++++++++
 test/system/test3/README.md       | 17 +++++++++++++++++
 test/system/test4/README.md       | 17 +++++++++++++++++
 8 files changed, 135 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/bench/README.md
----------------------------------------------------------------------
diff --git a/test/system/bench/README.md b/test/system/bench/README.md
index 8bdf4d1..f4a67a8 100644
--- a/test/system/bench/README.md
+++ b/test/system/bench/README.md
@@ -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.
+-->
 Benchmark Tests
 ===============
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/continuous/README.md
----------------------------------------------------------------------
diff --git a/test/system/continuous/README.md b/test/system/continuous/README.md
index 6cf5d81..cc078f3 100644
--- a/test/system/continuous/README.md
+++ b/test/system/continuous/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Continuous Query and Ingest
 ===========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/randomwalk/README.md
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README.md b/test/system/randomwalk/README.md
index 77f766f..495c032 100644
--- a/test/system/randomwalk/README.md
+++ b/test/system/randomwalk/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Random Walk Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/scalability/README.md
----------------------------------------------------------------------
diff --git a/test/system/scalability/README.md b/test/system/scalability/README.md
index d0a5772..93d083a 100644
--- a/test/system/scalability/README.md
+++ b/test/system/scalability/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Scalability Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test1/README.md
----------------------------------------------------------------------
diff --git a/test/system/test1/README.md b/test/system/test1/README.md
index ee2de5a..5e461d3 100644
--- a/test/system/test1/README.md
+++ b/test/system/test1/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Command to run from command line
 
 Can run this test with pre-existing splits; use the following command to create the table with

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test2/README.md
----------------------------------------------------------------------
diff --git a/test/system/test2/README.md b/test/system/test2/README.md
index 09cbc7a..53956fb 100644
--- a/test/system/test2/README.md
+++ b/test/system/test2/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Concurrent Read/Write
 ==========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test3/README.md
----------------------------------------------------------------------
diff --git a/test/system/test3/README.md b/test/system/test3/README.md
index 5aaff23..e63ae78 100644
--- a/test/system/test3/README.md
+++ b/test/system/test3/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Creating Big Non-Splittable Row
 ====================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test4/README.md
----------------------------------------------------------------------
diff --git a/test/system/test4/README.md b/test/system/test4/README.md
index 3f03fc3..95919af 100644
--- a/test/system/test4/README.md
+++ b/test/system/test4/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Bulk Importing Data
 ========================
 


[3/6] git commit: ACCUMULO-2534 added license headers

Posted by md...@apache.org.
ACCUMULO-2534 added license headers


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: e308c0ecaafbec095c0f858c6f2c3856032143a0
Parents: ca3f778
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Mar 24 10:04:00 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:08:15 2014 -0400

----------------------------------------------------------------------
 test/system/bench/README.md       | 16 ++++++++++++++++
 test/system/continuous/README.md  | 17 +++++++++++++++++
 test/system/randomwalk/README.md  | 17 +++++++++++++++++
 test/system/scalability/README.md | 17 +++++++++++++++++
 test/system/test1/README.md       | 17 +++++++++++++++++
 test/system/test2/README.md       | 17 +++++++++++++++++
 test/system/test3/README.md       | 17 +++++++++++++++++
 test/system/test4/README.md       | 17 +++++++++++++++++
 8 files changed, 135 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/bench/README.md
----------------------------------------------------------------------
diff --git a/test/system/bench/README.md b/test/system/bench/README.md
index 8bdf4d1..f4a67a8 100644
--- a/test/system/bench/README.md
+++ b/test/system/bench/README.md
@@ -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.
+-->
 Benchmark Tests
 ===============
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/continuous/README.md
----------------------------------------------------------------------
diff --git a/test/system/continuous/README.md b/test/system/continuous/README.md
index 6cf5d81..cc078f3 100644
--- a/test/system/continuous/README.md
+++ b/test/system/continuous/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Continuous Query and Ingest
 ===========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/randomwalk/README.md
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README.md b/test/system/randomwalk/README.md
index 77f766f..495c032 100644
--- a/test/system/randomwalk/README.md
+++ b/test/system/randomwalk/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Random Walk Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/scalability/README.md
----------------------------------------------------------------------
diff --git a/test/system/scalability/README.md b/test/system/scalability/README.md
index d0a5772..93d083a 100644
--- a/test/system/scalability/README.md
+++ b/test/system/scalability/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Scalability Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test1/README.md
----------------------------------------------------------------------
diff --git a/test/system/test1/README.md b/test/system/test1/README.md
index ee2de5a..5e461d3 100644
--- a/test/system/test1/README.md
+++ b/test/system/test1/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Command to run from command line
 
 Can run this test with pre-existing splits; use the following command to create the table with

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test2/README.md
----------------------------------------------------------------------
diff --git a/test/system/test2/README.md b/test/system/test2/README.md
index 09cbc7a..53956fb 100644
--- a/test/system/test2/README.md
+++ b/test/system/test2/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Concurrent Read/Write
 ==========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test3/README.md
----------------------------------------------------------------------
diff --git a/test/system/test3/README.md b/test/system/test3/README.md
index 5aaff23..e63ae78 100644
--- a/test/system/test3/README.md
+++ b/test/system/test3/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Creating Big Non-Splittable Row
 ====================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test4/README.md
----------------------------------------------------------------------
diff --git a/test/system/test4/README.md b/test/system/test4/README.md
index 3f03fc3..95919af 100644
--- a/test/system/test4/README.md
+++ b/test/system/test4/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Bulk Importing Data
 ========================
 


[2/6] git commit: ACCUMULO-2534 added license headers

Posted by md...@apache.org.
ACCUMULO-2534 added license headers


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: e308c0ecaafbec095c0f858c6f2c3856032143a0
Parents: ca3f778
Author: Eric C. Newton <er...@gmail.com>
Authored: Mon Mar 24 10:04:00 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:08:15 2014 -0400

----------------------------------------------------------------------
 test/system/bench/README.md       | 16 ++++++++++++++++
 test/system/continuous/README.md  | 17 +++++++++++++++++
 test/system/randomwalk/README.md  | 17 +++++++++++++++++
 test/system/scalability/README.md | 17 +++++++++++++++++
 test/system/test1/README.md       | 17 +++++++++++++++++
 test/system/test2/README.md       | 17 +++++++++++++++++
 test/system/test3/README.md       | 17 +++++++++++++++++
 test/system/test4/README.md       | 17 +++++++++++++++++
 8 files changed, 135 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/bench/README.md
----------------------------------------------------------------------
diff --git a/test/system/bench/README.md b/test/system/bench/README.md
index 8bdf4d1..f4a67a8 100644
--- a/test/system/bench/README.md
+++ b/test/system/bench/README.md
@@ -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.
+-->
 Benchmark Tests
 ===============
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/continuous/README.md
----------------------------------------------------------------------
diff --git a/test/system/continuous/README.md b/test/system/continuous/README.md
index 6cf5d81..cc078f3 100644
--- a/test/system/continuous/README.md
+++ b/test/system/continuous/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Continuous Query and Ingest
 ===========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/randomwalk/README.md
----------------------------------------------------------------------
diff --git a/test/system/randomwalk/README.md b/test/system/randomwalk/README.md
index 77f766f..495c032 100644
--- a/test/system/randomwalk/README.md
+++ b/test/system/randomwalk/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Random Walk Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/scalability/README.md
----------------------------------------------------------------------
diff --git a/test/system/scalability/README.md b/test/system/scalability/README.md
index d0a5772..93d083a 100644
--- a/test/system/scalability/README.md
+++ b/test/system/scalability/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Apache Accumulo Scalability Tests
 =================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test1/README.md
----------------------------------------------------------------------
diff --git a/test/system/test1/README.md b/test/system/test1/README.md
index ee2de5a..5e461d3 100644
--- a/test/system/test1/README.md
+++ b/test/system/test1/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Command to run from command line
 
 Can run this test with pre-existing splits; use the following command to create the table with

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test2/README.md
----------------------------------------------------------------------
diff --git a/test/system/test2/README.md b/test/system/test2/README.md
index 09cbc7a..53956fb 100644
--- a/test/system/test2/README.md
+++ b/test/system/test2/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Concurrent Read/Write
 ==========================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test3/README.md
----------------------------------------------------------------------
diff --git a/test/system/test3/README.md b/test/system/test3/README.md
index 5aaff23..e63ae78 100644
--- a/test/system/test3/README.md
+++ b/test/system/test3/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Creating Big Non-Splittable Row
 ====================================
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/e308c0ec/test/system/test4/README.md
----------------------------------------------------------------------
diff --git a/test/system/test4/README.md b/test/system/test4/README.md
index 3f03fc3..95919af 100644
--- a/test/system/test4/README.md
+++ b/test/system/test4/README.md
@@ -1,3 +1,20 @@
+<!--
+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.
+-->
+
 Test Bulk Importing Data
 ========================
 


[4/6] 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


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: c5d6c878c793e479758242cff5c504952f80ee1d
Parents: 0dc92ca e308c0e
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 14:09:28 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:09:28 2014 -0400

----------------------------------------------------------------------
 test/system/bench/README.md       | 16 ++++++++++++++++
 test/system/continuous/README.md  | 17 +++++++++++++++++
 test/system/randomwalk/README.md  | 17 +++++++++++++++++
 test/system/scalability/README.md | 17 +++++++++++++++++
 test/system/test1/README.md       | 17 +++++++++++++++++
 test/system/test2/README.md       | 17 +++++++++++++++++
 test/system/test3/README.md       | 17 +++++++++++++++++
 test/system/test4/README.md       | 17 +++++++++++++++++
 8 files changed, 135 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/continuous/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/scalability/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test1/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test2/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test4/README.md
----------------------------------------------------------------------


[6/6] 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/efb65a3d
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/efb65a3d
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/efb65a3d

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: efb65a3d08d5188aa6a78e8e331450033d0c2013
Parents: 9677fd4 c5d6c87
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 14:09:42 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:09:42 2014 -0400

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

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



[5/6] 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


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

Branch: refs/heads/1.5.2-SNAPSHOT
Commit: c5d6c878c793e479758242cff5c504952f80ee1d
Parents: 0dc92ca e308c0e
Author: Mike Drob <md...@cloudera.com>
Authored: Mon Mar 24 14:09:28 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Mon Mar 24 14:09:28 2014 -0400

----------------------------------------------------------------------
 test/system/bench/README.md       | 16 ++++++++++++++++
 test/system/continuous/README.md  | 17 +++++++++++++++++
 test/system/randomwalk/README.md  | 17 +++++++++++++++++
 test/system/scalability/README.md | 17 +++++++++++++++++
 test/system/test1/README.md       | 17 +++++++++++++++++
 test/system/test2/README.md       | 17 +++++++++++++++++
 test/system/test3/README.md       | 17 +++++++++++++++++
 test/system/test4/README.md       | 17 +++++++++++++++++
 8 files changed, 135 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/continuous/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/scalability/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test1/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test2/README.md
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/c5d6c878/test/system/test4/README.md
----------------------------------------------------------------------