Re: Contributing to Hadoop

2014-12-15 Thread Ravi Prakash
Please also go through BUILDING.txt in the code base to find out how to build the source code. A very good area to start off learning about Hadoop and helping the community is to fix a failing unit test case. On Monday, December 15, 2014 10:02 AM, Jay Vyas wrote: One easy place t

Re: Contributing to Hadoop

2014-12-15 Thread Jay Vyas
One easy place to contribute in small increments could be the reproducing of bugs in jiras that are filed and open. If every day you spent an hour reproducing a bug filed in a jira, you could come up to speed eventually on a lot of sharp corners of the source code, and probably contribute som

Re: Contributing to Hadoop

2014-12-15 Thread Rich Haase
I want to preface this response by saying that I have not contributed code to Hadoop. However, I have been interested in doing so and I can share some of my research with those of you who are also interested in contributing. First of all, check out these links for information on how to get a deve

Re: Contributing to Hadoop

2014-12-15 Thread prem vishnoi
I want to work on hadoop live project for 2 hr every day please help me Warms Regards, Prema Vishnoi “Try not to become a man of success but rather to become a man of value” On Mon, Dec 15, 2014 at 8:05 PM, Raghavendra Vaidya < raghavendra.vai...@gmail.com> wrote: > > [image: Boxbe]

Re: Contributing...

2013-07-30 Thread Andrew Wang
You can also look for JIRAs with the "newbie" label, Eli's JIRA filter is handy here: https://issues.apache.org/jira/issues/?filter=12315566 I'd even refine it by looking for recent unresolved, unassigned JIRAs with this query: project in (HADOOP, MAPREDUCE, HDFS) AND labels = newbie AND status

Re: Contributing...

2013-07-30 Thread James Carman
Sandy, Thanks for taking the time to give me some pointers. I'll take a look and see where I can do the most damage. :) Thanks, James On Tue, Jul 30, 2013 at 6:57 PM, Sandy Ryza wrote: > Hi James, > > In terms of areas of active development, there's still quite a bit to do in > MapReduce and

Re: Contributing...

2013-07-30 Thread Sandy Ryza
Hi James, In terms of areas of active development, there's still quite a bit to do in MapReduce and YARN. ApplicationHistoryServer (YARN-321), Rolling Restart (YARN-666), and work-preserving preemption are all in their early stages. YARN in general could also still use some polish so there are pr

Re: Contributing to the Hadoop project

