Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GUI tools for viewing/editing Apache Parquet

I have some Apache Parquet file. I know I can execute parquet file.parquet in my shell and view it in terminal. But I would like some GUI tool to view Parquet files in more user-friendly format. Does such kind of program exist?

like image 401
Roman Zavodskikh Avatar asked Mar 19 '18 16:03

Roman Zavodskikh


People also ask

How do I open a Parquet file in Windows?

parquet file formats. You can open a file by selecting from file picker, dragging on the app or double-clicking a . parquet file on disk. This utility is free forever and needs you feedback to continue improving.

What data visualization tools can be used for snappy Parquet files?

There is a GUI tool to view Parquet and also other binary format data like ORC and AVRO. It's pure Java application so that can be run at Linux, Mac and also Windows. Please check Bigdata File Viewer for details.

Can you open Parquet files in Excel?

The Parquet Excel Add-In is a powerful tool that allows you to connect with live Parquet data, directly from Microsoft Excel. Use Excel to read, write, and update Parquet data files.


2 Answers

Check out this utility. Works for all windows versions: https://github.com/mukunku/ParquetViewer

like image 102
Sal Avatar answered Nov 13 '22 15:11

Sal


Actually I found some Windows 10 specific solution. However, I'm working on Linux Mint 18 so I would like to some Linux (or ideally cross-platform) GUI tool. Is there some other GUI tool?

https://www.channels.elastacloud.com/channels/parquet-net/how-about-viewing-parquet-files

like image 22
Roman Zavodskikh Avatar answered Nov 13 '22 16:11

Roman Zavodskikh