Closed
Description
I was able to process XML in spark using scala.xml.XML class. For some reason once I add the elasticsearch-hadoop version 2.1.0.Beta3 in mvn as a dependency it is not able to recognize the scala.xml class in the project. Any thoughts ?
Error:(2, 14) object xml is not a member of package scala
import scala.xml.XML
^