Unable to compile and test Spark in IntelliJ

2016-01-18 Thread Hyukjin Kwon
Hi all, I usually have been working with Spark in IntelliJ. Before this PR, https://github.com/apache/spark/commit/7cd7f2202547224593517b392f56e49e4c94cabc for `[SPARK-12575][SQL] Grammar parity with existing SQL parser`. I was able to just open the project and then run some tests with IntelliJ R

Spark Summit East - Full Schedule Available

2016-01-18 Thread Scott walent
Join the Apache Spark community at the 2nd annual Spark Summit East from February 16-18, 2016 in New York City. We will kick things off with a Spark update from Matei Zaharia followed by over 60 talks that were selected by the program committee. The agenda this year includes enterprise talks from

Fwd: Elasticsearch sink for metrics

2016-01-18 Thread Pete Robbins
The issue I had was with the ElasticsearchReporter and how it maps eg a Gauge in JSON. The "value" was typed to whatever the first Guage was, eg int, which caused issues with some of my other guages which were double. As I say I've just started looking at this and was wanting to see if this was al