Skip to content

Commit

Permalink
update readme with counts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rushton committed Apr 29, 2019
1 parent 4643438 commit 1ccdb2c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Converts binary parquet data from a pipe into JSON outputted to STDOUT
{"a":1,"b":null}
...
```

counting records per block
```
cat /tmp/foobar/*.parquet | java -jar target/scala-2.11/Parquet-Dump-assembly-1.0.0.jar
5
10
15
```

# Install

Download the latest jar from the [releases](../../releases/latest) page
Expand Down

0 comments on commit 1ccdb2c

Please sign in to comment.