Re: Fetching Date value from spark.sql.row in Spark 1.2.2

2015-09-29 Thread satish chandra j
HI All, If any alternate solutions to get the Date value from org.apache.spark.sql.row please suggest me Regards, Satish Chandra On Tue, Sep 29, 2015 at 4:41 PM, satish chandra j wrote: > HI All, > Currently using Spark 1.2.2, as getDate method is not defined in this

Fetching Date value from spark.sql.row in Spark 1.2.2

2015-09-29 Thread satish chandra j
HI All, Currently using Spark 1.2.2, as getDate method is not defined in this version hence trying to fetch Date value of a specific coulmn using *get* method as specified in docs (ref URL given below:) https://spark.apache.org/docs/1.2.2/api/java/index.html?org/apache/spark/sql/api/java/Row.html