Both the following commands fail
df1 = sqlContext.read.format("xml").load(loadPath)
df2 = sqlContext.read.format("com.databricks.spark.xml").load(loadPath)
with the following error message:
java.lang.ClassNotFoundException: Failed to find data sour...