Parquet-cli convert-csv : Missing option -o for output file path in examples
- 主要语言
- Java
- 星标
- 3.1k
- 派生
- 1.6k
- 平均合并
- 3 天 12 小时
- 30 天内合并 PR
- 33
描述
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
**Reporter**: [Christophe SEBILLE](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=csebille) / @csebille
**Note**: *This issue was originally created as [PARQUET-1130](https://issues.apache.org/jira/browse/PARQUET-1130). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*
贡献指南
这个仓库没有索引到贡献指南
调研方向
检查本 issue 中包含 CSV 转换示例的 parquet-cli 文档。确认第一个示例并检查 HDFS 和 S3 示例,然后更新这些示例,使每个输出路径都使用 -o 选项,并确保所有命令都能成功启动。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- cli, documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100