Re: Implementing custom RDD in Java

2015-05-26 Thread Alex Robbins
t;> Java only. I looked around the internet and could not find any resources. >>> Any pointers? >>> >>> >>> >>> -- >>> View this message in context: >>> http://apache-spark-user-list.1001560.n3.nabble.com/Implementing-cu

Re: Implementing custom RDD in Java

2015-05-25 Thread Swaranga Sarma
the internet and could not find any resources. >> Any pointers? >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Implementing-custom-RDD-in-Java-tp23026.html >> Sent from the Apache Spark User Li

Implementing custom RDD in Java

2015-05-25 Thread swaranga
and could not find any resources. Any pointers? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Implementing-custom-RDD-in-Java-tp23026.html Sent from the Apache Spark User List mailing list archive at Nabble.com

Implementing custom RDD in Java

2015-05-25 Thread Swaranga Sarma
Hello, I have a custom data source and I want to load the data into Spark to perform some computations. For this I see that I might need to implement a new RDD for my data source. I am a complete Scala noob and I am hoping that I can implement the RDD in Java only. I looked around the internet an