Re: Spark and Hadoop

2014-05-20 Thread Andras Barjak
You can download any of them, I would go with the latest versions, or just download the source and build it yourself. For experimenting with basic things you can just launch the REPL and start right away in spark local mode not using any hadoop stuff. 2014-05-20 19:43 GMT+02:00 pcutil : > I'm a

Re: Spark and Hadoop

2014-05-20 Thread Andrew Ash
Hi Puneet, If you're not going to read/write data in HDFS from your Spark cluster, then it doesn't matter which one you download. Just go with "Hadoop 2" as that's more likely to connect to an HDFS cluster in the future if you ever do decide to use HDFS because it's the newer APIs. Cheers, Andre

RE: Spark and Hadoop cluster

2014-03-21 Thread sstilak
Thanks, Mayur. Sent via the Samsung GALAXY S®4, an AT&T 4G LTE smartphone Original message From: Mayur Rustagi Date:03/21/2014 11:32 AM (GMT-08:00) To: user@spark.apache.org Subject: Re: Spark and Hadoop cluster Both are quite stable. Yarn is in beta though so woul

Re: Spark and Hadoop cluster

2014-03-21 Thread Mayur Rustagi
Both are quite stable. Yarn is in beta though so would be good to test on Standalone till Spark 1.0.0. Regards Mayur Mayur Rustagi Ph: +1 (760) 203 3257 http://www.sigmoidanalytics.com @mayur_rustagi On Fri, Mar 21, 2014 at 2:19 PM, Sameer Tilak wrote: > Hi