unsubscribe

2015-10-20 Thread Pete Zybrick
> On Oct 20, 2015, at 5:31 PM, ravi.gawai wrote: > > you can use mapfunction.. > > This is java example.. > > final JavaRDD rdd1 = sc.textFile("filepath").map((line) -> { > //logic for line to product converstion}); > > Product class might have 5 attributes like you

Re: Local spark jars not being detected

2015-06-20 Thread Pete Zybrick
It looks like you are using parens instead of curly braces on scala.version On Jun 20, 2015, at 8:38 AM, Ritesh Kumar Singh riteshoneinamill...@gmail.com wrote: Hi, I'm using IntelliJ ide for my spark project. I've compiled spark 1.3.0 for scala 2.11.4 and here's the one of the

Re: spark 1.2 ec2 launch script hang

2015-01-26 Thread Pete Zybrick
Try using an absolute path to the pem file On Jan 26, 2015, at 8:57 PM, ey-chih chow eyc...@hotmail.com wrote: Hi, I used the spark-ec2 script of spark 1.2 to launch a cluster. I have modified the script according to