Hi All, Currently I am using Spark 1.4.0 version, getting error when trying to use "fill" function which is one among DataFrameNaFunctions
Snippet: df.na.fill(col: 0000) Error: value na is not a member of org.apache.spark.sql.DataFrame As I need null values in column "col" of DataFrame "df" to be replaced with value "0000" as given in the above snippet. I understand, code does not require any additional packages to support DataFrameNaFunctions Please let me know if I am missing anything so that I can make these DataFrameNaFunctions working Regards, Satish Chandra J