Table of Contents
Spark - File System
About
You can read and write data in :
CSV,
JSON,
and
Parquet formats
.
Data can be stored in :
HDFS
,
hdfs://
and compatible such as S3
s3a://
,
wasb
…
on the local filesystem
file://
of cluster nodes.