unsubscribe

2015-02-19 Thread chaitu reddy
-- cheers, chaitu

Re: Installing Spark 0.9.1 on EMR Cluster

2014-07-31 Thread chaitu reddy
Hi Rahul, I am not sure about bootstrapping while creating but we have downloaded the tar ball , extracted and configured accordingly and it worked fine. I believe you would want to write a custom script which does all these things and add it like a bootstrap action. Thanks, Sai On Jul 31, 2014

Re: Data from Mysql using JdbcRDD

2014-07-30 Thread chaitu reddy
Kc On Jul 30, 2014 3:55 PM, "srinivas" wrote: > Hi, > I am trying to get data from mysql using JdbcRDD using code The table have > three columns > > val url = "jdbc:mysql://localhost:3306/studentdata" > val username = "root" > val password = "root" > val mysqlrdd = new org.apache.sp