Spark, Hadoop, Hive and Programming
"Spark, Hadoop, Hive, and Programming Interview Questions" by Venkateswarlu Chennareddy
Pages
(Move to ...)
Home
Programming Interview Questions
Hadoop Interview Questions
Java Interview Questions
Microsoft Interview Questions
Puzzles
▼
Wednesday, March 15, 2017
How to run Scala or Python scripts in Spark
How to run Python script in Spark?
$ spark-submit test.py
How to run scala script in Spark?
$ spark-shell -i test.scala
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment