Last active
August 29, 2015 14:09
-
-
Save Viswanathantv/e60d26183450dfdbbd68 to your computer and use it in GitHub Desktop.
Machine learning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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