The correct way, is just to remove "sqlContext.createDataFrame", and everything works correctly
def ConvertVal(iter): # some code return Row("val1", "val2", "val3", "val4") rdd = sc.textFile("").mapPartitions(ConvertVal).toDF() -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/createDataFrame-question-tp26178p26182.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