Category "sparkr"

sparkR sql() returns string

We have parquet data saved on a server and I am trying to use SparkR sql() function in the following ways df <- sql("SELECT * FROM parquet.`<path to parq

Why is SparkR-dropna not giving me the desired output?

I have applied the following code on airquality dataset available in R, which has some missing values. I want to omit the rows which has NAs library(SparkR) Sys