-
Scala IDE - Either IntelliJ OR ScalaIDE for Eclipse are needed
- IntelliJ
- Download from https://www.jetbrains.com/idea/download/
- Add Scala Plugin
- Add Scala SDK : 2.10.4
- https://www.jetbrains.com/help/idea/2016.1/creating-and-running-your-scala-application.html
- ScalaIDE for Eclipse
- Download from http://scala-ide.org/download/sdk.html
- IntelliJ
-
Maven
-
Apache Zeppelin
-
Download source from https://zeppelin.incubator.apache.org/download.html
-
Compile zeppelin
mvn clean package -DskipTests -Pspark-1.6 -Phadoop-2.6 -Ppyspark
-
Configuration files are at (usually not needed)
./conf/zeppelin-env.sh ./conf/zeppelin-site.xml
-
cd to the directory where you have downloaded the Tutorial data
cd /Volumes/sdxc-01/Strata-2016/
-
Run the Zeppelin daemon
- The command for managing the zeppelin process is
./bin/zeppelin-daemon.sh start|stop|status|restart
- So if you have compiled Zeppelin in ~/Downloads/zeppelin-0.5.6-incubating, then
to start you would use the command
~/Downloads/zeppelin-0.5.6-incubating/bin/zeppelin-daemon.sh start
- The command for managing the zeppelin process is
-
Run Zeppelin IDE in browser
localhost:8080
-
-
Git (Nice to have)
-
Tutorial code & data
- Download or
git clone
the from https://github.com/jayantshekhar/strata-2016 (You are here!!)
- Download or
-
Build with 'mvn package'
-
Import into IntelliJ/ScalaIDE for Eclipse as a maven project
forked from jayantshekhar/strata-2016
-
Notifications
You must be signed in to change notification settings - Fork 0
lutzfinger/strata-2016
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repo is for MLlib/GraphX tutorial in Strata 2016
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Scala 49.6%
- Java 45.8%
- C++ 4.6%