You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by shashank kapoor <sh...@gmail.com> on 2015/07/24 19:48:06 UTC

Fwd: want to contribute to apache spark

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

Re: want to contribute to apache spark

Posted by Joseph Bradley <jo...@databricks.com>.
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.ce@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 <jo...@databricks.com>
> 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.05@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 <http://in.linkedin.com/pub/chintan-bhatt/22/b31/336/>
> 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

Posted by Joseph Bradley <jo...@databricks.com>.
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.05@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
>