Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.9.1
-
None
-
None
Description
In the following example :
"# Create an Avro file from CSV data in S3",
"s3:/data/path/sample.csv -o sample.avro --format avro --schema s3:/schemas/schema.avsc"
the option --format doesn't exist (or doesn't exist anymore)
It seems it has been replaced by the to-avro command of parquet-cli
So, example could simply be :
"# Create a parquet file from CSV data in S3",
"s3:/data/path/sample.csv -o sample.parquet --schema s3:/schemas/schema.avsc"
Best regards,
Christophe