evancasey / spark-knn-recommender

Item and User-based KNN recommendation algorithms using PySpark
MIT License
126 stars 52 forks source link

Can't run in spark 1.6.1 #3

Open Anemone95 opened 8 years ago

Anemone95 commented 8 years ago

I fixed the path problem by modifying the config.py and utils.py. But it still have problems.That is: """ python2.7: can't open file '/usr/share/spark-1.6.1-bin-hadoop2.6/python/sparkler/kmeans.py': [Errno 2] No such file or directory

""" And I don't know why I need to copy the algorithms to the sparkler directory.Because in Spark 1.6.1,I can't find any directory named sparkler