You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple utility I built for converting a Hadoop .parquet file to a .psv file. This converter does not use the Avro library, and as a result can parse files with INT96 data types.
To use, simply change the input and output path in the main method in the MainReadParquet class. The WriteOutput class is just an output class I used for many of my projects.
About
Simple utility I built for converting a Hadoop .parquet file to a .psv file. This converter does not use the Avro library, and as a result can parse files with INT96 data types.