Import sqlContext.implicits._ before using df ()
Sent from Samsung Mobile.
Original message From: satyajit vegesna
Date:19/03/2016 06:00 (GMT+05:30)
To: user@spark.apache.org, d...@spark.apache.org Cc:
Subject: Fwd: DF creation
Hi ,
I am trying to create separate
Hi ,
I am trying to create separate val reference to object DATA (as shown
below),
case class data(name:String,age:String)
Creation of this object is done separately and the reference to the object
is stored into val data.
i use val samplerdd = sc.parallelize(Seq(data)) , to create RDD.
org.apa