spark_write_avro: Write a Spark DataFrame to a Avro file

Description Usage Arguments

View source: R/sparkavro.R

Description

Serialize a Spark DataFrame to the Parquet format.

Usage

1

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.


chezou/sparkavro documentation built on June 5, 2020, 10:18 a.m.