Read Parquet files from Scala without using Spark -


is possible read parquet files scala without using apache spark?

i found project allows read , write avro files using plain scala.

https://github.com/sksamuel/avro4s

however can't find way read , write parquet files using plain scala program without using spark?

yes, don't have use spark read/write parquet. use parquet lib directly scala code (and that's spark doing anyway): http://search.maven.org/#search%7cga%7c1%7cparquet


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -