ezoic

Tuesday, March 21, 2017

Where is the Spark Data located? How to store data in Spark?

Where is the Spark Data located? How to store data in Spark?

Here is a tutorial about it:

https://www.dezyre.com/apache-spark-tutorial/apache-spark-installation-tutorial


We can see, we make an entry for spark in .bashrc file


SPARK_HOME=/DeZyre/spark

export PATH=$SPARK_HOME/bin:$PATH

And we put the data under the spark directory:



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...