aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@boudnik.org>2016-02-16 22:09:09 +0300
committerKonstantin Boudnik <cos@boudnik.org>2016-02-16 22:09:09 +0300
commitfa7b8787895d908a27a0df7543df7afa9bdf3350 (patch)
tree3d3194a5dcfe07f1bc4d2a4dcb9f0507664446f8 /bigtop-tests
parent798f82f639613819bd0ceee71eb90f879b04ab7b (diff)
parentd3003f489a46209902d21f4d8ed4771ebea78599 (diff)
Merge remote-tracking branch 'odpi-bigtop/odpi-master' into spec-tests
Bringing the latest code into the spec-tests integration branch. Getting fixes for ODPI-24
Diffstat (limited to 'bigtop-tests')
-rw-r--r--bigtop-tests/build.gradle63
-rw-r--r--bigtop-tests/smoke-tests/README1
-rw-r--r--bigtop-tests/smoke-tests/build.gradle2
-rwxr-xr-xbigtop-tests/smoke-tests/run_itest.sh120
-rw-r--r--bigtop-tests/smoke-tests/tajo/TestTajo.groovy116
-rw-r--r--bigtop-tests/smoke-tests/tajo/build.gradle39
-rw-r--r--bigtop-tests/smoke-tests/tajo/table1/data.csv5
-rw-r--r--bigtop-tests/test-artifacts/crunch/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/datafu/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/fatjar/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/flume/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/giraph/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/hadoop/pom.xml8
-rw-r--r--bigtop-tests/test-artifacts/hbase/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/hcatalog/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/httpfs/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/hue/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/longevity/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/mahout/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/oozie/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/package/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/phoenix/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/solr/pom.xml4
-rw-r--r--bigtop-tests/test-artifacts/spark/pom.xml18
-rw-r--r--bigtop-tests/test-artifacts/sqoop/pom.xml4
-rw-r--r--bigtop-tests/test-execution/common/pom.xml4
-rw-r--r--bigtop-tests/test-execution/conf/pom.xml4
-rw-r--r--bigtop-tests/test-execution/integration/pom.xml4
-rw-r--r--bigtop-tests/test-execution/integration/sqoop/pom.xml4
-rw-r--r--bigtop-tests/test-execution/longevity/io/pom.xml4
-rw-r--r--bigtop-tests/test-execution/longevity/pom.xml4
-rw-r--r--bigtop-tests/test-execution/package/pom.xml4
-rw-r--r--bigtop-tests/test-execution/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/crunch/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/datafu/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/flume/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/giraph/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/hadoop/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/hbase/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/hcatalog/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/httpfs/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/hue/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/mahout/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/oozie/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/phoenix/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/pig/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/solr/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/spark/pom.xml4
-rw-r--r--bigtop-tests/test-execution/smokes/sqoop/pom.xml6
51 files changed, 449 insertions, 93 deletions
diff --git a/bigtop-tests/build.gradle b/bigtop-tests/build.gradle
new file mode 100644
index 00000000..c8180d91
--- /dev/null
+++ b/bigtop-tests/build.gradle
@@ -0,0 +1,63 @@
+/*
+ * 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: 'distribution'
+
+distributions {
+ main {
+ baseName = project.hasProperty('assemblyname') ?
+ project.property('assemblyname') : 'bigtop-smokes-suite'
+ contents {
+ exclude '*.iml'
+ exclude '.gradle'
+ exclude 'build'
+ exclude 'target'
+ from ("$rootDir") {
+ include '*.bom'
+ include 'gradlew'
+ include '*.gradle'
+ include 'gradle/**'
+ }
+ from ("$rootDir/buildSrc") {
+ into 'buildSrc'
+ }
+ from ("$rootDir/bigtop-packages/src/common/bigtop-utils") {
+ into 'bin'
+ include '*'
+ }
+ from ('smoke-tests') {
+ into 'smoke-tests'
+ include '*.gradle'
+ include 'logger-test-config/**'
+ }
+ from ('smoke-tests') { // Put the driver script to the top-level
+ include 'run_itest.sh'
+ }
+ from ('test-artifacts') {
+ into 'bigtop-tests/test-artifacts'
+ include 'hadoop/**'
+ include 'mahout/**'
+ include 'pom.xml'
+ }
+ }
+ }
+}
+
+distZip.dependsOn clean
+distTar.dependsOn clean
+
diff --git a/bigtop-tests/smoke-tests/README b/bigtop-tests/smoke-tests/README
index 430d03b2..67ed7ea3 100644
--- a/bigtop-tests/smoke-tests/README
+++ b/bigtop-tests/smoke-tests/README
@@ -27,6 +27,7 @@ export JAVA_HOME="/usr/lib/jvm/java-openjdk/"
export MAHOUT_HOME="/usr/lib/mahout"
export KITE_HOME="/usr/lib/kite"
export SPARK_HOME="/usr/lib/spark"
+export TAJO_HOME="/usr/lib/tajo"
```
Then, simply invoke the tests you want to run, as described below.
diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle
index 95e886a6..1a84d056 100644
--- a/bigtop-tests/smoke-tests/build.gradle
+++ b/bigtop-tests/smoke-tests/build.gradle
@@ -28,7 +28,7 @@ subprojects {
}
ext.groovyVersion = '1.8.0'
- ext.hadoopVersion = '2.6.0'
+ ext.hadoopVersion = '2.7.1'
// itest needs be greater than or equal to = 1.0.0
ext.itestVersion = '1.0.0' // Might need to be able to read an input for alternate version?
ext.BIGTOP_HOME = rootDir
diff --git a/bigtop-tests/smoke-tests/run_itest.sh b/bigtop-tests/smoke-tests/run_itest.sh
new file mode 100755
index 00000000..b5c41c24
--- /dev/null
+++ b/bigtop-tests/smoke-tests/run_itest.sh
@@ -0,0 +1,120 @@
+#!/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.
+
+## Borrowed heavily from
+## https://github.com/jctanner/odp-scripts/blob/master/run_itest.sh
+## Kudos to https://github.com/jctanner
+
+# https://github.com/apache/bigtop/tree/master/bigtop-test-framework
+
+# "ITEST" is an integration testing framework written for and by the
+# apache bigtop project. It consists of typical java tools/libraries
+# such as junit, gradle and maven.
+
+# This script is a helper to run itest on any hadoop system without
+# requiring intimate knowledge of bigtop. If running for the first
+# time, simply execute ./run_itest.sh without any arguments. If you
+# want more information, use these additional parameters:
+#
+# --info - turns on the log4j output
+# --debug - turns up the log4j output to maximum
+# --traceback - shows tracebacks from tests
+
+set_java_home() {
+
+ #####################################################################
+ # Use bigtop's bigtop-detect-javahome if JAVA_HOME is not already set
+ #####################################################################
+
+ if [ -z "$JAVA_HOME" ]; then
+ source bin/bigtop-detect-javahome
+ fi
+
+ echo "# DEBUG: JAVA_HOME=$JAVA_HOME"
+}
+
+set_hadoop_vars() {
+
+ #####################################################################
+ # Set the HADOOP_MAPRED_HOME and HADOOP_CONF vars
+ #####################################################################
+
+ # ITEST wants the MR dir with the examples jar ...
+ # java.lang.AssertionError: Can't find hadoop-examples.jar file
+
+ if ( [ -z "$HADOOP_HOME" ] && [ -d /usr/lib/hadoop ] ); then
+ export HADOOP_HOME=/usr/lib/hadoop
+ fi
+ if ( [ -z "$HADOOP_CONF_DIR" ] && [ -d /etc/hadoop/conf ] ); then
+ export HADOOP_CONF_DIR=/etc/hadoop/conf
+ fi
+ if ( [ -z "$HADOOP_MAPRED_HOME" ] && [ -d /usr/lib/hadoop-mapreduce-client ] ); then
+ export HADOOP_MAPRED_HOME=/usr/lib/hadoop-mapreduce-client
+ fi
+
+ echo "# DEBUG: HADOOP_CONF_DIR=$HADOOP_CONF_DIR"
+ echo "# DEBUG: HADOOP_MAPRED_HOME=$HADOOP_MAPRED_HOME"
+}
+
+
+print_tests() {
+ echo "######################################################"
+ echo "# RESULTS #"
+ echo "######################################################"
+
+ for TEST in $(echo $ITESTS | tr ',' '\n'); do
+ TESTDIR=bigtop-tests/smoke-tests/$TEST/build
+
+ if [ -d $TESTDIR ]; then
+ cd $TESTDIR
+
+ for FILE in $(find -L reports/tests/classes -type f -name "*.html"); do
+ echo "## $TESTDIR/$FILE"
+ if [ $(which links) ]; then
+ links $FILE -dump
+ else
+ echo "PLEASE INSTALL LINKS: sudo yum -y install links"
+ fi
+ echo ""
+ done
+ fi
+ done
+}
+
+# SET JAVA_HOME
+set_java_home
+
+# SET HADOOP SERVICE HOMES
+set_hadoop_vars
+
+echo "######################################################"
+echo "# STARTING ITEST #"
+echo "######################################################"
+echo "# Use --debug/--info/--stacktrace for more details"
+
+# SET THE DEFAULT TESTS
+if [ -z "$ITESTS" ]; then
+ export ITESTS="hcfs,hdfs,yarn,mapreduce"
+fi
+for s in `echo $ITESTS | sed -e 's#,# #g'`; do
+ ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test"
+done
+
+# CALL THE GRADLE WRAPPER TO RUN THE FRAMEWORK
+./gradlew -q clean test -Psmoke.tests $ALL_SMOKE_TASKS $@
+
+# SHOW RESULTS (HTML)
+print_tests
diff --git a/bigtop-tests/smoke-tests/tajo/TestTajo.groovy b/bigtop-tests/smoke-tests/tajo/TestTajo.groovy
new file mode 100644
index 00000000..128e0772
--- /dev/null
+++ b/bigtop-tests/smoke-tests/tajo/TestTajo.groovy
@@ -0,0 +1,116 @@
+/**
+ * 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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.bigtop.itest.tajo
+
+import org.junit.BeforeClass
+import org.junit.AfterClass
+import org.junit.FixMethodOrder
+import org.junit.runners.MethodSorters
+import org.junit.Test
+
+import org.apache.bigtop.itest.shell.Shell
+import static org.apache.bigtop.itest.LogErrorsUtils.logError
+import org.apache.commons.logging.LogFactory
+import org.apache.commons.logging.Log
+
+import java.sql.*
+
+import static org.junit.Assert.assertEquals
+
+@FixMethodOrder(MethodSorters.NAME_ASCENDING)
+class TestTajo {
+ static private Log LOG = LogFactory.getLog(Object.class)
+
+ static Shell sh = new Shell("/bin/bash -s")
+ static String pwd = ""
+
+ static Connection conn = null
+ static Statement stmt = null
+ static ResultSet rs = null
+
+ @BeforeClass
+ static void setUp() {
+ try {
+ Class.forName("org.apache.tajo.jdbc.TajoDriver")
+ } catch (ClassNotFoundException e) {
+ logError(e)
+ }
+
+ String url = "jdbc:tajo://localhost/default"
+ conn = DriverManager.getConnection(url)
+ stmt = conn.createStatement()
+ }
+
+ @AfterClass
+ public static void tearDown() {
+ dropTable()
+ if (stmt != null) stmt.close()
+ if (conn != null) conn.close()
+ }
+
+ static void dropTable() {
+ stmt.executeQuery("drop table if exists table1")
+ }
+
+ @Test
+ void test1CreateSQL() {
+ try {
+ sh.exec("pwd")
+ pwd = sh.out
+ int lastIndex = pwd.length() - 1
+ pwd = pwd.substring(1, lastIndex)
+
+ String query = "create external table if not exists table1 (" +
+ " id int," +
+ " name text," +
+ " score float," +
+ " type text)" +
+ " using text with ('text.delimiter'='|') location 'file://"+ pwd +"/table1'"
+ LOG.info(query)
+ rs = stmt.executeQuery(query)
+ while (rs.next()) {
+ LOG.info(rs.getString(1) + "," + rs.getString(3))
+ }
+ } finally {
+ if (rs != null) rs.close()
+ }
+ }
+
+ @Test
+ void test2SelectSQL() {
+ StringBuffer answer = new StringBuffer()
+ StringBuffer correct = new StringBuffer()
+ correct.append("1,1.1")
+ correct.append("2,2.3")
+ correct.append("3,3.4")
+ correct.append("4,4.5")
+ correct.append("5,5.6")
+ try {
+ rs = stmt.executeQuery("select * from table1")
+ while (rs.next()) {
+ String str = rs.getString(1) + "," + rs.getString(3)
+ LOG.info(str)
+ answer.append(str)
+ }
+ } finally {
+ if (rs != null) rs.close()
+ }
+ assertEquals(answer.toString(), correct.toString())
+ }
+}
diff --git a/bigtop-tests/smoke-tests/tajo/build.gradle b/bigtop-tests/smoke-tests/tajo/build.gradle
new file mode 100644
index 00000000..2ed9085b
--- /dev/null
+++ b/bigtop-tests/smoke-tests/tajo/build.gradle
@@ -0,0 +1,39 @@
+/**
+ * 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
+ * <p/>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p/>
+ * 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.
+ */
+
+dependencies {
+ testCompile group: 'org.apache.tajo', name:'tajo-jdbc', version:'0.11.0'
+}
+
+
+def tests_to_include() {
+ return ["TestTajo.groovy"];
+}
+
+sourceSets {
+ test {
+ groovy {
+ srcDirs = ["./"]
+ exclude { FileTreeElement elem -> (doExclude(elem.getName())) }
+ }
+ }
+}
+
+test.doFirst {
+ checkEnv(["TAJO_HOME"])
+}
diff --git a/bigtop-tests/smoke-tests/tajo/table1/data.csv b/bigtop-tests/smoke-tests/tajo/table1/data.csv
new file mode 100644
index 00000000..cd469fa2
--- /dev/null
+++ b/bigtop-tests/smoke-tests/tajo/table1/data.csv
@@ -0,0 +1,5 @@
+1|abc|1.1|a
+2|def|2.3|b
+3|ghi|3.4|c
+4|jkl|4.5|d
+5|mno|5.6|e \ No newline at end of file
diff --git a/bigtop-tests/test-artifacts/crunch/pom.xml b/bigtop-tests/test-artifacts/crunch/pom.xml
index 7ac5d457..deec265c 100644
--- a/bigtop-tests/test-artifacts/crunch/pom.xml
+++ b/bigtop-tests/test-artifacts/crunch/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>crunch-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>crunchsmoke</name>
<build>
diff --git a/bigtop-tests/test-artifacts/datafu/pom.xml b/bigtop-tests/test-artifacts/datafu/pom.xml
index 785fa545..07043070 100644
--- a/bigtop-tests/test-artifacts/datafu/pom.xml
+++ b/bigtop-tests/test-artifacts/datafu/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>datafu-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>datafusmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml
index 9cd0f3b7..ca01eda7 100644
--- a/bigtop-tests/test-artifacts/fatjar/pom.xml
+++ b/bigtop-tests/test-artifacts/fatjar/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>fat-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>fatjar</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/flume/pom.xml b/bigtop-tests/test-artifacts/flume/pom.xml
index f98db35a..61e06ddb 100644
--- a/bigtop-tests/test-artifacts/flume/pom.xml
+++ b/bigtop-tests/test-artifacts/flume/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>flume-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>flumesmoke</name>
diff --git a/bigtop-tests/test-artifacts/giraph/pom.xml b/bigtop-tests/test-artifacts/giraph/pom.xml
index 40202a46..efa7dd69 100644
--- a/bigtop-tests/test-artifacts/giraph/pom.xml
+++ b/bigtop-tests/test-artifacts/giraph/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>giraph-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>giraphsmoke</name>
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml b/bigtop-tests/test-artifacts/hadoop/pom.xml
index 604ef82f..d62f8f6b 100644
--- a/bigtop-tests/test-artifacts/hadoop/pom.xml
+++ b/bigtop-tests/test-artifacts/hadoop/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoop-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>hadoopsmoke</name>
<dependencies>
@@ -62,9 +62,7 @@
<exclude>**/clitest_data/**</exclude>
<exclude>**/ints/file*.txt</exclude>
<exclude>**/text/file*.txt</exclude>
- <exclude>**/resources/input.txt</exclude>
- <exclude>**/resources/examples/text/*.txt</exclude>
- <exclude>**/resources/part-00001.snappy</exclude>
+ <exclude>**/resources/**</exclude>
</excludes>
</configuration>
</plugin>
diff --git a/bigtop-tests/test-artifacts/hbase/pom.xml b/bigtop-tests/test-artifacts/hbase/pom.xml
index e3c5805c..f1d40752 100644
--- a/bigtop-tests/test-artifacts/hbase/pom.xml
+++ b/bigtop-tests/test-artifacts/hbase/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbase-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>hbasesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/hcatalog/pom.xml b/bigtop-tests/test-artifacts/hcatalog/pom.xml
index 5f9000f8..f5cfc65f 100644
--- a/bigtop-tests/test-artifacts/hcatalog/pom.xml
+++ b/bigtop-tests/test-artifacts/hcatalog/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hcatalog-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>hcatalogsmoke</name>
<build>
diff --git a/bigtop-tests/test-artifacts/httpfs/pom.xml b/bigtop-tests/test-artifacts/httpfs/pom.xml
index 7a79e127..7b880f8f 100644
--- a/bigtop-tests/test-artifacts/httpfs/pom.xml
+++ b/bigtop-tests/test-artifacts/httpfs/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>httpfs-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>httpfssmokes</name>
<build>
diff --git a/bigtop-tests/test-artifacts/hue/pom.xml b/bigtop-tests/test-artifacts/hue/pom.xml
index e419ef00..e93134e9 100644
--- a/bigtop-tests/test-artifacts/hue/pom.xml
+++ b/bigtop-tests/test-artifacts/hue/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hue-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>huesmoke</name>
diff --git a/bigtop-tests/test-artifacts/longevity/pom.xml b/bigtop-tests/test-artifacts/longevity/pom.xml
index 112fc9f9..ee3d84b5 100644
--- a/bigtop-tests/test-artifacts/longevity/pom.xml
+++ b/bigtop-tests/test-artifacts/longevity/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>io-longevity</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>io-longevity</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/mahout/pom.xml b/bigtop-tests/test-artifacts/mahout/pom.xml
index f6109064..510fe1c9 100644
--- a/bigtop-tests/test-artifacts/mahout/pom.xml
+++ b/bigtop-tests/test-artifacts/mahout/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>mahout-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>mahoutsmoke</name>
diff --git a/bigtop-tests/test-artifacts/oozie/pom.xml b/bigtop-tests/test-artifacts/oozie/pom.xml
index 92e742ba..f18c998a 100644
--- a/bigtop-tests/test-artifacts/oozie/pom.xml
+++ b/bigtop-tests/test-artifacts/oozie/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>oozie-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>ooziesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/package/pom.xml b/bigtop-tests/test-artifacts/package/pom.xml
index 0886f3ab..40a0219f 100644
--- a/bigtop-tests/test-artifacts/package/pom.xml
+++ b/bigtop-tests/test-artifacts/package/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>package-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>packagesmoke</name>
<dependencies>
diff --git a/bigtop-tests/test-artifacts/phoenix/pom.xml b/bigtop-tests/test-artifacts/phoenix/pom.xml
index 387878a4..2b6a5d51 100644
--- a/bigtop-tests/test-artifacts/phoenix/pom.xml
+++ b/bigtop-tests/test-artifacts/phoenix/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>phoenix-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>phoenixsmoke</name>
diff --git a/bigtop-tests/test-artifacts/pom.xml b/bigtop-tests/test-artifacts/pom.xml
index 883353fe..60e320bb 100644
--- a/bigtop-tests/test-artifacts/pom.xml
+++ b/bigtop-tests/test-artifacts/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>bigtop-smokes</name>
diff --git a/bigtop-tests/test-artifacts/solr/pom.xml b/bigtop-tests/test-artifacts/solr/pom.xml
index b3d5ca2e..1ef9f8e2 100644
--- a/bigtop-tests/test-artifacts/solr/pom.xml
+++ b/bigtop-tests/test-artifacts/solr/pom.xml
@@ -21,12 +21,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>solr-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>solrsmoke</name>
diff --git a/bigtop-tests/test-artifacts/spark/pom.xml b/bigtop-tests/test-artifacts/spark/pom.xml
index ea92349b..66895e5b 100644
--- a/bigtop-tests/test-artifacts/spark/pom.xml
+++ b/bigtop-tests/test-artifacts/spark/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>spark-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>sparksmoke</name>
<repositories>
@@ -60,4 +60,18 @@
<artifactId>hadoop-common</artifactId>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/resources/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
diff --git a/bigtop-tests/test-artifacts/sqoop/pom.xml b/bigtop-tests/test-artifacts/sqoop/pom.xml
index d8a977c6..e6ffeb93 100644
--- a/bigtop-tests/test-artifacts/sqoop/pom.xml
+++ b/bigtop-tests/test-artifacts/sqoop/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-smokes</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-smoke</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>sqoopsmokes</name>
<dependencies>
diff --git a/bigtop-tests/test-execution/common/pom.xml b/bigtop-tests/test-execution/common/pom.xml
index b18266f3..70f574e8 100644
--- a/bigtop-tests/test-execution/common/pom.xml
+++ b/bigtop-tests/test-execution/common/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>stacks-validation-common</name>
<properties>
diff --git a/bigtop-tests/test-execution/conf/pom.xml b/bigtop-tests/test-execution/conf/pom.xml
index bfba3af9..13ef0fe8 100644
--- a/bigtop-tests/test-execution/conf/pom.xml
+++ b/bigtop-tests/test-execution/conf/pom.xml
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>smoke-tests-conf</name>
<dependencies>
diff --git a/bigtop-tests/test-execution/integration/pom.xml b/bigtop-tests/test-execution/integration/pom.xml
index c925d791..b7a2a8c3 100644
--- a/bigtop-tests/test-execution/integration/pom.xml
+++ b/bigtop-tests/test-execution/integration/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>hadoop-stack-integration</name>
<properties>
diff --git a/bigtop-tests/test-execution/integration/sqoop/pom.xml b/bigtop-tests/test-execution/integration/sqoop/pom.xml
index afc1ba68..2ee336b8 100644
--- a/bigtop-tests/test-execution/integration/sqoop/pom.xml
+++ b/bigtop-tests/test-execution/integration/sqoop/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-integration-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>sqoop-integration-execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/longevity/io/pom.xml b/bigtop-tests/test-execution/longevity/io/pom.xml
index 2ab3582e..d1eb6f5e 100644
--- a/bigtop-tests/test-execution/longevity/io/pom.xml
+++ b/bigtop-tests/test-execution/longevity/io/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>longevity-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>io</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>io-longevity-execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/longevity/pom.xml b/bigtop-tests/test-execution/longevity/pom.xml
index 60da95b3..c1e1cff4 100644
--- a/bigtop-tests/test-execution/longevity/pom.xml
+++ b/bigtop-tests/test-execution/longevity/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>longevity-tests</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>longevity</name>
<properties>
diff --git a/bigtop-tests/test-execution/package/pom.xml b/bigtop-tests/test-execution/package/pom.xml
index a927ae45..d0119ce3 100644
--- a/bigtop-tests/test-execution/package/pom.xml
+++ b/bigtop-tests/test-execution/package/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../smokes/pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>package-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>packagesmokes</name>
<properties>
diff --git a/bigtop-tests/test-execution/pom.xml b/bigtop-tests/test-execution/pom.xml
index 4fe5e41b..84570b64 100644
--- a/bigtop-tests/test-execution/pom.xml
+++ b/bigtop-tests/test-execution/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>bigtop-test-execution</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>bigtop-smokes</name>
<modules>
diff --git a/bigtop-tests/test-execution/smokes/crunch/pom.xml b/bigtop-tests/test-execution/smokes/crunch/pom.xml
index d466c06b..05440393 100644
--- a/bigtop-tests/test-execution/smokes/crunch/pom.xml
+++ b/bigtop-tests/test-execution/smokes/crunch/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>crunch-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Crunch smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/datafu/pom.xml b/bigtop-tests/test-execution/smokes/datafu/pom.xml
index 2f632c69..69d7e98b 100644
--- a/bigtop-tests/test-execution/smokes/datafu/pom.xml
+++ b/bigtop-tests/test-execution/smokes/datafu/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>datafu-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>datafu smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/flume/pom.xml b/bigtop-tests/test-execution/smokes/flume/pom.xml
index 00178c59..ed9de49d 100644
--- a/bigtop-tests/test-execution/smokes/flume/pom.xml
+++ b/bigtop-tests/test-execution/smokes/flume/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>flume-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Flume smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/giraph/pom.xml b/bigtop-tests/test-execution/smokes/giraph/pom.xml
index 1e612d2c..004279f8 100644
--- a/bigtop-tests/test-execution/smokes/giraph/pom.xml
+++ b/bigtop-tests/test-execution/smokes/giraph/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>giraph-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Giraph smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hadoop/pom.xml b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
index ba0db440..a4227bfc 100644
--- a/bigtop-tests/test-execution/smokes/hadoop/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hadoop/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoop-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Hadoop smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hbase/pom.xml b/bigtop-tests/test-execution/smokes/hbase/pom.xml
index cf11d72d..cf4e0a38 100644
--- a/bigtop-tests/test-execution/smokes/hbase/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hbase/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbase-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>HBase smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
index c2a97f19..be7db9ce 100644
--- a/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hcatalog/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hcatalog-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>HCatalog smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/httpfs/pom.xml b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
index 77d74c61..d031b996 100644
--- a/bigtop-tests/test-execution/smokes/httpfs/pom.xml
+++ b/bigtop-tests/test-execution/smokes/httpfs/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>httpfs-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Httpfs smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/hue/pom.xml b/bigtop-tests/test-execution/smokes/hue/pom.xml
index ebb36860..81baa9cf 100644
--- a/bigtop-tests/test-execution/smokes/hue/pom.xml
+++ b/bigtop-tests/test-execution/smokes/hue/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hue-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Hue smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/mahout/pom.xml b/bigtop-tests/test-execution/smokes/mahout/pom.xml
index 5e1bb58d..71182874 100644
--- a/bigtop-tests/test-execution/smokes/mahout/pom.xml
+++ b/bigtop-tests/test-execution/smokes/mahout/pom.xml
@@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>mahout-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Mahout smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/oozie/pom.xml b/bigtop-tests/test-execution/smokes/oozie/pom.xml
index cfd70ad5..fe6a77a7 100644
--- a/bigtop-tests/test-execution/smokes/oozie/pom.xml
+++ b/bigtop-tests/test-execution/smokes/oozie/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>oozie-smoke-test</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Oozie smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/phoenix/pom.xml b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
index e3448ba4..d0755225 100644
--- a/bigtop-tests/test-execution/smokes/phoenix/pom.xml
+++ b/bigtop-tests/test-execution/smokes/phoenix/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>phoenix-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Phoenix smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/pig/pom.xml b/bigtop-tests/test-execution/smokes/pig/pom.xml
index f5cf308b..072f8089 100644
--- a/bigtop-tests/test-execution/smokes/pig/pom.xml
+++ b/bigtop-tests/test-execution/smokes/pig/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>pig-smoke-execution</artifactId>
<packaging>jar</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Pig smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/pom.xml b/bigtop-tests/test-execution/smokes/pom.xml
index ea77042c..fa350938 100644
--- a/bigtop-tests/test-execution/smokes/pom.xml
+++ b/bigtop-tests/test-execution/smokes/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../common/pom.xml</relativePath>
</parent>
@@ -30,7 +30,7 @@
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>hadoop-stack-validation</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/solr/pom.xml b/bigtop-tests/test-execution/smokes/solr/pom.xml
index d3730224..ef572ca4 100644
--- a/bigtop-tests/test-execution/smokes/solr/pom.xml
+++ b/bigtop-tests/test-execution/smokes/solr/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>solr-smoke-test</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Solr smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/spark/pom.xml b/bigtop-tests/test-execution/smokes/spark/pom.xml
index 3ec52f91..96370486 100644
--- a/bigtop-tests/test-execution/smokes/spark/pom.xml
+++ b/bigtop-tests/test-execution/smokes/spark/pom.xml
@@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>spark-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Spark smoke test execution</name>
<properties>
diff --git a/bigtop-tests/test-execution/smokes/sqoop/pom.xml b/bigtop-tests/test-execution/smokes/sqoop/pom.xml
index 0b10bd10..ab9faf77 100644
--- a/bigtop-tests/test-execution/smokes/sqoop/pom.xml
+++ b/bigtop-tests/test-execution/smokes/sqoop/pom.xml
@@ -22,14 +22,14 @@
<parent>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-smoke-execution</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<name>Sqoop smoke test execution</name>
<properties>
@@ -40,7 +40,7 @@
<!-- Integration tests are special -->
<org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>sqoop-smoke</org.apache.maven-dependency-plugin.artifactId>
- <org.apache.maven-dependency-plugin.version>1.1.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
+ <org.apache.maven-dependency-plugin.version>1.2.0-SNAPSHOT</org.apache.maven-dependency-plugin.version>
<org.apache.maven-dependency-plugin.type>jar</org.apache.maven-dependency-plugin.type>
</properties>