aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2011-08-30 20:54:24 +0000
committerRoman Shaposhnik <rvs@apache.org>2011-08-30 20:54:24 +0000
commit8afb0e21a98fcc1e36216a5e10cbbb67223e9ea2 (patch)
tree013723e50f561f3da31114ac89e37384b69fe02f /test
parentdfc70d0fdb6abb01aef7d7cb9123c54018926a2f (diff)
BIGTOP-40. Missing commit
git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1163373 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/MANIFEST.txt18
-rw-r--r--test/site/pom.xml8
-rw-r--r--test/site/src/site/apt/devguide.apt8
-rw-r--r--test/site/src/site/apt/downloads.apt6
-rw-r--r--test/site/src/site/apt/examples.apt4
-rw-r--r--test/site/src/site/apt/userguide.apt2
-rw-r--r--test/src/itest-common/pom.xml2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JUnitUtils.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JarContent.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/TestListUtils.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/junit/OrderedParameterized.java (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/AptCmdLinePackageManager.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/DEBPackage.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy)6
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ManagedPackage.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy)8
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/RPMPackage.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy)6
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/YumCmdLinePackageManager.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ZypperCmdLinePackageManager.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Alternative.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Service.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy)4
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/UGI.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/OS.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy)2
-rw-r--r--test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/Shell.groovy (renamed from test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestError.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestFail.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestPass.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JUnitUtilsTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy)10
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JarContentTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/TestListUtilsTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/junit/OrderedParameterizedTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/junit/OrderedParameterizedTest.groovy)4
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/pmanager/PackageManagerTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/pmanager/PackageManagerTest.groovy)6
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/AlternativeTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/AlternativeTest.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/ServiceTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/ServiceTest.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/UGITest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/UGITest.groovy)2
-rw-r--r--test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/shell/ShellTest.groovy (renamed from test/src/itest-common/src/test/groovy/com/cloudera/itest/shell/ShellTest.groovy)2
-rw-r--r--test/src/smokes/flume/src/test/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy (renamed from test/src/smokes/flume/src/test/groovy/com/cloudera/itest/flumesmoke/TestFlumeSmoke.groovy)0
-rw-r--r--test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopexamples/TestHadoopExamples.groovy (renamed from test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopexamples/TestHadoopExamples.groovy)0
-rw-r--r--test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopsmoke/TestHadoopSmoke.groovy (renamed from test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopsmoke/TestHadoopSmoke.groovy)0
-rw-r--r--test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy (renamed from test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadooptests/TestTestCLI.groovy)0
-rw-r--r--test/src/smokes/hbase/src/test/groovy/org/apache/bigtop/itest/hbasesmoke/TestHbasePigSmoke.groovy (renamed from test/src/smokes/hbase/src/test/groovy/com/cloudera/itest/hbasesmoke/TestHbasePigSmoke.groovy)0
-rw-r--r--test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/HiveBulkScriptExecutor.groovy (renamed from test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/HiveBulkScriptExecutor.groovy)0
-rw-r--r--test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy (renamed from test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy)0
-rw-r--r--test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestHiveSmokeBulk.groovy (renamed from test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestHiveSmokeBulk.groovy)0
-rw-r--r--test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java (renamed from test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestJdbcDriver.java)0
-rw-r--r--test/src/smokes/oozie/src/test/groovy/org/apache/bigtop/itest/ooziesmoke/TestOozieSmoke.groovy (renamed from test/src/smokes/oozie/src/test/groovy/com/cloudera/itest/ooziesmoke/TestOozieSmoke.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHServices.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHServices.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHUpgradeSequence.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHUpgradeSequence.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/DeployCDH.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/DeployCDH.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestCommon.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestCommon.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestErrorProxy.java (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestErrorProxy.java)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestMatchers.java (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestMatchers.java)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestRepoMgr.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestRepoMgr.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifier.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifier.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierFlume.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierFlume.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHBase.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHBase.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHDFS.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHDFS.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHue.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHue.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierMapreduce.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierMapreduce.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierOozie.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierOozie.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierSqoop.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierSqoop.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierZookeeper.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierZookeeper.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributed.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributed.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesReadiness.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesReadiness.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesSingleNode.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesSingleNode.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServices.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServices.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateState.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateState.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateStateMissing.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateStateMissing.groovy)0
-rw-r--r--test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesVerifyState.groovy (renamed from test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesVerifyState.groovy)0
-rw-r--r--test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy (renamed from test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy)0
-rw-r--r--test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHive.groovy (renamed from test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy)0
-rw-r--r--test/suites/common/pom.xml12
-rw-r--r--test/suites/conf/log4j.configuration6
-rw-r--r--test/suites/conf/pom.xml4
-rw-r--r--test/suites/conf/src/main/resources/org.apache.bigtop.itest.log4j.configuration (renamed from test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration)2
-rw-r--r--test/suites/integration/pom.xml14
-rw-r--r--test/suites/integration/sqoop/pom.xml8
-rw-r--r--test/suites/package/pom.xml10
-rw-r--r--test/suites/smokes/flume/pom.xml8
-rw-r--r--test/suites/smokes/hadoop/pom.xml6
-rw-r--r--test/suites/smokes/hbase/pom.xml16
-rw-r--r--test/suites/smokes/hive/pom.xml18
-rw-r--r--test/suites/smokes/oozie/pom.xml10
-rw-r--r--test/suites/smokes/pig/pom.xml6
-rw-r--r--test/suites/smokes/pom.xml22
-rw-r--r--test/suites/smokes/sqoop/pom.xml6
88 files changed, 147 insertions, 149 deletions
diff --git a/test/MANIFEST.txt b/test/MANIFEST.txt
index 64cfe8c6..bd0902c2 100644
--- a/test/MANIFEST.txt
+++ b/test/MANIFEST.txt
@@ -10,12 +10,12 @@ Public Code License 1.0
Developed by Cloudera
com.cloudera.sqoop:sqoop:jar:1.2.0-cdh3u0
- com.cloudera.itest:smoke-tests-conf:jar:1.1-SNAPSHOT
- com.cloudera.itest:itest-common:jar:1.1-SNAPSHOT
- com.cloudera.itest:hivesmoke:test-jar:tests:0.7.0-cdh3u1-SNAPSHOT
- com.cloudera.itest:smoke-tests-conf:jar:1.1-SNAPSHOT
- com.cloudera.itest:itest-common:jar:1.1-SNAPSHOT
- com.cloudera.itest:hadoopsmoke:test-jar:tests:0.20.2-cdh3u1-SNAPSHOT
- com.cloudera.itest:ooziesmoke:test-jar:tests:2.3.0-cdh3u1-SNAPSHOT
- com.cloudera.itest:flumesmoke:test-jar:tests:0.9.3-cdh3u1-SNAPSHOT
- com.cloudera.itest:hbasesmoke:test-jar:tests:0.90.1-cdh3u1-SNAPSHOT
+ org.apache.bigtop.itest:smoke-tests-conf:jar:1.1-SNAPSHOT
+ org.apache.bigtop.itest:itest-common:jar:1.1-SNAPSHOT
+ org.apache.bigtop.itest:hivesmoke:test-jar:tests:0.7.0-cdh3u1-SNAPSHOT
+ org.apache.bigtop.itest:smoke-tests-conf:jar:1.1-SNAPSHOT
+ org.apache.bigtop.itest:itest-common:jar:1.1-SNAPSHOT
+ org.apache.bigtop.itest:hadoopsmoke:test-jar:tests:0.20.2-cdh3u1-SNAPSHOT
+ org.apache.bigtop.itest:ooziesmoke:test-jar:tests:2.3.0-cdh3u1-SNAPSHOT
+ org.apache.bigtop.itest:flumesmoke:test-jar:tests:0.9.3-cdh3u1-SNAPSHOT
+ org.apache.bigtop.itest:hbasesmoke:test-jar:tests:0.90.1-cdh3u1-SNAPSHOT
diff --git a/test/site/pom.xml b/test/site/pom.xml
index 3c260990..699e2944 100644
--- a/test/site/pom.xml
+++ b/test/site/pom.xml
@@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-site</artifactId>
<version>1.0-SNAPSHOT</version>
@@ -43,11 +43,11 @@
</license>
</licenses>
<issueManagement>
- <system>github</system>
- <url>https://github.com/cloudera/iTest/issues</url>
+ <system>jira</system>
+ <url>https://issues.apache.org/jira/browse/BIGTOP</url>
</issueManagement>
<scm>
- <url>http://github.com/cloudera/iTest</url>
+ <url>https://svn.apache.org/repos/asf/incubator/bigtop/</url>
</scm>
<distributionManagement>
<site>
diff --git a/test/site/src/site/apt/devguide.apt b/test/site/src/site/apt/devguide.apt
index a9e3bb81..c35f843c 100644
--- a/test/site/src/site/apt/devguide.apt
+++ b/test/site/src/site/apt/devguide.apt
@@ -22,13 +22,11 @@ How to contribute to iTest
If you find this project interesting and want to contribute your time, ideas,
code, documentation writing skills, testing cycles - you are very welcome!
- Contributing is easy! Simply go to the {{{http://github.com/cloudera/iTest}project git repository}},
- fork it and go ahead! GitHub provides a nice collaboration feature called
- 'pull request' where one case easily offer new code to be included into
- mainstream code base upon successful code review and discussion.
+ Contributing is easy! Simply go to the {{{http://incubator.apache.org/bigtop/}project website}},
+ join it and go ahead!
If you find a problem with iTest, or have a feature request you can
- {{{https://github.com/cloudera/iTest/issues}open new issue}}
+ {{{https://issues.apache.org/jira/browse/BIGTOP}open new issue}}
So, jump on and code with us! It is fun!
diff --git a/test/site/src/site/apt/downloads.apt b/test/site/src/site/apt/downloads.apt
index 353f3dc1..9185adb8 100644
--- a/test/site/src/site/apt/downloads.apt
+++ b/test/site/src/site/apt/downloads.apt
@@ -28,7 +28,7 @@ repository. The repository is located at repository.cloudera.com
+--------------------------------------+
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
@@ -40,12 +40,12 @@ repository. The repository is located at repository.cloudera.com
+--------------------------------------+
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>1.0-SNAPSHOT</version>
<classifier>sources</classifier>
</dependency>
+--------------------------------------+
- Or you can clone iTest workspace from github.com/cloudera/iTest using {{{http://git-scm.com/}git}}
+ Or you can fetch iTest workspace from https://svn.apache.org/repos/asf/incubator/bigtop/
diff --git a/test/site/src/site/apt/examples.apt b/test/site/src/site/apt/examples.apt
index 2f88e691..d40849a6 100644
--- a/test/site/src/site/apt/examples.apt
+++ b/test/site/src/site/apt/examples.apt
@@ -85,7 +85,7 @@ mvn verify
* Putting it all together
- As you can see in the {{{https://github.com/cloudera/iTest/tree/master/examples}examples}}
+ As you can see in the {{{https://svn.apache.org/repos/asf/incubator/bigtop/trunk/test/suites/}suites}}
we are using Maven failsafe plugin to execute tests in the integration testing
phase of a maven project lifecycle.
@@ -97,7 +97,7 @@ mvn verify
ones from jars found in the classpath will be executed.
You can see this step being done in the toplevel
- {{{https://github.com/cloudera/iTest/blob/master/examples/pom.xml}pom.xml}}
+ {{{https://svn.apache.org/repos/asf/incubator/bigtop/trunk/test/suites/common/pom.xml}pom.xml}}
file in the configuration section of <<<org.codehaus.groovy.maven>>> plugin
iTest provides a convenient method of unpacking data files included
diff --git a/test/site/src/site/apt/userguide.apt b/test/site/src/site/apt/userguide.apt
index 3f2579a7..ed08ee9b 100644
--- a/test/site/src/site/apt/userguide.apt
+++ b/test/site/src/site/apt/userguide.apt
@@ -20,7 +20,7 @@ Develop with iTest
** Shell support
iTest implements transparent shell-outs from test written in Java and Groovy.
- This support is implemented in <<<com.cloudera.itest.shell>>> package.
+ This support is implemented in <<<org.apache.bigtop.itest.shell>>> package.
+------------------------+
...
diff --git a/test/src/itest-common/pom.xml b/test/src/itest-common/pom.xml
index 0f678a5b..ef7034c7 100644
--- a/test/src/itest-common/pom.xml
+++ b/test/src/itest-common/pom.xml
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<name>iTest: system and integration testing in the cloud</name>
<version>1.1-SNAPSHOT</version>
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JUnitUtils.groovy
index 1dab74fb..4433d7de 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/JUnitUtils.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JUnitUtils.groovy
@@ -16,12 +16,12 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
public class JUnitUtils {
final private static String DETECT_ERRORS = "totalErrorsDetected";
final private static String DETECT_FAILS = "totalFailsDetected";
- final private static String RESULTS_DIR = "com.cloudera.itest.JUnitUtils.results.dir";
+ final private static String RESULTS_DIR = "org.apache.bigtop.itest.JUnitUtils.results.dir";
/**
* A bulk executor of JUnit test clases capable of producing XML testresults
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JarContent.groovy
index 6a4a93db..d3764822 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/JarContent.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/JarContent.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import java.util.jar.JarEntry
import java.util.jar.JarFile
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/TestListUtils.groovy
index 0f056236..7b762d1d 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/TestListUtils.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/TestListUtils.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
public class TestListUtils {
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/junit/OrderedParameterized.java
index 6999e435..f86b22d2 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/junit/OrderedParameterized.java
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/junit/OrderedParameterized.java
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.junit;
+package org.apache.bigtop.itest.junit;
import org.junit.runner.Runner;
import org.junit.runner.notification.RunNotifier;
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/AptCmdLinePackageManager.groovy
index 640bd438..15a802ff 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/AptCmdLinePackageManager.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/AptCmdLinePackageManager.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
class AptCmdLinePackageManager extends PackageManager {
// FIXME: NB export DEBIAN_FRONTEND=noninteractive
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/DEBPackage.groovy
index cbfd3519..1017727b 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/DEBPackage.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/DEBPackage.groovy
@@ -16,10 +16,10 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.shell.Shell
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.shell.Shell
+import org.apache.bigtop.itest.posix.Service
class DEBPackage extends ManagedPackage {
Shell shRoot = new Shell("/bin/bash -s", "root");
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ManagedPackage.groovy
index 7cbab4fc..8b97b489 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ManagedPackage.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ManagedPackage.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.posix.Service
abstract class ManagedPackage extends PackageInstance {
public boolean isInstalled() {
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy
index 4a68211a..8769a61f 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageInstance.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageInstance.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.posix.Service
abstract class PackageInstance {
PackageManager mgr;
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
index f1a79dd6..1a68d2b3 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/PackageManager.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/PackageManager.groovy
@@ -16,11 +16,11 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.shell.Shell
-import com.cloudera.itest.shell.OS
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.shell.Shell
+import org.apache.bigtop.itest.shell.OS
+import org.apache.bigtop.itest.posix.Service
public abstract class PackageManager {
/**
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/RPMPackage.groovy
index 3153580b..c3f2a50d 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/RPMPackage.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/RPMPackage.groovy
@@ -16,10 +16,10 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.posix.Service
-import com.cloudera.itest.shell.Shell
+import org.apache.bigtop.itest.posix.Service
+import org.apache.bigtop.itest.shell.Shell
class RPMPackage extends ManagedPackage {
Shell shRoot = new Shell("/bin/bash -s", "root");
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/YumCmdLinePackageManager.groovy
index ccbdfa62..5d55dc2f 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/YumCmdLinePackageManager.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/YumCmdLinePackageManager.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.posix.Service
class YumCmdLinePackageManager extends PackageManager {
static String type = "yum";
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ZypperCmdLinePackageManager.groovy
index 235bcd05..2bfcb841 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/pmanager/ZypperCmdLinePackageManager.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/pmanager/ZypperCmdLinePackageManager.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
-import com.cloudera.itest.posix.Service
+import org.apache.bigtop.itest.posix.Service
class ZypperCmdLinePackageManager extends PackageManager {
static String type = "zypper";
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Alternative.groovy
index 780e83fe..abfb7707 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Alternative.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Alternative.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
-import com.cloudera.itest.shell.Shell
+import org.apache.bigtop.itest.shell.Shell
class Alternative {
String name;
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Service.groovy
index 83c11815..5148dfd0 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/Service.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/Service.groovy
@@ -16,9 +16,9 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
-import com.cloudera.itest.shell.Shell
+import org.apache.bigtop.itest.shell.Shell
class Service {
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/UGI.groovy
index 967c9b8c..c47362b1 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/posix/UGI.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/posix/UGI.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
class UGI {
/**
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/OS.groovy
index 1779436f..c76bfb1e 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/OS.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/OS.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.shell
+package org.apache.bigtop.itest.shell
/**
* This class provides various constants describing an odd collection
diff --git a/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/Shell.groovy
index 18a97b90..ae3da68b 100644
--- a/test/src/itest-common/src/main/groovy/com/cloudera/itest/shell/Shell.groovy
+++ b/test/src/itest-common/src/main/groovy/org/apache/bigtop/itest/shell/Shell.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.shell
+package org.apache.bigtop.itest.shell
import org.apache.commons.logging.Log
import org.apache.commons.logging.LogFactory
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestError.groovy
index 58ada335..46b246bd 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestError.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestError.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import org.junit.Test
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestFail.groovy
index fd96d988..0eeb308f 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestFail.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestFail.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import static org.junit.Assert.*
import org.junit.Test
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestPass.groovy
index d3c35ed2..d37fdbcc 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/DummyTestPass.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/DummyTestPass.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import org.junit.Test
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JUnitUtilsTest.groovy
index c8dc7576..1fe3d035 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/JUnitUtilsTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JUnitUtilsTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import org.junit.Test
@@ -27,8 +27,8 @@ import static org.junit.Assert.assertFalse
public class JUnitUtilsTest {
@AfterClass
static void tearDown() {
- def testReports = ['TEST-com.cloudera.itest.DummyTestError.xml', 'TEST-com.cloudera.itest.DummyTestFail.xml',
- 'TEST-com.cloudera.itest.DummyTestPass.xml', '/tmp/TEST-com.cloudera.itest.DummyTestPass.xml'];
+ def testReports = ['TEST-org.apache.bigtop.itest.DummyTestError.xml', 'TEST-org.apache.bigtop.itest.DummyTestFail.xml',
+ 'TEST-org.apache.bigtop.itest.DummyTestPass.xml', '/tmp/TEST-org.apache.bigtop.itest.DummyTestPass.xml'];
testReports.each {
(new File(it)).delete()
}
@@ -57,10 +57,10 @@ public class JUnitUtilsTest {
@Test
void testCustomOutput() {
- System.setProperty('com.cloudera.itest.JUnitUtils.results.dir', '/tmp');
+ System.setProperty('org.apache.bigtop.itest.JUnitUtils.results.dir', '/tmp');
JUnitUtils.executeTests(DummyTestPass.class);
- def f = new File('/tmp/TEST-com.cloudera.itest.DummyTestPass.xml')
+ def f = new File('/tmp/TEST-org.apache.bigtop.itest.DummyTestPass.xml')
assertTrue('Failed to produce expected XML report', f.exists())
}
}
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JarContentTest.groovy
index 87eadc32..d92dd7e8 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/JarContentTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/JarContentTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import org.junit.Test
import static org.junit.Assert.assertTrue
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/TestListUtilsTest.groovy
index f2b1f8e6..29344cd7 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/TestListUtilsTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/TestListUtilsTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest
+package org.apache.bigtop.itest
import org.junit.Test
import static org.junit.Assert.assertTrue
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/junit/OrderedParameterizedTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/junit/OrderedParameterizedTest.groovy
index 35fafcd1..0ba36270 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/junit/OrderedParameterizedTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/junit/OrderedParameterizedTest.groovy
@@ -16,11 +16,11 @@
* limitations under the License.
*/
-package com.cloudera.itest.junit
+package org.apache.bigtop.itest.junit
import org.junit.runner.RunWith
import org.junit.Test
-import com.cloudera.itest.junit.OrderedParameterized.RunStage
+import org.apache.bigtop.itest.junit.OrderedParameterized.RunStage
import org.junit.runners.Parameterized.Parameters
import org.junit.AfterClass
import static org.junit.Assert.assertEquals
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/pmanager/PackageManagerTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/pmanager/PackageManagerTest.groovy
index 6f3a91e2..58c3cca9 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/pmanager/PackageManagerTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/pmanager/PackageManagerTest.groovy
@@ -16,14 +16,14 @@
* limitations under the License.
*/
-package com.cloudera.itest.pmanager
+package org.apache.bigtop.itest.pmanager
import org.junit.Test
import static org.junit.Assert.assertTrue
import static org.junit.Assert.assertEquals
import static org.junit.Assert.assertFalse
-import static com.cloudera.itest.pmanager.PackageManager.getPackageManager
-import com.cloudera.itest.posix.Service
+import static org.apache.bigtop.itest.pmanager.PackageManager.getPackageManager
+import org.apache.bigtop.itest.posix.Service
class PackageManagerTest {
PackageManager pmgr = getPackageManager("")
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/AlternativeTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/AlternativeTest.groovy
index a945f4ea..3e736274 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/AlternativeTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/AlternativeTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
import org.junit.Test
import static org.junit.Assert.assertTrue
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/ServiceTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/ServiceTest.groovy
index 8fc600d6..337ad1f1 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/ServiceTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/ServiceTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
import org.junit.Test
import static org.junit.Assert.assertTrue
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/UGITest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/UGITest.groovy
index 672fccb9..0545dae5 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/posix/UGITest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/posix/UGITest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.posix
+package org.apache.bigtop.itest.posix
import org.junit.Test
import static org.junit.Assert.assertEquals
diff --git a/test/src/itest-common/src/test/groovy/com/cloudera/itest/shell/ShellTest.groovy b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/shell/ShellTest.groovy
index 3e8d980b..cedd87b5 100644
--- a/test/src/itest-common/src/test/groovy/com/cloudera/itest/shell/ShellTest.groovy
+++ b/test/src/itest-common/src/test/groovy/org/apache/bigtop/itest/shell/ShellTest.groovy
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package com.cloudera.itest.shell
+package org.apache.bigtop.itest.shell
import org.junit.Test
diff --git a/test/src/smokes/flume/src/test/groovy/com/cloudera/itest/flumesmoke/TestFlumeSmoke.groovy b/test/src/smokes/flume/src/test/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
index e7077736..e7077736 100644
--- a/test/src/smokes/flume/src/test/groovy/com/cloudera/itest/flumesmoke/TestFlumeSmoke.groovy
+++ b/test/src/smokes/flume/src/test/groovy/org/apache/bigtop/itest/flumesmoke/TestFlumeSmoke.groovy
diff --git a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopexamples/TestHadoopExamples.groovy b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopexamples/TestHadoopExamples.groovy
index a1aeba5a..a1aeba5a 100644
--- a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopexamples/TestHadoopExamples.groovy
+++ b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopexamples/TestHadoopExamples.groovy
diff --git a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopsmoke/TestHadoopSmoke.groovy b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopsmoke/TestHadoopSmoke.groovy
index 90d52534..90d52534 100644
--- a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadoopsmoke/TestHadoopSmoke.groovy
+++ b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadoopsmoke/TestHadoopSmoke.groovy
diff --git a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadooptests/TestTestCLI.groovy b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
index 6b42f134..6b42f134 100644
--- a/test/src/smokes/hadoop/src/test/groovy/com/cloudera/itest/hadooptests/TestTestCLI.groovy
+++ b/test/src/smokes/hadoop/src/test/groovy/org/apache/bigtop/itest/hadooptests/TestTestCLI.groovy
diff --git a/test/src/smokes/hbase/src/test/groovy/com/cloudera/itest/hbasesmoke/TestHbasePigSmoke.groovy b/test/src/smokes/hbase/src/test/groovy/org/apache/bigtop/itest/hbasesmoke/TestHbasePigSmoke.groovy
index 1315bab9..1315bab9 100644
--- a/test/src/smokes/hbase/src/test/groovy/com/cloudera/itest/hbasesmoke/TestHbasePigSmoke.groovy
+++ b/test/src/smokes/hbase/src/test/groovy/org/apache/bigtop/itest/hbasesmoke/TestHbasePigSmoke.groovy
diff --git a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/HiveBulkScriptExecutor.groovy b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/HiveBulkScriptExecutor.groovy
index 23444b46..23444b46 100644
--- a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/HiveBulkScriptExecutor.groovy
+++ b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/HiveBulkScriptExecutor.groovy
diff --git a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy
index 4d4d16e5..4d4d16e5 100644
--- a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy
+++ b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/IntegrationTestHiveSmokeBulk.groovy
diff --git a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestHiveSmokeBulk.groovy b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestHiveSmokeBulk.groovy
index afc7a90c..afc7a90c 100644
--- a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestHiveSmokeBulk.groovy
+++ b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestHiveSmokeBulk.groovy
diff --git a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestJdbcDriver.java b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
index bf795e82..bf795e82 100644
--- a/test/src/smokes/hive/src/test/groovy/com/cloudera/itest/hivesmoke/TestJdbcDriver.java
+++ b/test/src/smokes/hive/src/test/groovy/org/apache/bigtop/itest/hivesmoke/TestJdbcDriver.java
diff --git a/test/src/smokes/oozie/src/test/groovy/com/cloudera/itest/ooziesmoke/TestOozieSmoke.groovy b/test/src/smokes/oozie/src/test/groovy/org/apache/bigtop/itest/ooziesmoke/TestOozieSmoke.groovy
index 213b9c92..213b9c92 100644
--- a/test/src/smokes/oozie/src/test/groovy/com/cloudera/itest/ooziesmoke/TestOozieSmoke.groovy
+++ b/test/src/smokes/oozie/src/test/groovy/org/apache/bigtop/itest/ooziesmoke/TestOozieSmoke.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHServices.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHServices.groovy
index c5b9d53d..c5b9d53d 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHServices.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHServices.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHUpgradeSequence.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHUpgradeSequence.groovy
index cbc43962..cbc43962 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/CDHUpgradeSequence.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/CDHUpgradeSequence.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/DeployCDH.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/DeployCDH.groovy
index ca210396..ca210396 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/DeployCDH.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/DeployCDH.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestCommon.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestCommon.groovy
index 9b773774..9b773774 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestCommon.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestCommon.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestErrorProxy.java b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestErrorProxy.java
index 7d97da6c..7d97da6c 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestErrorProxy.java
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestErrorProxy.java
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestMatchers.java b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestMatchers.java
index a6033b7b..a6033b7b 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestMatchers.java
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestMatchers.java
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestRepoMgr.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestRepoMgr.groovy
index bf969c9a..bf969c9a 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/PackageTestRepoMgr.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/PackageTestRepoMgr.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifier.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifier.groovy
index b2e74909..b2e74909 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifier.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifier.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierFlume.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierFlume.groovy
index 0e53aef4..0e53aef4 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierFlume.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierFlume.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHBase.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHBase.groovy
index e52cab0a..e52cab0a 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHBase.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHBase.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHDFS.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHDFS.groovy
index b7eeae2c..b7eeae2c 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHDFS.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHDFS.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHue.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHue.groovy
index 30853706..30853706 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierHue.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierHue.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierMapreduce.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierMapreduce.groovy
index d0f1b6c2..d0f1b6c2 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierMapreduce.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierMapreduce.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierOozie.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierOozie.groovy
index ecfec16d..ecfec16d 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierOozie.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierOozie.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierSqoop.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierSqoop.groovy
index 4c56fe79..4c56fe79 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierSqoop.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierSqoop.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierZookeeper.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierZookeeper.groovy
index 203af7dc..203af7dc 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/StateVerifierZookeeper.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/StateVerifierZookeeper.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributed.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributed.groovy
index a432a058..a432a058 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributed.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributed.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy
index 55365aaf..55365aaf 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedState.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy
index 944204d5..944204d5 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesPseudoDistributedUpgrade.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesReadiness.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesReadiness.groovy
index 7461ca11..7461ca11 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesReadiness.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesReadiness.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesSingleNode.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesSingleNode.groovy
index 8c8a852a..8c8a852a 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestPackagesSingleNode.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestPackagesSingleNode.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServices.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServices.groovy
index 729ab2a6..729ab2a6 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServices.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServices.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateState.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateState.groovy
index 42e01d62..42e01d62 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateState.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateState.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateStateMissing.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateStateMissing.groovy
index 554510f9..554510f9 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesCreateStateMissing.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesCreateStateMissing.groovy
diff --git a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesVerifyState.groovy b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesVerifyState.groovy
index b2b10763..b2b10763 100644
--- a/test/src/smokes/package/src/test/groovy/com/cloudera/itest/packagesmoke/TestServicesVerifyState.groovy
+++ b/test/src/smokes/package/src/test/groovy/org/apache/bigtop/itest/packagesmoke/TestServicesVerifyState.groovy
diff --git a/test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy b/test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy
index 4f43d236..4f43d236 100644
--- a/test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy
+++ b/test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHBase.groovy
diff --git a/test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy b/test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHive.groovy
index bab67a46..bab67a46 100644
--- a/test/src/smokes/sqoop/src/test/groovy/com/cloudera/itest/integration/sqoop/IntegrationTestSqoopHive.groovy
+++ b/test/src/smokes/sqoop/src/test/groovy/org/apache/bigtop/itest/integration/sqoop/IntegrationTestSqoopHive.groovy
diff --git a/test/suites/common/pom.xml b/test/suites/common/pom.xml
index 61e7c1ac..04a30bee 100644
--- a/test/suites/common/pom.xml
+++ b/test/suites/common/pom.xml
@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
@@ -151,7 +151,7 @@
<version>1.0</version>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>1.0</version>
<scope>test</scope>
@@ -241,7 +241,7 @@
</goals>
<configuration>
<source><![CDATA[
- import com.cloudera.itest.*
+ import org.apache.bigtop.itest.*
def nm = project.properties['org.apache.maven-dependency-plugin.artifactId'];
def vers = project.properties['org.apache.maven-dependency-plugin.version'];
@@ -306,12 +306,12 @@
<workingDirectory>${project.build.directory}</workingDirectory>
<systemPropertyVariables>
<HADOOP_HOME>${HADOOP_HOME}</HADOOP_HOME>
- <log4j.configuration>com.cloudera.itest.log4j.configuration</log4j.configuration>
- <com.cloudera.itest.log4j.level>INFO</com.cloudera.itest.log4j.level>
+ <log4j.configuration>org.apache.bigtop.itest.log4j.configuration</log4j.configuration>
+ <org.apache.bigtop.itest.log4j.level>INFO</org.apache.bigtop.itest.log4j.level>
</systemPropertyVariables>
<additionalClasspathElements>
<additionalClasspathElement>${HADOOP_CONF_DIR}</additionalClasspathElement>
- <com.cloudera.itest.JUnitUtils.results.dir>${project.build.directory}/failsafe-reports</com.cloudera.itest.JUnitUtils.results.dir>
+ <org.apache.bigtop.itest.JUnitUtils.results.dir>${project.build.directory}/failsafe-reports</org.apache.bigtop.itest.JUnitUtils.results.dir>
</additionalClasspathElements>
</configuration>
<executions>
diff --git a/test/suites/conf/log4j.configuration b/test/suites/conf/log4j.configuration
index 1af2d862..9cc69441 100644
--- a/test/suites/conf/log4j.configuration
+++ b/test/suites/conf/log4j.configuration
@@ -12,9 +12,9 @@
# 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.
-log4j.rootLogger=${com.cloudera.itest.log4j.level},console
+log4j.rootLogger=${org.apache.bigtop.itest.log4j.level},console
log4j.threshhold=ALL
-log4j.appender.console=com.cloudera.log4j.ConsoleAppender
+log4j.appender.console=org.apache.bigtop.log4j.ConsoleAppender
log4j.appender.console.target=System.err
-log4j.appender.console.layout=com.cloudera.log4j.PatternLayout
+log4j.appender.console.layout=org.apache.bigtop.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{2}: %m%n
diff --git a/test/suites/conf/pom.xml b/test/suites/conf/pom.xml
index ea99e3ec..d7e2d0de 100644
--- a/test/suites/conf/pom.xml
+++ b/test/suites/conf/pom.xml
@@ -19,12 +19,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
<version>1.1-SNAPSHOT</version>
<name>smoke-tests-conf</name>
diff --git a/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration b/test/suites/conf/src/main/resources/org.apache.bigtop.itest.log4j.configuration
index cb00ce44..ac7a39d4 100644
--- a/test/suites/conf/src/main/resources/com.cloudera.itest.log4j.configuration
+++ b/test/suites/conf/src/main/resources/org.apache.bigtop.itest.log4j.configuration
@@ -12,7 +12,7 @@
# 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.
-log4j.rootLogger=${com.cloudera.itest.log4j.level},console
+log4j.rootLogger=${org.apache.bigtop.itest.log4j.level},console
log4j.threshhold=ALL
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
diff --git a/test/suites/integration/pom.xml b/test/suites/integration/pom.xml
index be735528..3466fe91 100644
--- a/test/suites/integration/pom.xml
+++ b/test/suites/integration/pom.xml
@@ -20,13 +20,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../common</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
@@ -59,14 +59,14 @@
<dependencies>
<!-- Import configuration resources for the stack validation -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
<version>${itest-conf.version}</version>
<scope>test</scope>
</dependency>
<!-- Import of iTest artifact serving out-of-the-jar convenience methods -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>${itest-common.version}</version>
<scope>test</scope>
@@ -91,7 +91,7 @@
-->
<!-- Test artifacts -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-integration</artifactId>
<version>${sqoop-integration.version}</version>
<type>test-jar</type>
@@ -107,13 +107,13 @@
<dependencies>
<!-- We have to be configured in order to function properly -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
<scope>test</scope>
</dependency>
<!-- Turn them on for all children -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<scope>test</scope>
</dependency>
diff --git a/test/suites/integration/sqoop/pom.xml b/test/suites/integration/sqoop/pom.xml
index 323c6567..67cdc8c1 100644
--- a/test/suites/integration/sqoop/pom.xml
+++ b/test/suites/integration/sqoop/pom.xml
@@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>integration-tests</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoopintegration.integration-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>sqoopintegration</name>
@@ -38,14 +38,14 @@
<ZOOKEEPER_HOME>${env.ZOOKEEPER_HOME}</ZOOKEEPER_HOME>
<!-- Integration tests are special -->
<org.apache.maven-failsafe-plugin.testInclude>**/IntegrationTest*</org.apache.maven-failsafe-plugin.testInclude>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>sqoop-integration</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${sqoop-integration.version}</org.apache.maven-dependency-plugin.version>
</properties>
<dependencies>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoop-integration</artifactId>
<type>test-jar</type>
</dependency>
diff --git a/test/suites/package/pom.xml b/test/suites/package/pom.xml
index 85e15d67..3baac0d8 100644
--- a/test/suites/package/pom.xml
+++ b/test/suites/package/pom.xml
@@ -21,17 +21,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>packagesmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>packagesmokes</name>
<!-- FIXME: we really have to have a way to bootstrap from a Maven repo -->
- <!-- -Dproject.pom=com.cloudera.itest:packagesmokes:1.0-SNAPSHOT -->
+ <!-- -Dproject.pom=org.apache.bigtop.itest:packagesmokes:1.0-SNAPSHOT -->
<repositories>
<repository>
<id>cloudera-snapshot</id>
@@ -49,7 +49,7 @@
<cdh.repo.host>archive.cloudera.com</cdh.repo.host>
<cdh.repo.version>3</cdh.repo.version>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>packagesmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${package-smoke.version}</org.apache.maven-dependency-plugin.version>
<org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output>
@@ -59,7 +59,7 @@
<dependencies>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>packagesmoke</artifactId>
<version>${package-smoke.version}</version>
<type>test-jar</type>
diff --git a/test/suites/smokes/flume/pom.xml b/test/suites/smokes/flume/pom.xml
index 636ddaa0..839ff00f 100644
--- a/test/suites/smokes/flume/pom.xml
+++ b/test/suites/smokes/flume/pom.xml
@@ -20,25 +20,25 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>flumesmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>flumesmokes</name>
<properties>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>flumesmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${flume-smoke.version}</org.apache.maven-dependency-plugin.version>
</properties>
<dependencies>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>flumesmoke</artifactId>
<version>${flume-smoke.version}</version>
<type>test-jar</type>
diff --git a/test/suites/smokes/hadoop/pom.xml b/test/suites/smokes/hadoop/pom.xml
index 60f98914..59091d69 100644
--- a/test/suites/smokes/hadoop/pom.xml
+++ b/test/suites/smokes/hadoop/pom.xml
@@ -21,17 +21,17 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoopsmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>hadoopsmokes</name>
<properties>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>hadoopsmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${hadoop-smoke.version}</org.apache.maven-dependency-plugin.version>
<org.apache.maven-dependency-plugin.output>${project.build.directory}</org.apache.maven-dependency-plugin.output>
diff --git a/test/suites/smokes/hbase/pom.xml b/test/suites/smokes/hbase/pom.xml
index e74942b6..905359d3 100644
--- a/test/suites/smokes/hbase/pom.xml
+++ b/test/suites/smokes/hbase/pom.xml
@@ -20,18 +20,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbasesmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>hbasesmokes</name>
<properties>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>hbasesmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${hbase-smoke.version}</org.apache.maven-dependency-plugin.version>
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbasesmoke</artifactId>
<version>${hbase-smoke.version}</version>
<type>test-jar</type>
@@ -87,9 +87,9 @@
<version>2.7.1</version>
<configuration>
<systemPropertyVariables>
- <com.cloudera.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
+ <org.apache.bigtop.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
${ZOOKEEPER_HOME}/${zookeeper.jar}:${HBASE_HOME}/lib/${hbase.jar}:${HBASE_HOME}/lib/guava-r06.jar
- </com.cloudera.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
+ </org.apache.bigtop.itest.hbasesmoke.TestHbasePigSmoke.extra_jars>
</systemPropertyVariables>
</configuration>
</plugin>
@@ -108,13 +108,13 @@
<source>
if (!System.getProperties().keySet().contains('enforcer.skip')) {
project.properties['zookeeper.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${ZOOKEEPER_HOME}", 'zookeeper-.*.jar');
if ( project.properties['zookeeper.jar'] == null ) {
throw new IOException ("zookeeper*.jar isn't found");
}
project.properties['hbase.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${HBASE_HOME}/lib", 'hbase-.*.jar');
if ( project.properties['hbase.jar'] == null ) {
throw new IOException ("hbase*.jar isn't found");
diff --git a/test/suites/smokes/hive/pom.xml b/test/suites/smokes/hive/pom.xml
index 4a3d9bbc..5baad9ab 100644
--- a/test/suites/smokes/hive/pom.xml
+++ b/test/suites/smokes/hive/pom.xml
@@ -20,18 +20,18 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hivesmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>hivesmokes</name>
<properties>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>hivesmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${hive-smoke.version}</org.apache.maven-dependency-plugin.version>
@@ -46,7 +46,7 @@
<artifactId>hadoop-core</artifactId>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hivesmoke</artifactId>
<version>${hive-smoke.version}</version>
<type>test-jar</type>
@@ -97,9 +97,9 @@
<version>2.7.1</version>
<configuration>
<systemPropertyVariables>
- <com.cloudera.itest.hivesmoke.IntegrationTestHiveSmokeBulk.extra_jars>
+ <org.apache.bigtop.itest.hivesmoke.IntegrationTestHiveSmokeBulk.extra_jars>
${HBASE_HOME}/lib/${hbase.jar},${HIVE_HOME}/lib/${hive-hbase-handler.jar},${ZOOKEEPER_HOME}/${zookeeper.jar},${HIVE_HOME}/lib/${guava.jar}
- </com.cloudera.itest.hivesmoke.IntegrationTestHiveSmokeBulk.extra_jars>
+ </org.apache.bigtop.itest.hivesmoke.IntegrationTestHiveSmokeBulk.extra_jars>
</systemPropertyVariables>
<forkMode>always</forkMode>
<additionalClasspathElements>
@@ -128,20 +128,20 @@
<source>
if (!System.getProperties().keySet().contains('enforcer.skip')) {
project.properties['zookeeper.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${ZOOKEEPER_HOME}", 'zookeeper-.*.jar');
if ( project.properties['zookeeper.jar'] == null ) {
throw new IOException ("zookeeper*.jar isn't found");
}
project.properties['hbase.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${HBASE_HOME}/lib", 'hbase-.*.jar');
if ( project.properties['hbase.jar'] == null ) {
throw new IOException ("hbase*.jar isn't found");
}
[ 'hive-hbase-handler.jar', 'hive-exec.jar', 'hive-jdbc.jar', 'hive-metastore.jar', 'hive-service.jar', 'slf4j-api.jar', 'slf4j-log4j12.jar', 'guava.jar' ].each {
project.properties[it] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${HIVE_HOME}/lib", "${it.replaceAll(/.jar$/, '')}-.*\\.jar");
if ( project.properties[it] == null ) {
throw new IOException ("$it isn't found");
diff --git a/test/suites/smokes/oozie/pom.xml b/test/suites/smokes/oozie/pom.xml
index 423cba75..19db841f 100644
--- a/test/suites/smokes/oozie/pom.xml
+++ b/test/suites/smokes/oozie/pom.xml
@@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>ooziesmokes.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>ooziesmokes</name>
@@ -33,14 +33,14 @@
<properties>
<OOZIE_URL>${env.OOZIE_URL}</OOZIE_URL>
- <org.apache.maven-dependency-plugin.groupId>com.cloudera.itest</org.apache.maven-dependency-plugin.groupId>
+ <org.apache.maven-dependency-plugin.groupId>org.apache.bigtop.itest</org.apache.maven-dependency-plugin.groupId>
<org.apache.maven-dependency-plugin.artifactId>ooziesmoke</org.apache.maven-dependency-plugin.artifactId>
<org.apache.maven-dependency-plugin.version>${oozie-smoke.version}</org.apache.maven-dependency-plugin.version>
</properties>
<dependencies>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>ooziesmoke</artifactId>
<version>${oozie-smoke.version}</version>
<type>test-jar</type>
@@ -60,7 +60,7 @@
<version>2.7.1</version>
<configuration>
<systemPropertyVariables>
- <com.cloudera.itest.oozie_url>${OOZIE_URL}</com.cloudera.itest.oozie_url>
+ <org.apache.bigtop.itest.oozie_url>${OOZIE_URL}</org.apache.bigtop.itest.oozie_url>
</systemPropertyVariables>
<forkMode>always</forkMode>
</configuration>
diff --git a/test/suites/smokes/pig/pom.xml b/test/suites/smokes/pig/pom.xml
index 1451d2ca..6c2b831c 100644
--- a/test/suites/smokes/pig/pom.xml
+++ b/test/suites/smokes/pig/pom.xml
@@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>pigsmokes.smoke-tests</artifactId>
<packaging>jar</packaging>
<version>1.1-SNAPSHOT</version>
@@ -99,7 +99,7 @@
<source>
if (!System.getProperties().keySet().contains('enforcer.skip')) {
project.properties['lzo.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${HADOOP_HOME}/lib", 'hadoop.*lzo.*.jar');
if ( project.properties['lzo.jar'] == null ) {
throw new IOException ("hadoop-lzo.jar isn't found");
diff --git a/test/suites/smokes/pom.xml b/test/suites/smokes/pom.xml
index 8a8374c4..2db86105 100644
--- a/test/suites/smokes/pom.xml
+++ b/test/suites/smokes/pom.xml
@@ -20,13 +20,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>stacks-common</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../common</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<packaging>pom</packaging>
<version>1.0-cdh3u1-SNAPSHOT</version>
@@ -74,14 +74,14 @@
<dependencies>
<!-- Import configuration resources for the stack validation -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
<version>${itest-conf.version}</version>
<scope>test</scope>
</dependency>
<!-- Import of iTest artifact serving out-of-the-jar convenience methods -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<version>${itest-common.version}</version>
<scope>test</scope>
@@ -118,7 +118,7 @@
</dependency>
<!-- Test artifacts -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoopsmoke</artifactId>
<version>${hadoop-smoke.version}</version>
<!-- FIXME: test-jar seems to be an suboptimal thing to use for
@@ -130,21 +130,21 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hbasesmoke</artifactId>
<version>${hbase-smoke.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>hivesmoke</artifactId>
<version>${hive-smoke.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>ooziesmoke</artifactId>
<version>${oozie-smoke.version}</version>
<type>test-jar</type>
@@ -157,7 +157,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>packagesmoke</artifactId>
<version>${package-smoke.version}</version>
<type>test-jar</type>
@@ -181,13 +181,13 @@
<dependencies>
<!-- We have to be configured in order to function properly -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests-conf</artifactId>
<scope>test</scope>
</dependency>
<!-- Turn them on for all children -->
<dependency>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>itest-common</artifactId>
<scope>test</scope>
</dependency>
diff --git a/test/suites/smokes/sqoop/pom.xml b/test/suites/smokes/sqoop/pom.xml
index 1fbacc6e..00641a1c 100644
--- a/test/suites/smokes/sqoop/pom.xml
+++ b/test/suites/smokes/sqoop/pom.xml
@@ -20,12 +20,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>smoke-tests</artifactId>
<version>1.0-cdh3u1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>com.cloudera.itest</groupId>
+ <groupId>org.apache.bigtop.itest</groupId>
<artifactId>sqoopsmoke.smoke-tests</artifactId>
<version>1.1-SNAPSHOT</version>
<name>sqoopsmoke</name>
@@ -118,7 +118,7 @@
<source>
if (!System.getProperties().keySet().contains('enforcer.skip')) {
project.properties['lzo.jar'] =
- com.cloudera.itest.JarContent.getJarName(
+ org.apache.bigtop.itest.JarContent.getJarName(
"${HADOOP_HOME}/lib", 'hadoop.*lzo.*.jar');
if ( project.properties['lzo.jar'] == null ) {
throw new IOException ("hadoop-lzo.jar isn't found");