Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Eugene-Mark Eugene-Mark released this 05 Oct 09:40
· 32 commits to master since this release
32668ab

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