Re: Providing query dsl to Elasticsearch for Spark (2.1.0.Beta3)

2014-12-18 Thread Ian Wilkinson
Quick follow-up: this works sweetly with spark-1.1.1-bin-hadoop2.4. > On Dec 3, 2014, at 3:31 PM, Ian Wilkinson wrote: > > Hi, > > I'm trying the Elasticsearch support for Spark (2.1.0.Beta3). > > In the following I provide the query (as query dsl): > > > import org.elasticsearch.spark._ >

Providing query dsl to Elasticsearch for Spark (2.1.0.Beta3)

2014-12-03 Thread Ian Wilkinson
Hi, I'm trying the Elasticsearch support for Spark (2.1.0.Beta3). In the following I provide the query (as query dsl): import org.elasticsearch.spark._ object TryES { val sparkConf = new SparkConf().setAppName("Campaigns") sparkConf.set("es.nodes", ":9200") sparkConf.set("es.nodes.discov