Hi, There is a RDD with json data. I could read json data using rdd.read.json . The json data has XML data in couple of key-value paris.
Which is the best method to read and parse XML from rdd. Is there any specific xml libraries for spark. Could anyone help on this. Thanks.