Skip to content

Instantly share code, notes, and snippets.

@Viswanathantv
Last active August 29, 2015 14:09
Show Gist options
  • Save Viswanathantv/e60d26183450dfdbbd68 to your computer and use it in GitHub Desktop.
Save Viswanathantv/e60d26183450dfdbbd68 to your computer and use it in GitHub Desktop.
Machine learning
cd simple-app
../sbt/sbt package
../spark/bin/spark-submit --class "SimpleApp" --master local[*] target/scala-2.10/simple-project_2.10-1.0.jar
python bin/rateMovies
cd machine-learning/python
usb/spark/bin/spark-submit MovieLensALS.py usb/data/movielens/medium/ ../personalRatings.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment