Guys - attempting to use bps physical 4 node cluster, centos 6.5 recently upgraded bigtop to 8
unzipped gradle into /usr/bin/gradle GRADLE_HOME=/usr/bin/gradle-2.3 following the readme You'll need to have version 2.0 of gradle <http://www.gradle.org/downloads> installed and set-up correctly in order to follow along these instructions. We could have used the gradle-wrapper <http://www.gradle.org/docs/current/userguide/gradle_wrapper.html> to avoid having to install gradle, but the bigtop project includes all gradle*directories in .gitignore. So, that's not going to work. <https://github.com/apache/bigtop/blob/master/bigtop-bigpetstore/bigpetstore-mapreduce/README.md#build-the-jar>Build the JAR *gradle clean build* will build the bigpetstore jar. The jar will be located in the build\libs directory. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getting the following error :itest-common:testClasses :itest-common:test org.apache.bigtop.itest.shell.ShellTest > regularUserShell FAILED java.lang.AssertionError at ShellTest.groovy:34 44 tests completed, 1 failed, 5 skipped :itest-common:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':itest-common:test'. > There were failing tests. See the report at: file:///home/robert/bigtop/bigtop-test-framework/build/reports/tests/index.html * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 43.399 secs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ html file above and full build log are here... https://sites.google.com/site/developtroubleshooting/big-pet-store-implement
