Package org.apache.orc.tools
Class JsonFileDump
java.lang.Object
org.apache.orc.tools.JsonFileDump
File dump tool with json formatted output.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
printJsonMetaData
(List<String> files, Configuration conf, List<Integer> rowIndexCols, boolean prettyPrint, boolean printTimeZone)
-
Constructor Details
-
JsonFileDump
public JsonFileDump()
-
-
Method Details
-
printJsonMetaData
public static void printJsonMetaData(List<String> files, Configuration conf, List<Integer> rowIndexCols, boolean prettyPrint, boolean printTimeZone) throws IOException - Throws:
IOException
-