Let us know if you need any other help, glad to see its working for you ! also, remember that after this, you can try bigpetstore-spark... which will give you a great feel for how the two paradigms of traditional mr vs spark differ in terms of etl, machine learning, and so on...
On Tue, Apr 7, 2015 at 10:29 PM, Bob Metelsky <[email protected]> wrote: > ahh yes that sounds right... I see, Ill build in the mapreduce dir - thanks > > On Tue, Apr 7, 2015 at 10:25 PM, RJ Nowling <[email protected]> wrote: > >> Hi Bob, >> >> Thanks for trying BigPetStore. In what directory are you running "gradle >> clean build"? It seems like you're building the bigtop-test-framework, not >> BigPetStore. Can you try running "gradle clean build" under >> bigtop-bigpetstore/bigpetstore-mapreduce ? >> >> RJ >> >> On Tue, Apr 7, 2015 at 8:45 PM, Bob Metelsky <[email protected]> >> wrote: >> >>> 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 >>> >>> >>> >>> >>> >> > -- jay vyas
