0 votes
in Big Data | Hadoop by
What are the main languages supported by Apache Spark?

1 Answer

0 votes
by

Some of the main languages supported by Apache Spark are as follows:

1. Java: We can use JavaSparkContext object to work with Java in Spark.

2. Scala: To use Scala with Spark, we have  to create

 

SparkContext object in Scala.

3. Python: We also used SparkContext to work with Python in Spark.

4. R: We can use SparkR module to work with R language in Spark ecosystem.

5. SQL: We can also SparkSQL to work with SQL language in Spark.

 

by
top 100 hadoop questions and answers

Related questions

0 votes
asked Jan 12, 2020 in Big Data | Hadoop by sharadyadav1986
0 votes
asked Mar 27, 2020 in Big Data | Hadoop by AdilsonLima
...