Skip to content

This repo is for MLlib/GraphX tutorial in Strata 2016

Notifications You must be signed in to change notification settings

lutzfinger/strata-2016

 
 

Repository files navigation

Installation Requirements:

  1. Scala IDE - Either IntelliJ OR ScalaIDE for Eclipse are needed

  2. Maven

  3. 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
    • Run Zeppelin IDE in browser

       localhost:8080
      
  4. Git (Nice to have)

  5. Tutorial code & data

  6. Build with 'mvn package'

  7. Import into IntelliJ/ScalaIDE for Eclipse as a maven project

About

This repo is for MLlib/GraphX tutorial in Strata 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 49.6%
  • Java 45.8%
  • C++ 4.6%