Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: trivial edits (capitalization & fonts) in ORC File Dump Utility

...

Adding --rowindex with a comma separated list of column ids will cause it to print row indexes for the specified columns, where 0 is the top level struct containing all of the columns and 1 is the first column id (Hive 1.1.0 and later).

Adding -t to the command will print the timezone id of the writer.

Adding -j to the command will print the orc ORC file metadata in json JSON format. To pretty print the json JSON metadata add -p to the command.

<location-of-orc-file> is the URI of the orc ORC file.

ORC Configuration Parameters

...