How can I make only one file in spark to s3?
Advertisements I have lots of csv files. After using spark sql, I want to make the one csv file. For example I have news1.csv, news2.csv, news3.csv, ect in S3. I download into spark sql from s3, and createDataframe. After using spark sql, I want to upload s3 with only one csv file. At first I… Read More How can I make only one file in spark to s3?