ezoic

Tuesday, March 21, 2017

How to login scala spark and python spark?

To login Scala Spark:


./bin/spark-shell

The shell:



To Login Python Spark:

./bin/pyspark

The shell:





Examples in Spark:

http://spark.apache.org/docs/latest/quick-start.html

Tested the Python version.


No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...