Hi All,
To convert SchemaRDD to RDD below snipped is working if SQL statement has
columns in a row are less than 22 as per tuple restriction

rdd.map(row => row.toString)

But if SQL statement has columns more than 22 than the above snippet will
error "*object Tuple27 is not a member of package scala*"

Could anybody please provide inputs to convert SchemaRDD to RDD without
using Tuple in the implementation approach

Thanks for your valuable inputs in advance

Regards,
Satish Chandra

Reply via email to