Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1131

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.9.1
    • None
    • parquet-cli
    • 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

      Attachments

        Activity

          People

            Unassigned Unassigned
            csebille Christophe SEBILLE
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: