How to load Parquet data into R

Apache Parquet is a columnar storage format available to any project in the Hadoop ecosystem, regardless of the choice of data processing framework, data model or programming language. Parquet datafile usually coming from a Spark system. Two package in R that normally used to read parquet file: SparkR and sparklyr I use “sparklyr” package because …