<console>:23: error: value createSchemaRDD is not a member of org.apache.spark.sql.SQLContext
After spark 1.3, spark SQL cancels createSchemaRDD and replaces it with implicits.
import sqlContext.implicits._
<console>:23: error: value createSchemaRDD is not a member of org.apache.spark.sql.SQLContext
After spark 1.3, spark SQL cancels createSchemaRDD and replaces it with implicits.
import sqlContext.implicits._