Re: Hadoop Eclipse plug-in distribution

2013-04-03 Thread Harsh J
Hi Rafael, We do have a new project developing the plugin separately. Please check out and join the development efforts at http://hdt.incubator.apache.org (Hadoop Development Tools). On Thu, Apr 4, 2013 at 2:01 AM, Rafael Medeiros Teixeira wrote: > Hi, > > First of all I'm not sure if this is th

[jira] [Created] (HADOOP-9454) Support multipart uploads for s3native

2013-04-03 Thread Jordan Mendelson (JIRA)
Jordan Mendelson created HADOOP-9454: Summary: Support multipart uploads for s3native Key: HADOOP-9454 URL: https://issues.apache.org/jira/browse/HADOOP-9454 Project: Hadoop Common Issue

Re: hadoop 2.0.3 alpha - TestContainersMonitor fails

2013-04-03 Thread Amir Sanjar
thanks Sandy.. you saved me few days of debugging :) Best Regards Amir Sanjar System Management Architect PowerLinux Open Source Hadoop development lead IBM Senior Software Engineer Phone# 512-286-8393 Fax# 512-838-8858 From: Sandy Ryza To: common-dev@hadoop.apache.org, Date:

Re: hadoop 2.0.3 alpha - TestContainersMonitor fails

2013-04-03 Thread Sandy Ryza
Yeah, this was fixed by YARN-377 -Sandy On Wed, Apr 3, 2013 at 4:15 PM, Amir Sanjar wrote: > > Has anyone seen below failure? > > Unit test case Name : TestContainersMonitor > Hadoop Vesrion : Hadoop-2.0.3. > Java Version : java version "1.6.0" sr12 & ORACLE JAVA > platform : RHEL 6.x, x86_64

hadoop 2.0.3 alpha - TestContainersMonitor fails

2013-04-03 Thread Amir Sanjar
Has anyone seen below failure? Unit test case Name : TestContainersMonitor Hadoop Vesrion : Hadoop-2.0.3. Java Version : java version "1.6.0" sr12 & ORACLE JAVA platform : RHEL 6.x, x86_64 TestContainersMonitor unit test fails with the following error message: --

Re: CHANGES.txt out of sync in the different branches

2013-04-03 Thread Vinod Kumar Vavilapalli
I started looking at this yesterday, MAPREDUCE CHANGES.txt is completely broken. I'll try to fix it and then send out a note once I am done. Thanks, +Vinod On Apr 1, 2013, at 11:46 PM, Vinod Kumar Vavilapalli wrote: > > I've been looking at YARN and it seems to be fine. I presume common and hd

Hadoop Eclipse plug-in distribution

2013-04-03 Thread Rafael Medeiros Teixeira
Hi, First of all I'm not sure if this is the correct audience for my question, apologies if it is not. I have seen many accounts of Hadoop developers who had a hard time figuring out how to compile and install the Hadoop plug-in for Eclipse. My question is: are there any reasons, technical or oth

Re: Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Amir Sanjar
we have fixed this issue, a patch for review will be upstream tomorrow to HADOOP-9346 Best Regards Amir Sanjar System Management Architect PowerLinux Open Source Hadoop development lead IBM Senior Software Engineer Phone# 512-286-8393 Fax# 512-838-8858 From: Steve Loughran To: c

Re: Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Steve Loughran
On 3 April 2013 15:46, Chandrashekhar Kotekar wrote: > Thanks a lot for your help. > > You were right. Problem was with Protoc version 1.5 only. I downloaded and > added protoc 1.4 version and now that error is gone. However now I am stuck > at this new error. Now maven is not able to find "msbuil

Re: Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Harsh J
So this is the JIRA for tracking the protoc 2.5 issue: https://issues.apache.org/jira/browse/HADOOP-9346. Regarding the msbuild trouble, your issue is simply that you perhaps do not have Visual Studio 2010 Professional/Windows SDK installed? Apache Hadoop trunk has Windows specific build profiles

[jira] [Created] (HADOOP-9453) Configuration.loadResource should skip empty resources

2013-04-03 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-9453: -- Summary: Configuration.loadResource should skip empty resources Key: HADOOP-9453 URL: https://issues.apache.org/jira/browse/HADOOP-9453 Project: Hadoop Common

Re: Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Chandrashekhar Kotekar
Thanks a lot for your help. You were right. Problem was with Protoc version 1.5 only. I downloaded and added protoc 1.4 version and now that error is gone. However now I am stuck at this new error. Now maven is not able to find "msbuild". Error is as follows : [ERROR] Failed to execute goal org.c

Re: Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Harsh J
I'm not sure if trunk works with 2.5.x protoc yet. Try again with 2.4.1 please? I remember filing a JIRA for this, will hunt and send in a bit. On Wed, Apr 3, 2013 at 6:47 PM, Chandrashekhar Kotekar wrote: > Hi, > > Just now I have downloaded Hadoop source code. I have successfully run "mvn > cle

Error in first build : Cannot run program "protoc": CreateProcess error=2

2013-04-03 Thread Chandrashekhar Kotekar
Hi, Just now I have downloaded Hadoop source code. I have successfully run "mvn clean" target but while trying "mvn install" target I am getting following error : *[INFO] Executed tasks [INFO] [INFO] --- hadoop-maven-plugins:3.0.0-SNAPSHOT:protoc (compile-protoc) @ hadoop-common --- [WARNING] [pr