Movie Recommendation Two Ways ALS and K-Means Predictions in PySpark
- Store u.data and u.item on Hadoop Distributed File System in a folder called input.
- Execute Alternating Least Squares recommendation using : spark-submit --driver-memory 512m MovieLensALS.py hdfs://localhost:9000/input 3. Execute KMeans recommendation using: spark-submit --driver-memory 512m MovieLensKM.py hdfs://localhost:9000/input