Re: Issue on building hadoop native

2012-01-29 Thread Ronald Petty
rt to mapreduce-...@hadoop.apache.org > [INFO] > > It seemed the issue was from "test-container-executor" , and the issue > message is "... has id 500 , which is below the minimum allowed 1000 ..." > ? > >

Re: Issue on building hadoop native

2012-01-29 Thread Ronald Petty
Hai, Can you rerun with "-e -X" and the native setting as well? Also, can you send pastebin the entire build output and send the link to it? Kindest regards. Ron On Sun, Jan 29, 2012 at 3:44 PM, Hai Huang wrote: > Hi, > > I got the hadoop hadoop source via Git and buit it using the command >

Building Trunk on EC2

2011-12-31 Thread Ronald Petty
Hello, If anyone is interested, here are my notes on how to build trunk on bare bones AWS EC2 instance. 1. Create a XL 64-bit AWS EC2 instance (anything smaller fails due to lack of RAM) 2. SSH to EC2 instance 3. sudo useradd -u 1000 hadoop 4. sudo yum install svn gcc.x86_64 gcc-c+

Re: SVN Repo Question

2011-12-30 Thread Ronald Petty
Harsh, Thank you much. I will stick with the trunk then and try to fix something trivial :) Kindest regards. Ron On Fri, Dec 30, 2011 at 10:25 PM, Harsh J wrote: > Ronald, > > On Sat, Dec 31, 2011 at 8:31 AM, Ronald Petty > wrote: > > Harsh, > > > > Thank you

Re: SVN Repo Question

2011-12-30 Thread Ronald Petty
e-1.0.0 or trunk? They appear to differ. I presume 2.3/2.4/yarn is the trunk and < 2.3 is the current releases of Hadoop? Kindest regards. Ron On Fri, Dec 30, 2011 at 9:51 PM, Harsh J wrote: > Ronald, > On 31-Dec-2011, at 6:46 AM, Ronald Petty wrote: > > > Hello, >

SVN Repo Question

2011-12-30 Thread Ronald Petty
Hello, Can someone explain the different layouts in the following repos, specifically regarding building from source? - http://svn.apache.org/repos/asf/hadoop/common/trunk/ - http://svn.apache.org/repos/asf/hadoop/common/tags/release-1.0.0/ I am still learning my way around the source and

Building Hadoop

2011-12-26 Thread Ronald Petty
Hello, Does anyone have notes on how to build Hadoop on a EC2 instance based on the trunk? I am trying to use http://wiki.apache.org/hadoop/HowToContribute. I used a micro ec2 instance and when I ran mvn compile, some test ran out of memory and the build failed. I then tried a large ec2 instan

Re: Snow Leopard Compilation Help

2011-12-01 Thread Ronald Petty
:23 PM, Alejandro Abdelnur wrote: > Ron, > > Hadoop native currently does not compile in Mac OS X. There have been some > JIRAs to fix that, but nobody took on them. > > Thanks. > > Alejandro > > On Thu, Dec 1, 2011 at 3:55 PM, Ronald Petty > wrote: > &

Snow Leopard Compilation Help

2011-12-01 Thread Ronald Petty
Hello, I am new to Hadoop development and seem to be stuck on building with Snow Leopard. Here is what is going on: 1. svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-trunk 2. wget http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.gz 3. tar ... proto...gz;