read.parquet {SparkR} | R Documentation |
Loads a Parquet file, returning the result as a DataFrame.
read.parquet(sqlContext, path) parquetFile(sqlContext, ...)
sqlContext |
SQLContext to use |
path |
Path of file to read. A vector of multiple paths is allowed. |
DataFrame