Re: ElasticSearch spark esRDD not returing the aggregate values in aggregated query

2014-10-17 Thread Jeff Steinmetz
Siva, Try the latest build of elasticsearch-hadoop, ver 2.1.0 Beta 2 http://www.elasticsearch.org/overview/hadoop/download/ The esRDD has been changed to sparks PairRDD https://spark.apache.org/docs/1.1.0/api/scala/index.html#org.apache.spark.rdd.PairRDDFunctions The RDD will now be key/value

ElasticSearch spark esRDD not returing the aggregate values in aggregated query

2014-09-17 Thread siva pradeep
Hi, I have a query which filters the rows and then applies the aggregation. I tried running the query in Sense it gave me the expected result. But when I try to run the same query using elasticsearch-spark_2.10 I get the rows filtered by the query but not the aggregation result. I am sure I am