Re: Cannot read from Elasticsearch using Spark SQL

2015-04-23 Thread michele crudele
] http://www.elastic.co/guide/en/elasticsearch/hadoop/master/spark.html#spark-sql-versions On 4/20/15 1:17 PM, michele crudele wrote: I wrote this simple notebook in scala using Elasticsearch Spark adapter: %AddJar file:///tools/elasticsearch-hadoop-2.1.0.Beta3/dist

Cannot read from Elasticsearch using Spark SQL

2015-04-20 Thread michele crudele
I wrote this simple notebook in scala using Elasticsearch Spark adapter: %AddJar file:///tools/elasticsearch-hadoop-2.1.0.Beta3/dist/elasticsearch-spark_2.10-2.1.0.BUILD-SNAPSHOT.jar %AddJar file:///tools/elasticsearch-hadoop-2.1.0.Beta3/dist/elasticsearch-hadoop-2.1.0.BUILD-SNAPSHOT.jar //

Re: How to get aggregations working in Elasticsearch Spark adapter ?

2015-04-08 Thread michele crudele
Anyone having an answer for this ? Thanks in advance. Il giorno mercoledì 1 aprile 2015 17:58:19 UTC+2, michele crudele ha scritto: Thanks, when is the 2.1 release coming? Another question, which I think is related to this one btw... I was able to run this piece of code using facets

How to get aggregations working in Elasticsearch Spark adapter ?

2015-04-01 Thread michele crudele
I have ES, Spark, and ES hadoop adapter installed on my laptop. I wrote a simple scala notebook to test ES adapter. Everything was fine until I started thinking at more sophisticated features. This is the snippet that drives me crazy: %AddJar

Re: How to get aggregations working in Elasticsearch Spark adapter ?

2015-04-01 Thread michele crudele
for it raised here [1] which you can track. Cheers, [1] https://github.com/elastic/elasticsearch-hadoop/issues/276 On 4/1/15 12:53 PM, michele crudele wrote: I have ES, Spark, and ES hadoop adapter installed on my laptop. I wrote a simple scala notebook to test ES adapter. Everything