You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (Jira)" <ji...@apache.org> on 2019/10/10 07:43:00 UTC

[jira] [Resolved] (PARQUET-553) The README instructions for parquet-tools do not run

     [ https://issues.apache.org/jira/browse/PARQUET-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Szadovszky resolved PARQUET-553.
--------------------------------------
    Fix Version/s: 1.10.0
       Resolution: Duplicate

Thanks, [~krishna.gayatrik@gmail.com].

> The README instructions for parquet-tools do not run
> ----------------------------------------------------
>
>                 Key: PARQUET-553
>                 URL: https://issues.apache.org/jira/browse/PARQUET-553
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-mr
>            Reporter: Jessica Kerr
>            Priority: Major
>             Fix For: 1.10.0
>
>
> The README for parquet-mr/parquet-tools says to run locally:
> `java jar ./parquet-tools-<VERSION>.jar <command> my_parquet_file.lzo.parquet`
> You need a dash before "jar" or it doesn't work.
> ```
> $ java jar parquet-tools-1.6.0rc3-SNAPSHOT.jar
> Error: Could not find or load main class jar
> ```
> Also, after the 'mvn clean package' instructions given, the jar is in ./target. That part is minor, but the "jar" vs "-jar" was hard to figure out.
> When this did not work, I went looking for other tools. Didn't find any, so came back and tried harder. Please, please add that one character.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)