Spark - Which language should I use?

Spark currently supports several languages ​​to use its functionality, for example, Scala, Java, Python, but which one should I choose to work with Spark?

Can someone explain the pros and cons of using each language on Spark ?

+4
source share
2 answers

I have little experience with Spark, so this entry is from a beginner's point of view.

For scala, I found that most of the current implementation, including examples, a detailed explanation of the API, etc., is Best provided in scala.

scala , JVM, .

Java - Java , javadocs. , java.

, . python Spark.

+4

, - Python Scala. Python, Python . Java Scala ( ), Python .

+2

All Articles