spark_write_avro {sparkavro}R Documentation

Write a Spark DataFrame to a Avro file

Description

Serialize a Spark DataFrame to the Parquet format.

Usage

spark_write_avro(x, path, mode = NULL, options = list())

Arguments

x

A Spark DataFrame or dplyr operation

path

The path to the file. Needs to be accessible from the cluster. Supports the ‘⁠"hdfs://"⁠’, ‘⁠"s3n://"⁠’ and ‘⁠"file://"⁠’ protocols.

mode

Specifies the behavior when data or table already exists.

options

A list of strings with additional options. See http://spark.apache.org/docs/latest/sql-programming-guide.html#configuration.


[Package sparkavro version 0.3.0 Index]