Adding licences to files missing it in rya.merger.
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/d49aa6d3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/d49aa6d3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/d49aa6d3 Branch: refs/heads/master Commit: d49aa6d386b34e26d1c6b8287871bbe2dc5565bf Parents: 71b5b1c Author: eric.white <[email protected]> Authored: Fri Aug 19 14:40:38 2016 -0400 Committer: Aaron Mihalik <[email protected]> Committed: Tue Aug 23 10:40:21 2016 -0400 ---------------------------------------------------------------------- extras/pom.xml | 1 + extras/rya.merger/README.md | 17 ++++++++++++++++ extras/rya.merger/config/configuration.xml | 18 +++++++++++++++++ .../config/copy_tool_configuration.xml | 18 +++++++++++++++++ extras/rya.merger/config/copy_tool_log4j.xml | 18 +++++++++++++++++ extras/rya.merger/config/log4j.xml | 18 +++++++++++++++++ .../ct_spo/files/._SUCCESS.crc | Bin 8 -> 0 bytes .../merge_tool_file_input/ct_spo/files/_SUCCESS | 0 .../mvm/rya/accumulo/mr/merge/CopyToolTest.java | 20 +++++++++++++++++++ .../rya/accumulo/mr/merge/MergeToolTest.java | 20 +++++++++++++++++++ .../accumulo/mr/merge/demo/CopyToolDemo.java | 20 +++++++++++++++++++ .../accumulo/mr/merge/demo/MergeToolDemo.java | 20 +++++++++++++++++++ .../mr/merge/demo/util/DemoUtilities.java | 20 +++++++++++++++++++ .../driver/AccumuloDualInstanceDriver.java | 20 +++++++++++++++++++ .../merge/driver/MiniAccumuloClusterDriver.java | 20 +++++++++++++++++++ .../rya/accumulo/mr/merge/util/TestUtils.java | 20 +++++++++++++++++++ extras/rya.merger/startup_scripts/copy_tool.bat | 17 ++++++++++++++++ extras/rya.merger/startup_scripts/copy_tool.sh | 17 ++++++++++++++++ .../startup_scripts/hadoop_copy_tool.bat | 17 ++++++++++++++++ .../startup_scripts/hadoop_copy_tool.sh | 17 ++++++++++++++++ .../startup_scripts/hadoop_merge_tool.bat | 17 ++++++++++++++++ .../startup_scripts/hadoop_merge_tool.sh | 17 ++++++++++++++++ .../rya.merger/startup_scripts/merge_tool.bat | 17 ++++++++++++++++ extras/rya.merger/startup_scripts/merge_tool.sh | 17 ++++++++++++++++ 24 files changed, 386 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/pom.xml ---------------------------------------------------------------------- diff --git a/extras/pom.xml b/extras/pom.xml index 8490b5b..9568e27 100644 --- a/extras/pom.xml +++ b/extras/pom.xml @@ -43,5 +43,6 @@ under the License. <module>rya.reasoning</module> <module>vagrantExample</module> <module>rya.pcj.fluo</module> + <module>rya.merger</module> </modules> </project> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/README.md ---------------------------------------------------------------------- diff --git a/extras/rya.merger/README.md b/extras/rya.merger/README.md index eb3c43a..a4fdb71 100644 --- a/extras/rya.merger/README.md +++ b/extras/rya.merger/README.md @@ -1,3 +1,20 @@ +<!-- Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. --> + # Accumulo to Accumulo Cloning ___ http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/config/configuration.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/config/configuration.xml b/extras/rya.merger/config/configuration.xml index 68ad184..93282dd 100644 --- a/extras/rya.merger/config/configuration.xml +++ b/extras/rya.merger/config/configuration.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- 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. --> + <configuration> <!-- Parent Settings http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/config/copy_tool_configuration.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/config/copy_tool_configuration.xml b/extras/rya.merger/config/copy_tool_configuration.xml index d21c548..5b4fe3f 100644 --- a/extras/rya.merger/config/copy_tool_configuration.xml +++ b/extras/rya.merger/config/copy_tool_configuration.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> + +<!-- 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. --> + <configuration> <!-- Parent Settings http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/config/copy_tool_log4j.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/config/copy_tool_log4j.xml b/extras/rya.merger/config/copy_tool_log4j.xml index 7f1f202..2ba2d65 100644 --- a/extras/rya.merger/config/copy_tool_log4j.xml +++ b/extras/rya.merger/config/copy_tool_log4j.xml @@ -1,4 +1,22 @@ <?xml version="1.0"?> + +<!-- 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. --> + <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration debug="false" xmlns:log4j="http://jakarta.apache.org/log4j/"> <appender name="NORMAL_FILE" class="org.apache.log4j.RollingFileAppender"> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/config/log4j.xml ---------------------------------------------------------------------- diff --git a/extras/rya.merger/config/log4j.xml b/extras/rya.merger/config/log4j.xml index 5933b48..08965bb 100644 --- a/extras/rya.merger/config/log4j.xml +++ b/extras/rya.merger/config/log4j.xml @@ -1,4 +1,22 @@ <?xml version="1.0"?> + +<!-- 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. --> + <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration debug="false" xmlns:log4j="http://jakarta.apache.org/log4j/"> <appender name="NORMAL_FILE" class="org.apache.log4j.RollingFileAppender"> http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/._SUCCESS.crc ---------------------------------------------------------------------- diff --git a/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/._SUCCESS.crc b/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/._SUCCESS.crc deleted file mode 100644 index 3b7b044..0000000 Binary files a/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/._SUCCESS.crc and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/_SUCCESS ---------------------------------------------------------------------- diff --git a/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/_SUCCESS b/extras/rya.merger/resources/test/merge_tool_file_input/ct_spo/files/_SUCCESS deleted file mode 100644 index e69de29..0000000 http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/CopyToolTest.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/CopyToolTest.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/CopyToolTest.java index 0acfbd1..475d647 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/CopyToolTest.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/CopyToolTest.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static mvm.rya.accumulo.mr.merge.util.TestUtils.LAST_MONTH; import static mvm.rya.accumulo.mr.merge.util.TestUtils.TODAY; import static mvm.rya.accumulo.mr.merge.util.TestUtils.YESTERDAY; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/MergeToolTest.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/MergeToolTest.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/MergeToolTest.java index 6203127..ad6cad9 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/MergeToolTest.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/MergeToolTest.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static mvm.rya.accumulo.mr.merge.util.TestUtils.LAST_MONTH; import static mvm.rya.accumulo.mr.merge.util.TestUtils.TODAY; import static mvm.rya.accumulo.mr.merge.util.TestUtils.YESTERDAY; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/CopyToolDemo.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/CopyToolDemo.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/CopyToolDemo.java index 2ab2b90..a6e640a 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/CopyToolDemo.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/CopyToolDemo.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.demo; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static mvm.rya.accumulo.mr.merge.util.TestUtils.LAST_MONTH; import static mvm.rya.accumulo.mr.merge.util.TestUtils.TODAY; import static mvm.rya.accumulo.mr.merge.util.TestUtils.YESTERDAY; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/MergeToolDemo.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/MergeToolDemo.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/MergeToolDemo.java index 6a8e779..cebeb13 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/MergeToolDemo.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/MergeToolDemo.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.demo; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static mvm.rya.accumulo.mr.merge.util.TestUtils.createRyaStatement; import static mvm.rya.accumulo.mr.merge.util.ToolConfigUtils.makeArgument; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/util/DemoUtilities.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/util/DemoUtilities.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/util/DemoUtilities.java index 98aebfc..2b64714 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/util/DemoUtilities.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/demo/util/DemoUtilities.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.demo.util; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import java.util.Scanner; import org.apache.commons.math3.random.RandomDataGenerator; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/AccumuloDualInstanceDriver.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/AccumuloDualInstanceDriver.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/AccumuloDualInstanceDriver.java index 9360c07..c10d2dd 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/AccumuloDualInstanceDriver.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/AccumuloDualInstanceDriver.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.driver; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import java.io.File; import java.util.Collection; import java.util.Iterator; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/MiniAccumuloClusterDriver.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/MiniAccumuloClusterDriver.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/MiniAccumuloClusterDriver.java index 92c451d..7bc845d 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/MiniAccumuloClusterDriver.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/driver/MiniAccumuloClusterDriver.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.driver; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static mvm.rya.accumulo.mr.merge.util.TestUtils.LAST_MONTH; import static mvm.rya.accumulo.mr.merge.util.TestUtils.TODAY; import static mvm.rya.accumulo.mr.merge.util.TestUtils.createRyaStatement; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/util/TestUtils.java ---------------------------------------------------------------------- diff --git a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/util/TestUtils.java b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/util/TestUtils.java index 2758efd..981fe28 100644 --- a/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/util/TestUtils.java +++ b/extras/rya.merger/src/test/java/mvm/rya/accumulo/mr/merge/util/TestUtils.java @@ -1,5 +1,25 @@ package mvm.rya.accumulo.mr.merge.util; +/* + * #%L + * mvm.rya.accumulo.mr.merge + * %% + * Copyright (C) 2014 Rya + * %% + * Licensed 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. + * #L% + */ + import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/copy_tool.bat ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/copy_tool.bat b/extras/rya.merger/startup_scripts/copy_tool.bat index b8a91ff..b5eec89 100644 --- a/extras/rya.merger/startup_scripts/copy_tool.bat +++ b/extras/rya.merger/startup_scripts/copy_tool.bat @@ -1,3 +1,20 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you under the Apache License, Version 2.0 (the +:: "License"); you may not use this file except in compliance +:: with the License. You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, +:: software distributed under the License is distributed on an +:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +:: KIND, either express or implied. See the License for the +:: specific language governing permissions and limitations +:: under the License. + @echo off echo "Launching Copy Tool..." http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/copy_tool.sh ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/copy_tool.sh b/extras/rya.merger/startup_scripts/copy_tool.sh index b1a24d2..b03fd1a 100644 --- a/extras/rya.merger/startup_scripts/copy_tool.sh +++ b/extras/rya.merger/startup_scripts/copy_tool.sh @@ -1,5 +1,22 @@ #!/bin/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 "Launching Copy Tool..." java -Xms256m -Xmx1024M -Dlog4j.configuration="file:config/copy_tool_log4j.xml" -cp rya.merger-*.jar mvm.rya.accumulo.mr.merge.CopyTool -conf config/copy_tool_configuration.xml \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/hadoop_copy_tool.bat ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/hadoop_copy_tool.bat b/extras/rya.merger/startup_scripts/hadoop_copy_tool.bat index 81f7760..25659bc 100644 --- a/extras/rya.merger/startup_scripts/hadoop_copy_tool.bat +++ b/extras/rya.merger/startup_scripts/hadoop_copy_tool.bat @@ -1,3 +1,20 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you under the Apache License, Version 2.0 (the +:: "License"); you may not use this file except in compliance +:: with the License. You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, +:: software distributed under the License is distributed on an +:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +:: KIND, either express or implied. See the License for the +:: specific language governing permissions and limitations +:: under the License. + @echo off echo "Launching Copy Tool..." http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/hadoop_copy_tool.sh ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/hadoop_copy_tool.sh b/extras/rya.merger/startup_scripts/hadoop_copy_tool.sh index 30a8820..faf452e 100644 --- a/extras/rya.merger/startup_scripts/hadoop_copy_tool.sh +++ b/extras/rya.merger/startup_scripts/hadoop_copy_tool.sh @@ -1,5 +1,22 @@ #!/bin/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 "Launching Copy Tool..." class=mvm.rya.accumulo.mr.merge.CopyTool http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/hadoop_merge_tool.bat ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/hadoop_merge_tool.bat b/extras/rya.merger/startup_scripts/hadoop_merge_tool.bat index b1c9235..ef4aa01 100644 --- a/extras/rya.merger/startup_scripts/hadoop_merge_tool.bat +++ b/extras/rya.merger/startup_scripts/hadoop_merge_tool.bat @@ -1,3 +1,20 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you under the Apache License, Version 2.0 (the +:: "License"); you may not use this file except in compliance +:: with the License. You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, +:: software distributed under the License is distributed on an +:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +:: KIND, either express or implied. See the License for the +:: specific language governing permissions and limitations +:: under the License. + @echo off echo "Launching Merge Tool..." http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/hadoop_merge_tool.sh ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/hadoop_merge_tool.sh b/extras/rya.merger/startup_scripts/hadoop_merge_tool.sh index b5660e3..48ee95e 100644 --- a/extras/rya.merger/startup_scripts/hadoop_merge_tool.sh +++ b/extras/rya.merger/startup_scripts/hadoop_merge_tool.sh @@ -1,5 +1,22 @@ #!/bin/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 "Launching Merge Tool..." hadoop jar rya.merger-*-shaded.jar mvm.rya.accumulo.mr.merge.MergeTool -conf config/configuration.xml \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/merge_tool.bat ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/merge_tool.bat b/extras/rya.merger/startup_scripts/merge_tool.bat index 36b73ce..e5dd763 100644 --- a/extras/rya.merger/startup_scripts/merge_tool.bat +++ b/extras/rya.merger/startup_scripts/merge_tool.bat @@ -1,3 +1,20 @@ +:: Licensed to the Apache Software Foundation (ASF) under one +:: or more contributor license agreements. See the NOTICE file +:: distributed with this work for additional information +:: regarding copyright ownership. The ASF licenses this file +:: to you under the Apache License, Version 2.0 (the +:: "License"); you may not use this file except in compliance +:: with the License. You may obtain a copy of the License at +:: +:: http://www.apache.org/licenses/LICENSE-2.0 +:: +:: Unless required by applicable law or agreed to in writing, +:: software distributed under the License is distributed on an +:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +:: KIND, either express or implied. See the License for the +:: specific language governing permissions and limitations +:: under the License. + @echo off echo "Launching Merge Tool..." http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/d49aa6d3/extras/rya.merger/startup_scripts/merge_tool.sh ---------------------------------------------------------------------- diff --git a/extras/rya.merger/startup_scripts/merge_tool.sh b/extras/rya.merger/startup_scripts/merge_tool.sh index 83f8932..b0e6b58 100644 --- a/extras/rya.merger/startup_scripts/merge_tool.sh +++ b/extras/rya.merger/startup_scripts/merge_tool.sh @@ -1,5 +1,22 @@ #!/bin/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 "Launching Merge Tool..." java -Xms256m -Xmx1024M -Dlog4j.configuration="file:config/log4j.xml" -cp rya.merger-*.jar mvm.rya.accumulo.mr.merge.MergeTool -conf config/configuration.xml \ No newline at end of file
