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.

Related questions

+1 vote
asked Sep 16, 2022 in Spark Preliminaries by kamalkhandelwal29
0 votes
asked Feb 15, 2023 in Spark Preliminaries by Robindeniel
...