SparkR Column provides a long list of useful methods for example 'isNull' but in sparkR I have an issue using them. I run sparkR in R like this
cd /home/ole/R/spark-1.4.0 ./bin/sparkR --packages com.databricks:spark-csv_2.10:1.0.3 sqlContext
When I for example type this u=c() isNull(u) I get this message Error in (function (classes, fdef, mtable) : unable to find an inherited method for function ‘isNull’ for signature ‘"NULL"