Skip to content

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.

License

Notifications You must be signed in to change notification settings

ryanvickr/ParquetConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParquetConverter

Created By: Ryan Vickramasinghe

Instructions

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages