Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 11:26 PM
it will always write to a folder due to the parallel nature of spark.
If that is an issue, you can use magic command %sh to move the .csv file a level up and also rename it.
So use the 'mv' command.