Re: Welcoming three new committers

2015-02-03 Thread prabeesh k
Congratulations! On 4 February 2015 at 02:34, Matei Zaharia matei.zaha...@gmail.com wrote: Hi all, The PMC recently voted to add three new committers: Cheng Lian, Joseph Bradley and Sean Owen. All three have been major contributors to Spark in the past year: Cheng on Spark SQL, Joseph on

Unable to execute saveAsTextFile on multi node mesos

2014-05-31 Thread prabeesh k
Hi, scenario : Read data from HDFS and apply hive query on it and the result is written back to HDFS. Scheme creation, Querying and saveAsTextFile are working fine with following mode - local mode - mesos cluster with single node - spark cluster with multi node Schema creation and

Better option to use Querying in Spark

2014-05-05 Thread prabeesh k
Hi, I have seen three different ways to query data from Spark 1. Default SQL support( https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/sql/examples/HiveFromSpark.scala ) 2. Shark 3. Blink DB I would like know which one is more efficient

Link not working

2014-04-22 Thread prabeesh k
For Spark-0.8.0, the download links are not working. Please update the same Regarding, prabeesh

Re: [VOTE] Release Apache Spark 0.9.1 (RC3)

2014-03-30 Thread prabeesh k
+1 tested on Ubuntu12.04 64bit On Mon, Mar 31, 2014 at 3:56 AM, Matei Zaharia matei.zaha...@gmail.comwrote: +1 tested on Mac OS X. Matei On Mar 27, 2014, at 1:32 AM, Tathagata Das tathagata.das1...@gmail.com wrote: Please vote on releasing the following candidate as Apache Spark

Re: [VOTE] Release Apache Spark 0.9.1 (RC3)

2014-03-29 Thread prabeesh k
https://github.com/apache/spark/blob/master/docs/quick-start.md in line 127. one spelling mistake found please correct it. (proogram to program) On Fri, Mar 28, 2014 at 9:58 PM, Will Benton wi...@redhat.com wrote: RC3 works with the applications I'm working on now and MLLib performance is

Re: [DISCUSS] Scala Style for import

2014-03-13 Thread prabeesh k
in one place. * Post your thoughts. Regards, prabeesh On Thu, Mar 13, 2014 at 1:49 PM, prabeesh k prabsma...@gmail.com wrote: example for unblocked import import org.eclipse.paho.client.mqttv3.MqttClient import org.eclipse.paho.client.mqttv3.MqttClientPersistence import