Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Hey, I'm new to Hadoop, so please correct me if I'm wrong and bear with me :) I want to build Hadoop 1.2.1 on my Ubuntu VM. I'm not able to find the .src.tar.gz file for 1.2.1. Can anyone help me out? Thanks, Vikram Bajaj.

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread James Bond
Did you get to look at this? https://wiki.apache.org/hadoop/HowToContribute and this https://git-wip-us.apache.org/repos/asf?p=hadoop.git;a=blob;f=BUILDING.txt Question: What are you trying to do here? Are you trying to contribute or are you trying to learn? On Sat, Jul 18, 2015 at 5:29 PM,

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
I'm actually using Ubuntu as a VM on Windows 8.1. On 18 Jul 2015 4:01 pm, Nitin Pawar nitinpawar...@gmail.com wrote: what operating system are you using ? read about git and source code management On Sat, Jul 18, 2015 at 3:57 PM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Could you

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Okay. Thank you! But, is there any direct file to be downloaded? Versions like 2.7.1 have the .src.tar.gz file... Has it been removed for 1.2.1? On 18 Jul 2015 4:17 pm, Nitin Pawar nitinpawar...@gmail.com wrote: please read about how to clone git repository and switch branch. It would help you

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Nitin Pawar
try checking out git repo and switch to branch 1.2 ? https://github.com/apache/hadoop/tree/branch-1.2 On Sat, Jul 18, 2015 at 3:50 PM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Hey, I'm new to Hadoop, so please correct me if I'm wrong and bear with me :) I want to build Hadoop 1.2.1 on

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Nitin Pawar
please read about how to clone git repository and switch branch. It would help you to get the code On Sat, Jul 18, 2015 at 4:05 PM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: I'm actually using Ubuntu as a VM on Windows 8.1. On 18 Jul 2015 4:01 pm, Nitin Pawar nitinpawar...@gmail.com

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Ted Yu
I doubt there would be any new 1.x hadoop release. Please take a look at the links James provided. See also: http://hadoop.apache.org/docs/r2.7.1/ There's link to trunk hdfs Jenkins: https://builds.apache.org/job/Hadoop-hdfs-trunk/ where you can find command for building: +

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Okay! Thanks :) On 18 Jul 2015 4:39 pm, Ted Yu yuzhih...@gmail.com wrote: http://apache.arvixe.com/hadoop/common/stable1/ The .tar.gz has source code. On Jul 18, 2015, at 3:20 AM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Hey, I'm new to Hadoop, so please correct me if I'm wrong

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
I was just confused because versions like 2.7.1 have both the .tar.gz file as well as the .src.tar.gz file, while version 1.2.1 has only the .tar.gz file. On 18 Jul 2015 4:48 pm, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Okay! Thanks :) On 18 Jul 2015 4:39 pm, Ted Yu yuzhih...@gmail.com

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
I'm trying to contribute. But I'm not sure how to. I'm really a beginner and I clearly need to learn first. But I'd like to know how to continue what I started. On 18 Jul 2015 7:06 pm, James Bond bond.b...@gmail.com wrote: Did you get to look at this?

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Could you please explain that in layman's terms? I'm pretty new to all this :) On 18 Jul 2015 3:52 pm, Nitin Pawar nitinpawar...@gmail.com wrote: try checking out git repo and switch to branch 1.2 ? https://github.com/apache/hadoop/tree/branch-1.2 On Sat, Jul 18, 2015 at 3:50 PM, Vikram Bajaj

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Ted Yu
http://apache.arvixe.com/hadoop/common/stable1/ The .tar.gz has source code. On Jul 18, 2015, at 3:20 AM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Hey, I'm new to Hadoop, so please correct me if I'm wrong and bear with me :) I want to build Hadoop 1.2.1 on my Ubuntu VM. I'm

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
So, now that I have the .tar.gz file, how do I build hadoop? P.S. : I don't know if this matters, but I've already installed java, ssh, and set up the namenode. All the nodes (namenkde, secondarynamenode, datanode) start up successfully and I also ran a mapreduce example that worked. How do

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Nitin Pawar
what operating system are you using ? read about git and source code management On Sat, Jul 18, 2015 at 3:57 PM, Vikram Bajaj vikrambajaj220...@gmail.com wrote: Could you please explain that in layman's terms? I'm pretty new to all this :) On 18 Jul 2015 3:52 pm, Nitin Pawar

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Okay :) I'm focusing on hdfs, by the way. Forgot to mention that. My bad! On 18 Jul 2015 7:43 pm, Ted Yu yuzhih...@gmail.com wrote: I doubt there would be any new 1.x hadoop release. Please take a look at the links James provided. See also: http://hadoop.apache.org/docs/r2.7.1/ There's

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Sean Busbey
Hi Vikram! Please join the common-dev@hadoop mailing list for these kinds of questions. Working directly with the source repository is meant for folks working on contributions in the community, and we define that boundary by joining the development lists rather than the user lists. -- Sean On

Re: Hadoop 1.2.1 Source file

2015-07-18 Thread Vikram Bajaj
Sure. On 18 Jul 2015 11:06 pm, Sean Busbey bus...@cloudera.com wrote: Hi Vikram! Please join the common-dev@hadoop mailing list for these kinds of questions. Working directly with the source repository is meant for folks working on contributions in the community, and we define that