How to install and launch mahout for spark?

人走茶凉 提交于 2019-12-11 06:07:14

问题


I am interested in learning machine learning algorithms for big data, and for that purpose I want to learn how to code in Mahout for Spark. Now I have posted my original question in here, but nobody answered, so I am modifying my question now.

If anyone knows detailed procedures how to install LATEST Spark in Ubuntu 14.04 and how to integrate MAHOUT for it, I will be really grateful.

Thanks in advance.


回答1:


Currently Mahout uses:

  • Spark 1.6.2
  • Scala 2.10.4

You can try to build your own version with Spark 2.0 and Scala version of choice but there is no guarantee it will work correctly.

Exception you report in your other version is a result of Scala version mismatch.



来源:https://stackoverflow.com/questions/40561849/how-to-install-and-launch-mahout-for-spark

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!