Christophe SEBILLE created PARQUET-1130:
-------------------------------------------
Summary: Parquet-cli convert-csv : Missing option -o for output
file path in examples
Key: PARQUET-1130
URL: https://issues.apache.org/jira/browse/PARQUET-1130
Project: Parquet
Issue Type: Bug
Components: parquet-cli
Affects Versions: 1.9.1
Reporter: Christophe SEBILLE
Priority: Minor
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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)