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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16947932#comment-16947932 ] 

Krishna Gayatri Kuchimanchi commented on PARQUET-553:
-----------------------------------------------------

I think this has already been fixed inĀ 

https://issues.apache.org/jira/browse/PARQUET-786

Can this Jira be closed?

> 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
>
> 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)