Package org.apache.orc.tools
Class ColumnSizes
java.lang.Object
org.apache.orc.tools.ColumnSizes
Given a set of paths, finds all of the "*.orc" files under them and
prints the sizes of each column, both as a percentage and the number of
bytes per a row.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addFile
(LocatedFileStatus file) static void
static void
main
(Configuration conf, String[] args)
-
Constructor Details
-
ColumnSizes
- Throws:
IOException
-
-
Method Details
-
addFile
- Throws:
IOException
-
main
- Throws:
Exception
-
main
- Throws:
Exception
-