RSSAmplifier

Adam's Blag · Apr 21, 2018

Reading Parquet Files With Java

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

A simple way of reading Parquet files without the need to use Spark. 
 I recently ran into an issue where I needed to read from Parquet files in a simple way without having to use the entire Spark framework. Though inspecting the contents of a Parquet file turns out to be pretty simple using the spark-shell , doing so without the framework ended up being more difficult because of a lack of…

Read on /post/reading-parquet-files-java/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.