Updated Branches: refs/heads/master 7242e2aed -> 55e3af483
Updating the README file with a more detailed info on tests execution Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/55e3af48 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/55e3af48 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/55e3af48 Branch: refs/heads/master Commit: 55e3af4837624dfd6088b6ca5c6b11a2fd71d258 Parents: 7242e2a Author: Konstantin Boudnik <[email protected]> Authored: Wed Jun 19 12:19:40 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Jun 19 12:19:40 2013 -0700 ---------------------------------------------------------------------- README | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/55e3af48/README ---------------------------------------------------------------------- diff --git a/README b/README index 19e4102..2e52de1 100644 --- a/README +++ b/README @@ -93,6 +93,17 @@ but here's 2 steps to get started: cd test/suites/package/ && mvn clean verify -Dbigtop.repo.file.url.CentOS=XXX -D'org.apache.maven-failsafe-plugin.testInclude=**/TestPackagesReadiness.*' +* to run all smoke tests on the cluster export + HADOOP_HOME; HADOOP_CONF_DIR; HADOOP_MAPRED_HOME; HBASE_HOME; HIVE_HOME; + HUE_URL; OOZIE_URL; SOLR_URL; SQOOP_URL + + then run + mvn -fae clean verify -Dorg.apache.bigtop.itest.log4j.level=TRACE -f bigtop-tests/test-execution/smokes/pom.xml + + -fae - will allow all non-impacted builds to continue, so you can run all + the tests and deal with the error reports later + -Dorg.apache.bigtop.itest.log4j.level can be set to your liking. + ## Contact us! You can get in touch with us on the Bigtop mailing lists (http://bigtop.apache.org/mail-lists.html).
