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 Sat, Jul 25, 2015 at 8:07 AM, Joseph Bradley 
> wrote:
>
>> 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 interesting (small) JIRA, examine the piece of code
>> it mentions, and explore out from that initial "entry point."  That's how I
>> mostly did it.  Good luck!
>>
>> Joseph
>>
>> On Fri, Jul 24, 2015 at 10:48 AM, shashank kapoor <
>> shashank.prof...@gmail.com> wrote:
>>
>>>
>>>
>>> Hi guys,
>>> I am new to apache spark, I wanted to start contributing to this
>>> project. But before that I need to understand the basic coding flow here. I
>>> read "How to contribute to apache spark" but I couldn't find any way to
>>> start reading the code and start understanding Code Flow. Can anyone tell
>>> me entry point for the code.
>>>
>>> --
>>> Regards
>>> Shashank Kapoor
>>>
>>
>>
>
>
> --
> CHINTAN BHATT 
> Assistant Professor,
> U & P U Patel Department of Computer Engineering,
> Chandubhai S. Patel Institute of Technology,
> Charotar University of Science And Technology (CHARUSAT),
> Changa-388421, Gujarat, INDIA.
> http://www.charusat.ac.in
> *Personal Website*: https://sites.google.com/a/ecchanga.ac.in/chintan/
>


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 interesting (small) JIRA, examine the piece of code it
mentions, and explore out from that initial "entry point."  That's how I
mostly did it.  Good luck!

Joseph

On Fri, Jul 24, 2015 at 10:48 AM, shashank kapoor <
shashank.prof...@gmail.com> wrote:

>
>
> Hi guys,
> I am new to apache spark, I wanted to start contributing to this project.
> But before that I need to understand the basic coding flow here. I read
> "How to contribute to apache spark" but I couldn't find any way to start
> reading the code and start understanding Code Flow. Can anyone tell me
> entry point for the code.
>
> --
> Regards
> Shashank Kapoor
>