Re: SparkR and RDDs

2015-05-27 Thread Andrew Psaltis
. Regards, Alek Eskilson From: Andrew Psaltis psaltis.and...@gmail.com Date: Monday, May 25, 2015 at 6:25 PM To: dev@spark.apache.org dev@spark.apache.org Subject: SparkR and RDDs Hi, I understand from SPARK-6799[1] and the respective merge commit [2] that the RDD class is private in Spark

Re: SparkR and RDDs

2015-05-26 Thread Eskilson,Aleksander
Date: Monday, May 25, 2015 at 6:25 PM To: dev@spark.apache.orgmailto:dev@spark.apache.org dev@spark.apache.orgmailto:dev@spark.apache.org Subject: SparkR and RDDs Hi, I understand from SPARK-6799[1] and the respective merge commit [2] that the RDD class is private in Spark 1.4 . If I wanted

Re: SparkR and RDDs

2015-05-26 Thread Reynold Xin
psaltis.and...@gmail.com Date: Monday, May 25, 2015 at 6:25 PM To: dev@spark.apache.org dev@spark.apache.org Subject: SparkR and RDDs Hi, I understand from SPARK-6799[1] and the respective merge commit [2] that the RDD class is private in Spark 1.4 . If I wanted to modify the old Kmeans

Re: SparkR and RDDs

2015-05-26 Thread Andrew Psaltis
Date: Monday, May 25, 2015 at 6:25 PM To: dev@spark.apache.org dev@spark.apache.org Subject: SparkR and RDDs Hi, I understand from SPARK-6799[1] and the respective merge commit [2] that the RDD class is private in Spark 1.4 . If I wanted to modify the old Kmeans and/or LR examples so

SparkR and RDDs

2015-05-25 Thread Andrew Psaltis
Hi, I understand from SPARK-6799[1] and the respective merge commit [2] that the RDD class is private in Spark 1.4 . If I wanted to modify the old Kmeans and/or LR examples so that the computation happened in Spark what is the best direction to go? Sorry if I am missing something obvious, but