Re: Need Help Building Hadoop from source

2011-03-08 Thread Daniel Aris Pandu Prasetia
To: common-user@hadoop.apache.org Sent: Tuesday, 8 March 2011 04:49:14 Subject: Re: Need Help Building Hadoop from source Hi, Thank you very much for the reply. I tried ant clean clean-cache mvn-install in common, but clean-cache doesn't seems to be working so I tried ant clean mvn-install instead

RE: Need Help Building Hadoop from source

2011-03-08 Thread Devaraj k
Devaraj From: Daniel Aris Pandu Prasetia [danielarispa...@yahoo.com] Sent: Tuesday, March 08, 2011 2:36 PM To: common-user@hadoop.apache.org Subject: Re: Need Help Building Hadoop from source Hi, Does this mean that Ivy Repository has not been updated

Need Help Building Hadoop from source

2011-03-07 Thread Daniel Aris Pandu Prasetia
Hi, I am sorry if this question was asked a lot of times before but I am unable to solve my problem. I am trying to build hadoop 0.21.0 from the source. As far as my understanding goes, I need to build common, hdfs, and mapred.  I seems to be able to build common, but not hdfs and

Re: Need Help Building Hadoop from source

2011-03-07 Thread Harsh J
Hello, On Tue, Mar 8, 2011 at 1:22 AM, Daniel Aris Pandu Prasetia danielarispa...@yahoo.com wrote: Hi, I am sorry if this question was asked a lot of times before but I am unable to solve my problem. I am trying to build hadoop 0.21.0 from the source. As far as my understanding goes, I

Re: Need Help Building Hadoop from source

2011-03-07 Thread Daniel Aris Pandu Prasetia
dependencies). Any other suggestion that I can try? Thank you very much Best Regards, Daniel --- On Tue, 8/3/11, Harsh J qwertyman...@gmail.com wrote: From: Harsh J qwertyman...@gmail.com Subject: Re: Need Help Building Hadoop from source To: common-user@hadoop.apache.org Date: Tuesday, 8 March

Re: Building Hadoop from Source ?

2009-11-24 Thread Siddu
On Tue, Nov 24, 2009 at 6:01 PM, Steve Loughran ste...@apache.org wrote: Siddu wrote: On Thu, Nov 12, 2009 at 11:50 PM, Stephen Watt sw...@us.ibm.com wrote: Hi Sid Check out the Building section in this link - http://wiki.apache.org/hadoop/HowToRelease . Its pretty straight forward. If

Re: Building Hadoop from Source ?

2009-11-12 Thread Stephen Watt
siddu.s...@gmail.com To: common-user@hadoop.apache.org Date: 11/12/2009 12:14 PM Subject: Building Hadoop from Source ? Hi all, I want to build hadoop from source rather than downloading the already built tar ball. Can someone please give me the steps or link to any pointers please Thanks

Re: Building Hadoop from source

2009-07-13 Thread Harish Mallipeddi
Ok this turned out to be quite simple. I'm writing this down just in case somebody faces the same problem. The mapreduce repo actually contains builds of common and hdfs within its lib/ folder. The only thing that's missing is the scripts folder (ie $HADOOP_HOME/bin) which contains things like

Building Hadoop from source

2009-07-09 Thread Harish Mallipeddi
Hi, Are there any instructions on how to build Hadoop from source? Now that the project seems to have been split into separate projects (common, hdfs, and mapreduce), there are 3 separate repositories under svn. Information on this page is no longer correct:

Re: Building Hadoop from source

2009-07-09 Thread Mafish Liu
Use ant jar if you want to jar file. 2009/7/9 Harish Mallipeddi harish.mallipe...@gmail.com: Hi, Are there any instructions on how to build Hadoop from source? Now that the project seems to have been split into separate projects (common, hdfs, and mapreduce), there are 3 separate repositories