apache / apache/parquet-java

Parquet-cli convert-csv : Unknown --format option in example

オープン
#2,093 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Component: CLI Component: Parquet Priority: Minor Type: bug
主要言語
Java
スター
3.1k
フォーク
1.6k
平均マージ
3日 12時間
マージ済み PR(30日)
33

説明

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

**Reporter**: [Christophe SEBILLE](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=csebille) / @csebille

**Note**: *This issue was originally created as [PARQUET-1131](https://issues.apache.org/jira/browse/PARQUET-1131). Please see the [migration documentation](https://issues.apache.org/jira/browse/PARQUET-2502) for further details.*

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

影響を受けるエントリポイントは、issue に示されている parquet-cli の変換例です。まず、その例をリポジトリ内で特定し、--format と to-avro でサポートされているコマンド構文を確認してください。例が既存のコマンドを使用し、出力ファイル名とフォーマットの説明が一致していれば完了です。

索引モデルが issue の本文から書いたものです。

評価

領域
cli, documentation
issue の種類
ドキュメント
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。