Print the count of rows in a Parquet file

parquet-tools

  • A tool to show, inspect and manipulate Parquet file.
    More information: <https://github.com/apache/parquet-mr/tree/master/parquet-tools-deprecated>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

parquet-tools rowcount {{path/to/parquet}}

click the source code to copy