9.2.15

BigPetStore-Spark, Ramp up w/ IntelliJ

Here are some quick screenshots for getting ramped up w/ bigpetstore-spark, from apache bigtop.

Obviously, you'll first clone apache bigtop down from github, and cd to bigpetstore/bigpetstore-spark.

From there You can see the basic source tree.



 Now, take a quick look at the dependencies in the gradle build file.  Also you might want to install gradle 2.1 right now.


 Now, you can load up intellij.  Select Import project.


 Now select the bigpetstore-spark directory.


 Moving along.  If you have the gradle plugins installed in intellij, and scala is installed, intellij will create a beautiful IDE for development.


 Great, now point to your gradle installation.


 And finally, IntelliJ should, after some ceremony, eventually pop up a bigpetstore project for you.


 And now , you can open the tests, and run TestFullPipeline.



No comments:

Post a Comment