Skip to content

Releases: Eugene-Mark/bigdata-file-viewer

v1.3.0

05 Oct 09:40
32668ab
Compare
Choose a tag to compare

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

02 Mar 03:36
Compare
Choose a tag to compare

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

24 Feb 15:16
Compare
Choose a tag to compare

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

16 Feb 04:16
Compare
Choose a tag to compare

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

12 Feb 14:59
Compare
Choose a tag to compare

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

09 Feb 16:27
Compare
Choose a tag to compare

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