Thanks for your prompt response.

I'm not using any thing in my map function. please see the below code. For
sample purpose, I would like to using 'select * from 
'.

This code worked for me in standalone mode. But when I integrated with my
web application, it is throwing the specified exception.

List<String> sdo = sdoData.map(new Function<Row, String>() {

        public String call(Row row) {
                //return row.getString(0);
                return null;
        }
}).collect();

Thanks in advance.




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Getting-exception-while-calling-map-method-on-JavaSchemaRDD-org-apache-spark-SparkException-Task-note-tp19558p19564.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to