Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9.1
-
None
-
None
Description
Examples fail to launch with the current parameters as output file name is not preceded by -o option
{{ "# Create a Parquet file from a CSV file",
"sample.csv -o sample.parquet --schema schema.avsc",
"# Create a Parquet file in HDFS from local CSV",
"path/to/sample.csv -o hdfs:/user/me/sample.parquet --schema schema.avsc",
"# Create an Avro file from CSV data in S3",
"s3:/data/path/sample.csv -o sample.avro --format avro --schema s3:/schemas/schema.avsc"}}
I have checked the first example with the -o, it works.
I have not checked the second and third examples.
Best regards,
Christophe