0

I want to convert spark JavaRdd/ Dataframe / Dataset to xml. I have analyzed spark-xml from DataBrics this repo was last released in Nov 2016 (0.4.1 version) and i doubt its compatiblity with new version of DSE and Spark.

IS there any alternative of spark-xml ??

Spark-xml https://github.com/databricks/spark-xml

Punith Raj
  • 2,164
  • 3
  • 27
  • 45

1 Answers1

0

Have you tried scala.xml.XML package?