I was looking for a way to make spark_write_csv
to upload only a single file to S3 because I want to save the regression result on S3. I was wondering if options
has some parameter which defines number of partitions. I could not find it anywhere in the documentation. Or is there any other efficient way to upload resultant table to S3?
Any help is appreciated!