Re: want to contribute to apache spark

2015-07-24 Thread Joseph Bradley
Please checkout the Spark source from Github, and look here: https://github.com/apache/spark/tree/master/examples/src/main On Fri, Jul 24, 2015 at 8:43 PM, Chintan Bhatt < chintanbhatt...@charusat.ac.in> wrote: > Hi. > Can I know how to get such folder/code for spark implementation? > > On Sa

Re: want to contribute to apache spark

2015-07-24 Thread Joseph Bradley
I'd recommend starting with a few of the code examples to get a sense of Spark usage (in the examples/ folder when you check out the code). Then, you can work through the Spark methods they call, tracing as deep as needed to understand the component you are interested in. You can also find an int