Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to view a parquet file in intellij

I want to open a parquet file and view the contents of the table in Intellij. Is there a way to do this currently or with a plugin?

like image 827
Ben Nelson Avatar asked Feb 08 '17 01:02

Ben Nelson


People also ask

How do I read a Parquet file in IntelliJ?

To briefly preview details of a structured file, such as CSV, Parquet, ORC or Avro, expand it in the file viewer or in the Big Data Tools tool window. You should be able to see the columns and their types.

Can we open Parquet file?

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.

Are parquet files readable?

As a columnar file format, Apache Parquet can be read much more efficiently and cost-effectively than other formats, making it an ideal file format for big data, analytics, and data lake storage.


2 Answers

You need to install: Avro and Parquet Viewer plugin in order to view this kind of file: https://plugins.jetbrains.com/plugin/12281-avro-and-parquet-viewer

like image 146
pari Avatar answered Oct 16 '22 11:10

pari


If you just want to open a Parquet file, it is part of the Big Data Tools plugin (JetBrain's official). Just install it and then double click the file it will open in the editor as a table.

enter image description here

like image 2
bluesummers Avatar answered Oct 16 '22 10:10

bluesummers