Have you tried https://github.com/databricks/spark-xml ?
On Fri, Aug 19, 2016 at 1:07 PM -0700, "Diwakar Dhanuskodi" <[email protected]<mailto:[email protected]>> wrote: 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.
