Hi Yogesh,
Can you try map operation and get what you need. Whatever parser you are using.
You could also look at spark-XML package .
Thanks,
Pradeep
> On May 19, 2016, at 4:39 AM, Yogesh Vyas wrote:
>
> Hi,
> I had xml files which I am reading through textFileStream, and then
> filtering out
Hi,
I had xml files which I am reading through textFileStream, and then
filtering out the required elements using traditional conditions and
loops. I would like to know if there is any specific packages or
functions provided in spark to perform operations on RDD of xml?
Regards,
Yogesh
-