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

Parquet-cli convert-csv : Missing option -o for output file path in examples

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.9.1
    • None
    • parquet-cli
    • None

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: