Re: spark-xml data source (com.databricks.spark.xml) not working with spark 1.6

2016-02-25 Thread Hyukjin Kwon
Hi, it looks you forgot to specify the "rowTag" option, which is "book" for the case of the sample data. Thanks 2016-01-29 8:16 GMT+09:00 Andrés Ivaldi : > Hi, could you get it work, tomorrow I'll be using the xml parser also, On > windows 7, I'll let you know the results. > > Regards, > > > >

Re: spark-xml data source (com.databricks.spark.xml) not working with spark 1.6

2016-01-28 Thread Andrés Ivaldi
Hi, could you get it work, tomorrow I'll be using the xml parser also, On windows 7, I'll let you know the results. Regards, On Thu, Jan 28, 2016 at 12:27 PM, Deenar Toraskar wrote: > Hi > > Anyone tried using spark-xml with spark 1.6. I cannot even get the sample > book.xml file (wget > http

spark-xml data source (com.databricks.spark.xml) not working with spark 1.6

2016-01-28 Thread Deenar Toraskar
Hi Anyone tried using spark-xml with spark 1.6. I cannot even get the sample book.xml file (wget https://github.com/databricks/spark-xml/raw/master/src/test/resources/books.xml ) working https://github.com/databricks/spark-xml scala> val df = sqlContext.read.format("com.databricks.spark.xml").loa