@Ratna Chaitanya Raju Bandaru how to convert to rdd before storing. I want to do some transformations i am attaching the whole code val input = sc.textFile("dbfs:/FileStore/shared_uploads/Recent9/customerorders.csv")val mappedInput = input.map(x=>(x...