Repository: bigtop
Updated Branches:
  refs/heads/master 0357220a8 -> 171c2b8fd


BIGTOP-1951. Fix licenses in the source files


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

Branch: refs/heads/master
Commit: 924913011b0a1f6dc6bf7d222b812546d7bea7e3
Parents: 0357220
Author: Konstantin Boudnik <[email protected]>
Authored: Fri Aug 7 12:22:33 2015 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Fri Aug 7 12:25:56 2015 -0700

----------------------------------------------------------------------
 bigtop-bigpetstore/README.md                       | 16 ++++++++++++++++
 .../bigpetstore-data-generator/README.md           | 16 ++++++++++++++++
 bigtop-bigpetstore/bigpetstore-spark/README.md     | 16 ++++++++++++++++
 .../bigpetstore/spark/TestFullPipeline.scala       | 17 +++++++++++++++++
 .../bigpetstore-transaction-queue/Dockerfile       | 15 +++++++++++++++
 .../bigpetstore-transaction-queue/README.md        | 16 ++++++++++++++++
 .../bigpetstore-transaction-queue/build.gradle     | 17 +++++++++++++++++
 bigtop-ci/jenkins/jobsCreator.groovy               | 17 +++++++++++++++++
 bigtop-deploy/puppet/modules/hue/templates/hue.ini | 15 +++++++++++++++
 .../modules/tachyon/templates/log4j.properties     | 14 ++++++++++++++
 .../modules/tachyon/templates/tachyon-env.sh       | 14 ++++++++++++++
 bigtop-deploy/vm/utils/smoke-tests.sh              | 15 +++++++++++++++
 .../vagrant-puppet-docker/boot2docker/Vagrantfile  | 14 ++++++++++++++
 .../vm/vagrant-puppet-docker/docker-hadoop.sh      | 14 ++++++++++++++
 .../vm/vagrant-puppet-docker/vagrantconfig.yaml    | 15 +++++++++++++++
 .../vagrantconfig_debian.yaml                      | 15 +++++++++++++++
 .../vm/vagrant-puppet-openstack/para-provision.sh  | 14 ++++++++++++++
 .../vm/vagrant-puppet-openstack/vagrantconfig.yaml | 14 ++++++++++++++
 .../vm/vagrant-puppet-vm/vagrantconfig.yaml        | 15 +++++++++++++++
 docker/bigtop-puppet/centos-6/Dockerfile           | 14 ++++++++++++++
 docker/bigtop-puppet/centos-6/build.sh             | 14 ++++++++++++++
 docker/bigtop-puppet/centos-7/Dockerfile           | 14 ++++++++++++++
 docker/bigtop-puppet/centos-7/build.sh             | 14 ++++++++++++++
 docker/bigtop-puppet/debian-8/Dockerfile           | 14 ++++++++++++++
 docker/bigtop-puppet/debian-8/build.sh             | 14 ++++++++++++++
 docker/bigtop-puppet/fedora-20/Dockerfile          | 14 ++++++++++++++
 docker/bigtop-puppet/fedora-20/build.sh            | 14 ++++++++++++++
 docker/bigtop-puppet/opensuse-13.2/Dockerfile      | 14 ++++++++++++++
 docker/bigtop-puppet/opensuse-13.2/build.sh        | 14 ++++++++++++++
 docker/bigtop-puppet/ubuntu-14.04/Dockerfile       | 14 ++++++++++++++
 docker/bigtop-puppet/ubuntu-14.04/build.sh         | 14 ++++++++++++++
 pom.xml                                            |  4 ++++
 32 files changed, 461 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/README.md
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/README.md b/bigtop-bigpetstore/README.md
index 6f04e8f..e032f84 100644
--- a/bigtop-bigpetstore/README.md
+++ b/bigtop-bigpetstore/README.md
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 BigPetStore
 ============
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-data-generator/README.md
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-data-generator/README.md 
b/bigtop-bigpetstore/bigpetstore-data-generator/README.md
index d34e5c6..1acfe90 100644
--- a/bigtop-bigpetstore/bigpetstore-data-generator/README.md
+++ b/bigtop-bigpetstore/bigpetstore-data-generator/README.md
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 BigPetStore Data Generator
 ==========================
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-spark/README.md
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-spark/README.md 
b/bigtop-bigpetstore/bigpetstore-spark/README.md
index ac2f584..4f05f2b 100644
--- a/bigtop-bigpetstore/bigpetstore-spark/README.md
+++ b/bigtop-bigpetstore/bigpetstore-spark/README.md
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 BigPetStore -- Spark
 ====================
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala
----------------------------------------------------------------------
diff --git 
a/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala
 
