Updated Branches: refs/heads/branch-0.7 d18e50718 -> fb628180d
BIGTOP-1123. update licensing for the Bigtop 0.7.0 release Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/fb628180 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/fb628180 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/fb628180 Branch: refs/heads/branch-0.7 Commit: fb628180d289335dcf95641b44482fb680f11573 Parents: d18e507 Author: Roman Shaposhnik <[email protected]> Authored: Fri Oct 18 21:07:12 2013 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Oct 18 21:07:12 2013 -0700 ---------------------------------------------------------------------- .../puppet/modules/spark/templates/spark-env.sh | 14 ++++++++++++++ .../src/common/spark/compute-classpath.sh | 14 ++++++++++++++ bigtop-packages/src/common/spark/run | 15 +++++++++++++++ bigtop-tests/test-artifacts/spark/pom.xml | 16 ++++++++++++++++ pom.xml | 1 + 5 files changed, 60 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb628180/bigtop-deploy/puppet/modules/spark/templates/spark-env.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/spark/templates/spark-env.sh b/bigtop-deploy/puppet/modules/spark/templates/spark-env.sh index 5f14cc0..6d4ab2a 100644 --- a/bigtop-deploy/puppet/modules/spark/templates/spark-env.sh +++ b/bigtop-deploy/puppet/modules/spark/templates/spark-env.sh @@ -1,4 +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. # This file contains environment variables required to run Spark. Copy it as # spark-env.sh and edit that to configure Spark for your site. http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb628180/bigtop-packages/src/common/spark/compute-classpath.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/spark/compute-classpath.sh b/bigtop-packages/src/common/spark/compute-classpath.sh index 6bf4790..24be837 100644 --- a/bigtop-packages/src/common/spark/compute-classpath.sh +++ b/bigtop-packages/src/common/spark/compute-classpath.sh @@ -1,4 +1,18 @@ #!/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. # This script computes Spark's classpath and prints it to stdout; it's used by both the "run" # script and the ExecutorRunner in standalone cluster mode. http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb628180/bigtop-packages/src/common/spark/run ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/spark/run b/bigtop-packages/src/common/spark/run index a02b2db..50b0e82 100644 --- a/bigtop-packages/src/common/spark/run +++ b/bigtop-packages/src/common/spark/run @@ -1,4 +1,19 @@ #!/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. + SCALA_VERSION=2.9.3 http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb628180/bigtop-tests/test-artifacts/spark/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml index 02f1484..8bac4e1 100644 --- a/bigtop-tests/test-artifacts/spark/pom.xml +++ b/bigtop-tests/test-artifacts/spark/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> http://git-wip-us.apache.org/repos/asf/bigtop/blob/fb628180/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3cc08f6..6564f79 100644 --- a/pom.xml +++ b/pom.xml @@ -258,6 +258,7 @@ <exclude>bigtop-packages/src/deb/*/shlibs.local</exclude> <exclude>bigtop-repos/apt/distributions</exclude> <!-- Miscelaneous individual files --> + <exclude>src/site/resources/bigtop.rdf</exclude> <exclude>src/site/resources/images/bigtop-logo.ai</exclude> <exclude>test/MANIFEST.txt</exclude> <exclude>bigtop-deploy/puppet/modules/hadoop/templates/taskcontroller.cfg</exclude>
