Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2018 04:12 AM
Hi there,
Did you try writing to your mount point location?
- dfGPS.write.mode("overwrite").format("com.databricks.spark.csv").option("header","true").csv("/mnt/<mount-name>")
There is a related post here to configure the appropriate Hadoop properties if you want to use ADL syntax.
cheers,
Andrew