Serialize a Spark DataFrame to the Parquet format.
spark_write_avro(x, path, mode = NULL, options = list())A Spark DataFrame or dplyr operation
The path to the file. Needs to be accessible from the cluster. Supports the "hdfs://", "s3n://" and "file://" protocols.
Specifies the behavior when data or table already exists.
A list of strings with additional options. See http://spark.apache.org/docs/latest/sql-programming-guide.html#configuration.