i'm new in Scala/Spark programming and I need to save a DataFrame as a XML file, I get the DataFrame from a HQL (Hive) query.
It is a simple DataFrame (no arrays or other complex type)
I already researched and I found spark-xml library, but seems that this library doesn't work for this problem.