In Spark SQL when I tried to use map function on DataFrame then I am getting below error.
The method map(Function1, ClassTag) in the type DataFrame is not applicab
Do you have the correct dependency set in your pom. Set this and try
org.apache.spark spark-sql_2.10 1.3.1