2012-08-08 Thread Andy Isaacson
On Wed, Aug 8, 2012 at 5:31 PM, Deepak Kapoor wrote: > Hi Steve, > > On the wiki page (http://wiki.apache.org/hadoop/HowToContribute) it says > that most development is done in Trunk. > > Let's say a bug is found in 2.0.0-alpha-rc1. Should it then be fixed in > 2.0.0-alpha-rc1? How is this fix the

Re: Contributing to the Hadoop project

2012-08-08 Thread Deepak Kapoor
Hi Steve, On the wiki page (http://wiki.apache.org/hadoop/HowToContribute) it says that most development is done in Trunk. Let's say a bug is found in 2.0.0-alpha-rc1. Should it then be fixed in 2.0.0-alpha-rc1? How is this fix then applied to Trunk? Regards, Deepak On Thu, Aug 9, 2012 at 3:34

Re: Contributing to the Hadoop project

2012-08-08 Thread Steve Loughran
On 8 August 2012 10:23, Clay McDonald wrote: > Hello all, I would like to know how I can assist with the Hadoop project? > It doesn't matter in what capacity. I just want to help out with whatever > is needed. > > One way that can benefit you and the source is to grab the alpha/beta releases and

Re: contributing as student

2012-05-29 Thread Robert Evans
Also be aware that a lot of us are very busy, so sadly you may need to send mail to the appropriate mailing list if your patch is not reviewed quickly. --Bobby Evans On 5/29/12 4:32 AM, "Devaraj k" wrote: Good to hear Hasan. Welcome to the Hadoop community. You can find more details in the be

RE: contributing as student

2012-05-29 Thread Devaraj k
Good to hear Hasan. Welcome to the Hadoop community. You can find more details in the below link for how to contribute. http://wiki.apache.org/hadoop/HowToContribute Thanks Devaraj From: Hasan Gürcan [hasan.guer...@googlemail.com] Sent: Tuesday, May 2

Re: Contributing codes to hadoop

2011-11-24 Thread Harsh J
On Thu, Nov 24, 2011 at 9:59 PM, Hadoop Sai wrote: > Thank you.. > > i know if we put more code, we get code change access..is it true? If you're contributing, you're changing the code anyway? :) > i just looked at http://hadoop.apache.org/common/credits.html#Committers > many members from Y

Re: Contributing codes to hadoop

2011-11-24 Thread Harsh J
Sure! What do you need? A good beginning point is http://wiki.apache.org/hadoop/HowToContribute On 24-Nov-2011, at 9:07 PM, Hadoop Sai wrote: > Hi > I am planning to work and contribute codes in hadoop.Can you guys help > I

Re: Contributing a Parascale fs implementation

2010-04-14 Thread Neil Bliss
Will do Dhruba, thanks! On Tue, Apr 13, 2010 at 10:22 PM, Dhruba Borthakur wrote: > Hi Neil, > > The best way is to create a JIRA and then start a discussion there. > https://issues.apache.org/jira/browse/HADOOP > > thanks, > dhruba > > On Tue, Apr 1

Re: Contributing a Parascale fs implementation

2010-04-13 Thread Dhruba Borthakur
Hi Neil, The best way is to create a JIRA and then start a discussion there. https://issues.apache.org/jira/browse/HADOOP thanks, dhruba On Tue, Apr 13, 2010 at 12:42 PM, Neil Bliss wrote: > Hi Folks, > > I'm currently working at Parascale, and I've

Re: Contributing to HDFS - Distributed Computing

2009-09-01 Thread Dhruba Borthakur
Hi Brian, That is a good idea. Other block placement algorithms to try (using HDFS-385) would be place blocks using heat-map-topology of a data center, or using a dynamic network topology (based on network performance instead of the static network topology that HDFS currently uses), simulate a a n

Re: Contributing to HDFS - Distributed Computing

2009-09-01 Thread Brian Bockelman
Hey all, One place which would be an exceptionally good research project is the new pluggable interface for replica placement. https://issues.apache.org/jira/browse/HDFS-385 It's something which taps into many lines of CS research (such as scheduling) and is meant to be experimental for a

Re: Contributing to HDFS - Distributed Computing

2009-09-01 Thread Steve Loughran
Hrishikesh Mantri wrote: Hi All. I am Masters student in CS . We are a group of two and are looking for adding some additional features to the HDFS as a part of the Distributed Computing course project . Can someone please provide us with pointers as in which direction we should take so that i

Re: Contributing to HDFS - Distributed Computing

2009-08-31 Thread Hrishikesh Mantri
Thanks Aman. Regards, Hrishi From: Amandeep Khurana To: common-dev@hadoop.apache.org Sent: Sunday, August 30, 2009 6:41:17 PM Subject: Re: Contributing to HDFS - Distributed Computing http://wiki.apache.org/hadoop/ProjectSuggestions Amandeep Khurana

Re: Contributing to HDFS - Distributed Computing

2009-08-30 Thread Amandeep Khurana
http://wiki.apache.org/hadoop/ProjectSuggestions Amandeep Khurana Computer Science Graduate Student University of California, Santa Cruz On Sun, Aug 30, 2009 at 2:16 PM, Hrishikesh Mantri wrote: > Hi All. > > I am Masters student in CS . We are a group of two and are looking for > adding some

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-12 Thread Jonathan Seidman
Thanks for the pointers Tom and Cos, this is helpful. We'll take a look at these as we firm up our test plan. On Wed, Aug 12, 2009 at 6:58 AM, Tom White wrote: > Hi Jonathan, > > For testing you can subclass FileSystemContractBaseTest and create an > instance of the filesystem to test in the set

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-12 Thread Tom White
Hi Jonathan, For testing you can subclass FileSystemContractBaseTest and create an instance of the filesystem to test in the set up method, to check that the new implementation conforms to the contract of the FileSystem interface (although see also https://issues.apache.org/jira/browse/HDFS-303).

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Konstantin Boudnik
Jonathan, in case you need to take a look at a common testplan template you can find one in HDFS-265 or more generic in HADOOP-5587 Cos On 8/11/09 8:32 AM, Steve Loughran wrote: Jonathan Seidman wrote: Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Steve Loughran
Jonathan Seidman wrote: Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible patch with the Jira, as you suggest. Based on other contributed FileSystem implementations, we were assuming this should go in o.a.h.fs and not contrib, so thanks for the clarificat

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-11 Thread Jonathan Seidman
Thanks for the replies. We'll create a patch for trunk and then include a 0.18 compatible patch with the Jira, as you suggest. Based on other contributed FileSystem implementations, we were assuming this should go in o.a.h.fs and not contrib, so thanks for the clarification. Jonathan On Mon, Au

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-10 Thread Chris Douglas
>> * Should we integrate with the 0.18 branch, or just put our changes into >> the >> 0.18.3 release? We're not sure if there are plans for further releases on >> the 0.18  branch. This will not be committed to the 0.18 branch, even if there is an 0.18.4 release. If you wanted to post an 0.18 comp

Re: Contributing a New FileSystem Implementation - Questions About Process

2009-08-10 Thread Todd Lipcon
Hi Jonathan, Responses inline below: On Mon, Aug 10, 2009 at 1:28 PM, Jonathan Seidman < jonathan.seid...@opendatagroup.com> wrote: > We're getting ready to contribute our FileSystem implementation for the > Sector DFS (sector.sf.net). Up to now our development and testing has been > against 0.1