Releases: Eugene-Mark/bigdata-file-viewer
v1.3.0
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. User can load file from local file system, HDFS, AWS S3, etc.
New Feature
- Enable experimental analytics feature like
- Showing the most frequently occurring items of a Column in String type
- Showing the basic aggregation like max, min, avg, etc of a Column in numerical type like INT, FLOAT, DOUBLE, etc
- Allow user to customize delimiter of output CSV file instead of default comma
- Bug&fix
v1.2.1
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. User can load file from local file system, HDFS, AWS S3, etc.
New Feature
- Enable loading file from AWS S3
v1.2
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. User can load file from local file system, HDFS, etc.
New Feature
- Enable loading file from HDFS
v1.1.1
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc.
New Feature
- Fix the bug that org.eugene.App can't be found.
v1.1
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc.
New Feature
- Open and view AVRO format file
- Bug&fix
v1.0
Introduction
A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, etc.
Feature List
- Open and view Parquet and ORC
- Convert binary format data to text format data like CSV
- Support complex data type like array, map, struct, etc
- Suport multiple platforms like Windows, MAC and Linux
- Code is extensible to involve more binary format like AVRO