The path to the file. Needs to be accessible from the cluster.
Supports the "hdfs://", "s3a://" and "file://" protocols.
name
The name to assign to the newly generated stream.
columns
A vector of column names or a named vector of column types.
If specified, the elements can be "binary" for BinaryType,
"boolean" for BooleanType, "byte" for ByteType,
"integer" for IntegerType, "integer64" for LongType,
"double" for DoubleType, "character" for StringType,
"timestamp" for TimestampType and "date" for DateType.