Great, thanks for that tip. I will update the documents!
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/A-new-resource-for-getting-examples-of-Spark-RDD-API-calls-tp5529p6210.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
Thanks for the suggestion. I will look into this.
Zhen
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/A-new-resource-for-getting-examples-of-Spark-RDD-API-calls-tp5529p5532.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
Great work!thanks!
On May 13, 2014 3:16 AM, "zhen" wrote:
> Hi Everyone,
>
> I found it quite difficult to find good examples for Spark RDD API calls.
> So
> my student and I decided to go through the entire API and write examples
> for
> the vast majority of API calls (basically examples for any
Hi Zhen,
Thanks a lot for sharing. I'm sure it will be useful for new users.
A small note: On the 'checkpoint' explanation:
sc.setCheckpointDir("my_directory_name")
it would be useful to specify that 'my_directory_name' should exist in all
slaves. As an alternative you could use an HDFS directory