The documentation for DataFrameWriter.format(String) says:
"Specifies the underlying output data source. Built-in options include "parquet", "json", etc."

What options are there other than parquet and json? From googling I found "com.databricks.spark.avro", but that doesn't seem to work correctly for me. (It always hangs at the end.) Can I use CSV? Can I use sequence files?

Reply via email to