questions regarding elasticsearch-spark

2015-01-15 Thread Seungjin Lee
Hi all, I'm quite familiar with ElasticSearch but new to spark, and elasticsearch-spark. My idea at this moment is that by using spark together with elasticsearch, it might be able to increase search performance when the time interval is fixed. question is, is hadoop need to be set up first to

Re: questions regarding elasticsearch-spark

2015-01-15 Thread Ravi Kiran
Hi Lee, No. Hadoop isn't required . You can use the spark Standalone mode ( https://spark.apache.org/docs/1.2.0/spark-standalone.html) when running ElasticSearch on spark. Regards Ravi On Thu, Jan 15, 2015 at 10:15 PM, Seungjin Lee sweetest0...@gmail.com wrote: Hi all, I'm quite