I found that to solve this problem I need to use BUILD-SNAPSHOT version of
elasticsearch-hadoop.
After adding below entries to pom.xml it started to work.
...
sonatype-oss
http://oss.sonatype.org/content/repositories/snapshots
true
...
org.elasticsearch
elasticsearch-hadoo
Hi,
I am trying to read from Elasticsearch using Spark SQL and getting the
exception below.
My environment is CDH 5.3 with Spark 1.2.0 and Elasticsearch 1.4.4.
Since Spark SQL is not officially supported on CDH 5.3, I added the Hive
Jars to Spark classpath in compute-classpath.sh.
I also added e