<console>:23: error: value createSchemaRDD is not a member of org.apache.spark.sql.SQLContext 在spark1.3以后spark SQL取消了createSchemaRDD,改为了implicits。 import sqlContext.implicits._