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 8119670BA for ; Tue, 18 Oct 2011 17:53:08 +0000 (UTC) Received: (qmail 83854 invoked by uid 500); 18 Oct 2011 17:53:08 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 83829 invoked by uid 500); 18 Oct 2011 17:53:08 -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 83822 invoked by uid 99); 18 Oct 2011 17:53:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 17:53:08 +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:53:06 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A53E02388C16; 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 [17/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/... 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.A53E02388C16@eris.apache.org> Modified: incubator/accumulo/branches/1.3/test/system/test1/ingest_test_3.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test1/ingest_test_3.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test1/ingest_test_3.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test1/ingest_test_3.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + ../../../bin/accumulo org.apache.accumulo.server.test.TestIngest -timestamp 3 -delete 1000000 0 1 & ../../../bin/accumulo org.apache.accumulo.server.test.TestIngest -timestamp 3 -delete 1000000 1000000 1 & ../../../bin/accumulo org.apache.accumulo.server.test.TestIngest -timestamp 3 -delete 1000000 2000000 1 & Modified: incubator/accumulo/branches/1.3/test/system/test1/verify_test.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test1/verify_test.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test1/verify_test.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test1/verify_test.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 0 1 & ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 1000000 1 & ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 1 -random 56 1000000 2000000 1 & Modified: incubator/accumulo/branches/1.3/test/system/test1/verify_test_2.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test1/verify_test_2.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test1/verify_test_2.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test1/verify_test_2.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 2 -random 57 1000000 0 1 & ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 2 -random 57 1000000 1000000 1 & ../../../bin/accumulo org.apache.accumulo.server.test.VerifyIngest -size 50 -timestamp 2 -random 57 1000000 2000000 1 & Modified: incubator/accumulo/branches/1.3/test/system/test2/concurrent.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test2/concurrent.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test2/concurrent.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test2/concurrent.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + echo "ingesting first halves (0 to (500K - 1), 1M to (1.5M - 1), etc)" ../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 500000 0 1 & Modified: incubator/accumulo/branches/1.3/test/system/test3/bigrow.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test3/bigrow.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test3/bigrow.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test3/bigrow.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + ../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000; ../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestIngest -timestamp 1 -size 50 -random 56 1000000 0 1; #../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.VerifyIngest -timestamp 1 -size 50 -random 56 1 5000000 2000000; Modified: incubator/accumulo/branches/1.3/test/system/test4/bulk_import_test.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test4/bulk_import_test.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test4/bulk_import_test.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test4/bulk_import_test.sh Tue Oct 18 17:50:01 2011 @@ -1,4 +1,20 @@ #! /usr/bin/env bash + +# 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. + hadoop dfs -rmr /testmf echo "creating first set of map files" Modified: incubator/accumulo/branches/1.3/test/system/test5/insert_test.sh URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/test/system/test5/insert_test.sh?rev=1185770&r1=1185769&r2=1185770&view=diff ============================================================================== --- incubator/accumulo/branches/1.3/test/system/test5/insert_test.sh (original) +++ incubator/accumulo/branches/1.3/test/system/test5/insert_test.sh Tue Oct 18 17:50:01 2011 @@ -1,2 +1,18 @@ #! /usr/bin/env bash + +# 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. + ../../../bin/accumulo jar ../../../lib/accumulo.jar org.apache.accumulo.server.test.TestInsert