Member since
11-25-2017
10
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2368 | 11-29-2017 11:57 AM | |
3815 | 11-26-2017 06:02 PM |
11-29-2017
11:57 AM
finally i was able to to it: #code:
df.write.format('com.databricks.spark.csv').mode('overwrite').option("header", "false").option("quoteMode", "ALL").save(output_path)
#call:
--packages com.databricks:spark-csv_2.10:1.5.0
... View more
11-26-2017
06:02 PM
found the issue. It is exactly the same problem mentioned in the below link: https://github.com/tweag/sparkle/issues/105 went back to spark 1.6 and it works
... View more