Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2A67E70B0 for ; Tue, 18 Oct 2011 17:53:00 +0000 (UTC) Received: (qmail 83730 invoked by uid 500); 18 Oct 2011 17:53:00 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 83706 invoked by uid 500); 18 Oct 2011 17:53:00 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 83695 invoked by uid 99); 18 Oct 2011 17:53:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:53:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:52:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7C45E2388AC8; Tue, 18 Oct 2011 17:51:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1185770 [8/17] - in /incubator/accumulo/branches/1.3: ./ bin/ conf/ docs/ docs/src/developer_manual/ docs/src/user_manual/ docs/src/user_manual/appendices/ docs/src/user_manual/chapters/ src/assemble/ src/core/ src/core/src/main/java/org/a... Date: Tue, 18 Oct 2011 17:51:11 -0000 To: accumulo-commits@incubator.apache.org From: kturner@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111018175157.7C45E2388AC8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCount.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCount.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCount.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCount.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.util.Iterator; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCountMR.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCountMR.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCountMR.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/FileCountMR.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Ingest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Ingest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Ingest.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Ingest.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/QueryUtil.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/QueryUtil.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/QueryUtil.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/QueryUtil.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/StringArraySummation.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/StringArraySummation.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/StringArraySummation.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/StringArraySummation.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Viewer.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Viewer.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Viewer.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/dirlist/Viewer.java Tue Oct 18 17:50:01 2011 @@ -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.examples.dirlist; import java.awt.BorderLayout; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithBatchWriter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithBatchWriter.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithBatchWriter.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithBatchWriter.java Tue Oct 18 17:50:01 2011 @@ -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.examples.helloworld; import org.apache.accumulo.core.client.AccumuloException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithOutputFormat.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithOutputFormat.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithOutputFormat.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/InsertWithOutputFormat.java Tue Oct 18 17:50:01 2011 @@ -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.examples.helloworld; import org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/ReadData.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/ReadData.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/ReadData.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/helloworld/ReadData.java Tue Oct 18 17:50:01 2011 @@ -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.examples.helloworld; import java.util.Iterator; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/isolation/InterferenceTest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/isolation/InterferenceTest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/isolation/InterferenceTest.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/isolation/InterferenceTest.java Tue Oct 18 17:50:01 2011 @@ -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.examples.isolation; import java.util.HashSet; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RegexExample.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RegexExample.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RegexExample.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RegexExample.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RowHash.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RowHash.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RowHash.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/RowHash.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/TableToFile.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/TableToFile.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/TableToFile.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/TableToFile.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/WordCount.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/WordCount.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/WordCount.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/WordCount.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/BulkIngestExample.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/BulkIngestExample.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/BulkIngestExample.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/BulkIngestExample.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce.bulk; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/GenerateTestData.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/GenerateTestData.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/GenerateTestData.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/GenerateTestData.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce.bulk; import java.io.BufferedOutputStream; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/SetupTable.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/SetupTable.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/SetupTable.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/SetupTable.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce.bulk; import java.util.TreeSet; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/VerifyIngest.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/VerifyIngest.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/VerifyIngest.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/mapreduce/bulk/VerifyIngest.java Tue Oct 18 17:50:01 2011 @@ -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.examples.mapreduce.bulk; import java.util.Iterator; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/ContinuousQuery.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/ContinuousQuery.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/ContinuousQuery.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/ContinuousQuery.java Tue Oct 18 17:50:01 2011 @@ -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.examples.shard; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Index.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Index.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Index.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Index.java Tue Oct 18 17:50:01 2011 @@ -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.examples.shard; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Query.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Query.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Query.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Query.java Tue Oct 18 17:50:01 2011 @@ -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.examples.shard; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Reverse.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Reverse.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Reverse.java (original) +++ incubator/accumulo/branches/1.3/src/examples/src/main/java/org/apache/accumulo/examples/shard/Reverse.java Tue Oct 18 17:50:01 2011 @@ -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.examples.shard; import java.util.Map.Entry; Modified: incubator/accumulo/branches/1.3/src/server/pom.xml URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/pom.xml?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/pom.xml (original) +++ incubator/accumulo/branches/1.3/src/server/pom.xml Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ + Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/Makefile URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/Makefile?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/Makefile (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/Makefile Tue Oct 18 17:50:01 2011 @@ -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. + # ya... I know, this is a bad recursive makefile... all: nm ml Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/Makefile URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/mlock/Makefile?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/Makefile (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/Makefile Tue Oct 18 17:50:01 2011 @@ -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. + LIB=MLock SRCS=$(filter-out test.cc,$(wildcard *.cc)) HDRS=$(wildcard *.h) accumulo_server_tabletserver_$(LIB).h Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.cc URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/mlock/accumulo_server_tabletserver_MLock.cc?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.cc (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.cc Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include "accumulo_server_tabletserver_MLock.h" #include Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/mlock/accumulo_server_tabletserver_MLock.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/mlock/accumulo_server_tabletserver_MLock.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class accumulo_server_tabletserver_MLock */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/BlockAllocator.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/BlockAllocator.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/BlockAllocator.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/BlockAllocator.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ #ifndef _BLOCK_ALLOCATOR_H_ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Field.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/Field.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Field.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Field.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include #include #include Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Key.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/Key.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Key.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Key.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include #include #include Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Makefile URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/Makefile?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Makefile (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/Makefile Tue Oct 18 17:50:01 2011 @@ -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. + SRCS=$(filter-out test.cc,$(wildcard *.cc)) HDRS=$(wildcard *.h) org_apache_accumulo_server_tabletserver_NativeMap.h CXX=g++ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/NativeMap.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/NativeMap.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/NativeMap.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/NativeMap.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ #ifndef __NATIVE_MAP_V12__ #define __NATIVE_MAP_V12__ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/SubKey.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/SubKey.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/SubKey.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/SubKey.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include #include #include "Field.h" Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.cc URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.cc?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.cc (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.cc Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include "org_apache_accumulo_server_tabletserver_NativeMap.h" #include "SubKey.h" #include "Field.h" Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_accumulo_server_tabletserver_NativeMap */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_accumulo_server_tabletserver_NativeMap_ConcurrentIterator */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMEntry.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_accumulo_server_tabletserver_NativeMap_NMEntry */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMIterator.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_accumulo_server_tabletserver_NativeMap_NMIterator */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ /* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class org_apache_accumulo_server_tabletserver_NativeMap_NMSKVIter */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/test.cc URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/test.cc?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/test.cc (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/test.cc Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include "NativeMap.h" #include "util.h" #include "Key.h" Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.cc URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/util.cc?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.cc (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.cc Tue Oct 18 17:50:01 2011 @@ -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. +*/ #include #include #include Modified: incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.h URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/c%2B%2B/nativeMap/util.h?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.h (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/c++/nativeMap/util.h Tue Oct 18 17:50:01 2011 @@ -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. +*/ size_t getMemUsage(); Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/Accumulo.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/Accumulo.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/Accumulo.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/Accumulo.java Tue Oct 18 17:50:01 2011 @@ -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.server; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java Tue Oct 18 17:50:01 2011 @@ -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.server.client; import java.io.FileNotFoundException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/ConstraintLoader.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/ConstraintLoader.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/ConstraintLoader.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/ConstraintLoader.java Tue Oct 18 17:50:01 2011 @@ -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.server.constraints; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/MetadataConstraints.java Tue Oct 18 17:50:01 2011 @@ -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.server.constraints; import java.util.ArrayList; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/SystemConstraint.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/SystemConstraint.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/SystemConstraint.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/SystemConstraint.java Tue Oct 18 17:50:01 2011 @@ -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.server.constraints; import org.apache.accumulo.core.constraints.Constraint; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/UnsatisfiableConstraint.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/UnsatisfiableConstraint.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/UnsatisfiableConstraint.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/constraints/UnsatisfiableConstraint.java Tue Oct 18 17:50:01 2011 @@ -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.server.constraints; import java.util.Collections; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/GarbageCollectWriteAheadLogs.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/GarbageCollectWriteAheadLogs.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/GarbageCollectWriteAheadLogs.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/GarbageCollectWriteAheadLogs.java Tue Oct 18 17:50:01 2011 @@ -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.server.gc; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/gc/SimpleGarbageCollector.java Tue Oct 18 17:50:01 2011 @@ -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.server.gc; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/IdentityReducer.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/IdentityReducer.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/IdentityReducer.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/IdentityReducer.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import org.apache.hadoop.io.Writable; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogArchiver.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogArchiver.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogArchiver.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogArchiver.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import java.io.IOException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogEvents.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogEvents.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogEvents.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogEvents.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import java.io.DataOutputStream; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileKey.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileKey.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileKey.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileKey.java Tue Oct 18 17:50:01 2011 @@ -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. +*/ /** * */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileValue.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileValue.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileValue.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogFileValue.java Tue Oct 18 17:50:01 2011 @@ -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. +*/ /** * */ Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogReader.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import java.io.FileNotFoundException; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogService.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogService.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogService.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogService.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import java.io.File; Modified: incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogWriter.java URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogWriter.java?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogWriter.java (original) +++ incubator/accumulo/branches/1.3/src/server/src/main/java/org/apache/accumulo/server/logger/LogWriter.java Tue Oct 18 17:50:01 2011 @@ -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.server.logger; import static org.apache.accumulo.server.logger.LogEvents.COMPACTION_FINISH;