简体   繁体   English

Spark MLLIB问题

[英]Spark MLLIB questions

I am looking into the source code of Spark-mllib, and I noticed all the source code are in scala, not java. 我正在查看Spark-mllib的源代码,我注意到所有源代码都在scala中,而不是java中。

Wouldn't scala in general use more resources than Java? scala通常不会使用比Java更多的资源吗? Why the ML engine here is written in scala, not Java? 为什么这里的ML引擎是用Scala而不是Java编写的? Am I missing anything here? 我在这里想念什么吗?

Also, Eclipse Luna seems to have trouble coordinate with the latest version of scala? 另外,Eclipse Luna似乎无法与最新版本的scala协调? Which IDE would people recommend for build the spark code with scala modules? 人们建议使用哪种IDE使用Scala模块构建Spark代码?

Thank you very much! 非常感谢你!

  1. The source code are in scala, java and python at most places in the latest Spark version(1.4). 在最新的Spark版本(1.4)中,大多数地方的源代码都在scala,java和python中。 ( https://spark.apache.org/docs/latest/index.html ) https://spark.apache.org/docs/latest/index.html
  2. I recommend you to use the IntelliJ IDEA . 我建议您使用IntelliJ IDEA According most people's experience, it is most intelligent IDE for scala development. 根据大多数人的经验,它是用于Scala开发的最智能的IDE。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM