AndrewSears
New Contributor III

Hi there,

Did you try writing to your mount point location?

  1. 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.

https://forums.databricks.com/questions/13205/azure-data-lake-config-issue-no-value-for-dfsadlso.htm...

cheers,

Andrew