[jira] [Created] (HADOOP-9472) Cleanup hadoop-config.cmd

2013-04-10 Thread Ivan Mitic (JIRA)
Ivan Mitic created HADOOP-9472: -- Summary: Cleanup hadoop-config.cmd Key: HADOOP-9472 URL: https://issues.apache.org/jira/browse/HADOOP-9472 Project: Hadoop Common Issue Type: Bug Affects Ver

Which Hadoop version is preferable to make changes in HDFS??

2013-04-10 Thread Mohammad Mustaqeem
I want to make changes in replica placement. Which Hadoop version is preferable to make changes in HDFS?? Please help... -- *With regards ---* *Mohammad Mustaqeem*, M.Tech (CSE) MNNIT Allahabad 9026604270

Which java code(file) generates the heartbeat from the datanode and which code(file) listen that heartbeat on the namenode?

2013-04-10 Thread Mohammad Mustaqeem
Which java code(file) generates the heartbeat from the datanode and which code(file) listen that heartbeat on the namenode? -- *With regards ---* *Mohammad Mustaqeem*, M.Tech (CSE) MNNIT Allahabad 9026604270

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-10 Thread Alejandro Abdelnur
I've comitted HADOOP-9471 to trunk and branch-2 and closed JIRA with fixedVersion 2.0.5. If this JIRA makes it to 2.0.4 we need to update CHANGES.txt in trunk/branch-2 and the fixedVersion in the JIRA. Thx. On Tue, Apr 9, 2013 at 8:39 PM, Arun C Murthy wrote: > Folks, > > I've created a relea

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread Mohammad Mustaqeem
Nitin, then the compilation steps will be different. I think it can be done using "ant" not "maven". I don't know how to use ant. Can you please give instructions how to build hadoop using "ant" and 1 more thing, I want to make little changes in replication of Hadoop. Which version will be better f

[jira] [Created] (HADOOP-9471) hadoop-client wrongfully excludes jetty-util JAR, breaking webhdfs

2013-04-10 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HADOOP-9471: -- Summary: hadoop-client wrongfully excludes jetty-util JAR, breaking webhdfs Key: HADOOP-9471 URL: https://issues.apache.org/jira/browse/HADOOP-9471 Projec

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread Nitin Pawar
Mohammad, hadoop 0.20.2 is very old. You may want to try 1.0.4 first before even touching 2.x forget 3.x for that matter. On Thu, Apr 11, 2013 at 12:32 AM, Mohammad Mustaqeem <3m.mustaq...@gmail.com > wrote: > @niranjan, So far , i have used hadoop-0.20.2 to install Hadoop cluster. > Is the in

[jira] [Created] (HADOOP-9470) eliminate duplicate FQN tests in different Hadoop modules

2013-04-10 Thread Ivan A. Veselovsky (JIRA)
Ivan A. Veselovsky created HADOOP-9470: -- Summary: eliminate duplicate FQN tests in different Hadoop modules Key: HADOOP-9470 URL: https://issues.apache.org/jira/browse/HADOOP-9470 Project: Hadoop

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread maisnam ns
Thanks moses and Harsh. Harsh , I 've bookmarked your blog, nice info. Regards Niranjan On Thu, Apr 11, 2013 at 12:09 AM, Harsh J wrote: > I once blogged about cloning big repositories after experiencing the > mammoth Android's repos were: > > http://www.harshj.com/2010/08/29/a-less-known-thi

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread Mohammad Mustaqeem
@niranjan, So far , i have used hadoop-0.20.2 to install Hadoop cluster. Is the installing steps will be same for the hadoop-3.0.0-SNAPSHOT.tar.gz ?? I am asking this because the directory structure is not as same as hadoop-0.20.2.tar.gz downloaded from the apache site. If the steps will be differ

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread Harsh J
I once blogged about cloning big repositories after experiencing the mammoth Android's repos were: http://www.harshj.com/2010/08/29/a-less-known-thing-about-cloning-git-repositories/ Try a git clone with a --depth=1 option, to reduce total download by not getting all the history objects. This woul

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread mugisha moses
The whole repo is like 290 mb so make sure you have a decent internet connection On Wed, Apr 10, 2013 at 9:03 PM, maisnam ns wrote: > Thanks Andrew for your suggestion,I will clone it from the mirror. > > Regards > Niranjan Singh > > > On Wed, Apr 10, 2013 at 11:04 PM, Andrew Wang >wrote: > >

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread maisnam ns
Thanks Andrew for your suggestion,I will clone it from the mirror. Regards Niranjan Singh On Wed, Apr 10, 2013 at 11:04 PM, Andrew Wang wrote: > Hi Niranjan, > > Try doing your initial clone from the github mirror instead, I found it to > be much faster: > > https://github.com/apache/hadoop-com

[jira] [Created] (HADOOP-9468) JVM path embedded in fuse binaries

2013-04-10 Thread Sean Mackrory (JIRA)
Sean Mackrory created HADOOP-9468: - Summary: JVM path embedded in fuse binaries Key: HADOOP-9468 URL: https://issues.apache.org/jira/browse/HADOOP-9468 Project: Hadoop Common Issue Type: Bug

Re: git clone hadoop taking too much time almost 12 hrs

2013-04-10 Thread Andrew Wang
Hi Niranjan, Try doing your initial clone from the github mirror instead, I found it to be much faster: https://github.com/apache/hadoop-common I use the apache git for subsequent pulls. Best, Andrew On Tue, Apr 9, 2013 at 6:15 PM, maisnam ns wrote: > Hi, > > I am trying to execute - g

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread maisnam ns
@Mohammad Mustaqeem, Hadoop can be built using maven and ant 1.Building with maven assuming you are using ubuntu First download Hadoop by issuing the command-svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk(this you can find in how to contribute to hadoop wiki) n

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread Charith Madusanka
Hi Chandrashekhar, Follow the "How To Contribution" Hadoop wiki page [1] and you can find more information about the Hadoop project from the Hadoop wiki [2]. If you like you can follow trainings [3], [4], [5]. [1] - http://wiki.apache.org/hadoop/HowToContribute [2] - http://wiki.apache.org/hadoo

Re: Newbie question - How to start working on an issue?

2013-04-10 Thread Mohammad Mustaqeem
@Chandrashekhar, How you build the Hadoop?? Plz, guide me. I also want to build. Which version of Hadoop u are using? On Wed, Apr 10, 2013 at 5:01 PM, Chandrashekhar Kotekar < shekhar.kote...@gmail.com> wrote: > Hello everyone, > > Its been some time I have used Hadoop in my projects and now I w

Newbie question - How to start working on an issue?

2013-04-10 Thread Chandrashekhar Kotekar
Hello everyone, Its been some time I have used Hadoop in my projects and now I want to contribute back to Hadoop. So this is my first time I am trying to contribute to Hadoop. I do not have experience of contributing to any open source project. I would like to know how to start working on an issu

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-10 Thread Arun Murthy
Ok, I'll spin rc1 after. Thanks. Sent from my iPhone On Apr 10, 2013, at 11:44 AM, Siddharth Seth wrote: > Arun, MAPREDUCE-5094 would be a useful jira to include in the 2.0.4-alpha > release. It's not an absolute blocker since the values can be controlled > explicitly by changing tests which us