b/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala
index 1d8c875..bc7e27f 100644
--- 
a/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala
+++ 
b/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala
@@ -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.
+ */
+
 package org.apache.bigpetstore.spark
 
 import org.apache.bigtop.bigpetstore.spark.analytics.PetStoreStatistics

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile 
b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
index c1e06cf..10b0655 100644
--- a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
+++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile
@@ -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.
+
 FROM centos
 RUN yum update -y
 RUN yum install -y java-1.7.0-openjdk

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md 
b/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md
index 385a1d1..7782e1c 100644
--- a/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md
+++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md
@@ -1,3 +1,19 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
 # Introduction to the BigPetStore transaction queue#
 
 This is a rotating queue for Apache BigTop which uses the BigPetStore 
libraries to generate realistic streaming transactional data.

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle 
b/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle
index a475078..7172cc4 100644
--- a/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle
+++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle
@@ -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.
+ */
+
 apply plugin: 'java'
 apply plugin: 'idea'
 apply plugin:'application'

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-ci/jenkins/jobsCreator.groovy
----------------------------------------------------------------------
diff --git a/bigtop-ci/jenkins/jobsCreator.groovy 
b/bigtop-ci/jenkins/jobsCreator.groovy
index 36c0f3e..0f18e81 100644
--- a/bigtop-ci/jenkins/jobsCreator.groovy
+++ b/bigtop-ci/jenkins/jobsCreator.groovy
@@ -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.
+ */
+
 // FIXME: it would be nice to extract the following from bigtop.mk on the fly
 def bigtopComponents = ["bigtop-groovy", "bigtop-jsvc", "bigtop-tomcat", 
"bigtop-utils", 
                         "zookeeper", "hadoop", "hbase", "hive", "pig", 
"crunch", "datafu", 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/puppet/modules/hue/templates/hue.ini
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/hue/templates/hue.ini 
b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
index 93c82fc..8c81b69 100644
--- a/bigtop-deploy/puppet/modules/hue/templates/hue.ini
+++ b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
@@ -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.
+
 # Hue configuration file
 # ===================================
 #

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties 
b/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties
index ae84434..e3c5f04 100644
--- a/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties
+++ b/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties
@@ -1,3 +1,17 @@
+# 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.
 # May get overridden by System Property
 tachyon.logger.type=Console
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh 
b/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh
index 9e7dbc2..e3a5fb1 100755
--- a/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh
+++ b/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-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 Tachyon. Copy it as 
tachyon-env.sh and
 # edit that to configure Tachyon for your site. At a minimum,

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/utils/smoke-tests.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/utils/smoke-tests.sh 
b/bigtop-deploy/vm/utils/smoke-tests.sh
index dff51a5..c10fe82 100755
--- a/bigtop-deploy/vm/utils/smoke-tests.sh
+++ b/bigtop-deploy/vm/utils/smoke-tests.sh
@@ -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.
+
 HCFS_USER="hdfs"
 SMOKE_TESTS=${1:-mapreduce,pig}
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile 
b/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile
index 5913fec..15fe682 100644
--- a/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile
@@ -1,3 +1,17 @@
+# 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.
 # -*- mode: ruby -*-
 # vi: set ft=ruby :
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh 
b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
index e7022c1..626a408 100755
--- a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.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.
 
 usage() {
     echo "usage: $PROG [-C file ] args"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml 
b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml
index d3f62c1..12743b9 100644
--- a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml
@@ -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.
+
 docker:
         memory_size: "4096"
         image: "bigtop/deploy:centos-6"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml 
b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml
index 2608120..5454551 100644
--- a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml
+++ b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml
@@ -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.
+
 docker:
         memory_size: "4096"
         image:  "bigtop/deploy:debian-8"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-openstack/para-provision.sh
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-openstack/para-provision.sh 
b/bigtop-deploy/vm/vagrant-puppet-openstack/para-provision.sh
index 1ec1276..96f4b1a 100755
--- a/bigtop-deploy/vm/vagrant-puppet-openstack/para-provision.sh
+++ b/bigtop-deploy/vm/vagrant-puppet-openstack/para-provision.sh
@@ -1,4 +1,18 @@
 #!/bin/sh
+# 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.
 
 # concurrency is hard, let's have a beer
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml 
b/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml
index d6dba0b..7663355 100644
--- a/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml
+++ b/bigtop-deploy/vm/vagrant-puppet-openstack/vagrantconfig.yaml
@@ -1,3 +1,17 @@
+# 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.
 repo: 
"http://bigtop01.cloudera.org:8080/view/Releases/job/Bigtop-0.8.0/label=centos6/6/artifact/output/";
 num_instances: 1
 distro: centos

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
----------------------------------------------------------------------
diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml 
b/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
index 978486d..8bd2b2d 100644
--- a/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
+++ b/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml
@@ -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.
+
 memory_size: 4096
 number_cpus: 1
 box: "puppetlabs/centos-6.6-64-nocm"

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/centos-6/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/centos-6/Dockerfile 
b/docker/bigtop-puppet/centos-6/Dockerfile
index 1b991cf..6e845d4 100644
--- a/docker/bigtop-puppet/centos-6/Dockerfile
+++ b/docker/bigtop-puppet/centos-6/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM centos:6
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/centos-6/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/centos-6/build.sh 
b/docker/bigtop-puppet/centos-6/build.sh
index 73d30c3..58a169e 100755
--- a/docker/bigtop-puppet/centos-6/build.sh
+++ b/docker/bigtop-puppet/centos-6/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:centos-6 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/centos-7/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/centos-7/Dockerfile 
b/docker/bigtop-puppet/centos-7/Dockerfile
index 37a56d7..a145f4a 100644
--- a/docker/bigtop-puppet/centos-7/Dockerfile
+++ b/docker/bigtop-puppet/centos-7/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM centos:7
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/centos-7/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/centos-7/build.sh 
b/docker/bigtop-puppet/centos-7/build.sh
index 3a75db8..f373b02 100755
--- a/docker/bigtop-puppet/centos-7/build.sh
+++ b/docker/bigtop-puppet/centos-7/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:centos-7 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/debian-8/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/debian-8/Dockerfile 
b/docker/bigtop-puppet/debian-8/Dockerfile
index 8beb4e9..5c3d38d 100644
--- a/docker/bigtop-puppet/debian-8/Dockerfile
+++ b/docker/bigtop-puppet/debian-8/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM debian:8
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/debian-8/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/debian-8/build.sh 
b/docker/bigtop-puppet/debian-8/build.sh
index 2378d35..30ce3a4 100755
--- a/docker/bigtop-puppet/debian-8/build.sh
+++ b/docker/bigtop-puppet/debian-8/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:debian-8 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/fedora-20/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-20/Dockerfile 
b/docker/bigtop-puppet/fedora-20/Dockerfile
index e36a787..90f79a9 100644
--- a/docker/bigtop-puppet/fedora-20/Dockerfile
+++ b/docker/bigtop-puppet/fedora-20/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM fedora:20
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/fedora-20/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/fedora-20/build.sh 
b/docker/bigtop-puppet/fedora-20/build.sh
index c22cb45..06b065f 100755
--- a/docker/bigtop-puppet/fedora-20/build.sh
+++ b/docker/bigtop-puppet/fedora-20/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:fedora-20 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/opensuse-13.2/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/opensuse-13.2/Dockerfile 
b/docker/bigtop-puppet/opensuse-13.2/Dockerfile
index f2b6fd3..c5dbe25 100644
--- a/docker/bigtop-puppet/opensuse-13.2/Dockerfile
+++ b/docker/bigtop-puppet/opensuse-13.2/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM opensuse:13.2
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/opensuse-13.2/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/opensuse-13.2/build.sh 
b/docker/bigtop-puppet/opensuse-13.2/build.sh
index df41bdf..9be04ce 100755
--- a/docker/bigtop-puppet/opensuse-13.2/build.sh
+++ b/docker/bigtop-puppet/opensuse-13.2/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:opensuse-13.2 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/ubuntu-14.04/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-14.04/Dockerfile 
b/docker/bigtop-puppet/ubuntu-14.04/Dockerfile
index ad996a4..2cb725e 100644
--- a/docker/bigtop-puppet/ubuntu-14.04/Dockerfile
+++ b/docker/bigtop-puppet/ubuntu-14.04/Dockerfile
@@ -1,3 +1,17 @@
+# 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.
 FROM ubuntu:14.04
 MAINTAINER [email protected]
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/docker/bigtop-puppet/ubuntu-14.04/build.sh
----------------------------------------------------------------------
diff --git a/docker/bigtop-puppet/ubuntu-14.04/build.sh 
b/docker/bigtop-puppet/ubuntu-14.04/build.sh
index 8453df3..c8c9ef7 100755
--- a/docker/bigtop-puppet/ubuntu-14.04/build.sh
+++ b/docker/bigtop-puppet/ubuntu-14.04/build.sh
@@ -1 +1,15 @@
+# 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.
 docker build -t bigtop/puppet:ubuntu-14.04 .

http://git-wip-us.apache.org/repos/asf/bigtop/blob/92491301/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 368a90c..455f35a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,11 +302,15 @@
               <exclude>bigtop-tests/smoke-tests/tachyon/datafile</exclude>
               <exclude>bigtop-tests/smoke-tests/hive/passwd.ql</exclude>
               <exclude>bigtop-tests/smoke-tests/kite/sandwiches.csv</exclude>
+              <exclude>bigtop-tests/smoke-tests/phoenix/*.csv</exclude>
+              <exclude>bigtop-tests/smoke-tests/phoenix/*.sql</exclude>
               <exclude>**/target/**</exclude>
               <exclude>**/build/**</exclude>
               <exclude>**/.gradle/**</exclude>
               <exclude>**/*.iml</exclude>
               <exclude>.gradle</exclude>
+              <exclude>output/**</exclude>
+              <exclude>MAINTAINERS.txt</exclude>
               <exclude>buildSrc/build/**</exclude>
               
<exclude>bigtop-bigpetstore/bigpetstore-data-generator/**/input_data/**</exclude>
               <exclude>bigtop-deploy/puppet/**/*.yaml</exclude>

Reply via email to