0 votes
in Spark Preliminaries by
Do you have to run the Hadoop programme to run Spark?

1 Answer

0 votes
by

Spark has no particular storage, but you don't have to do it. So, you must store the files using the local file system. You can load data from a local device and work with it. To run a Spark programme, you do not need Hadoop or HDFS.

...