Build failed in Jenkins: Hadoop-Common-0.23-Build #405

2012-10-18 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-0.23-Build/405/changes Changes: [bobby] HADOOP-8930. Cumulative code coverage calculation (Andrey Klochkov via bobby) [bobby] svn merge -c 1399289 FIXES: MAPREDUCE-4721. Task startup time in JHS is same as job startup time. (Ravi Prakash via

Mailing list admin?

2012-10-18 Thread Harsh J
Hey project devs, Can someone let me know who the MLs admin is? INFRA suggested that instead of going to them, I could reach out to the admin group local to the project itself (I didn't know we had admins locally). P.s. Happy to volunteer to administrate as well. Please ping me directly,

[jira] [Created] (HADOOP-8942) Thundering herd of RPCs with large responses leads to OOM

2012-10-18 Thread Jason Lowe (JIRA)
Jason Lowe created HADOOP-8942: -- Summary: Thundering herd of RPCs with large responses leads to OOM Key: HADOOP-8942 URL: https://issues.apache.org/jira/browse/HADOOP-8942 Project: Hadoop Common

[jira] [Resolved] (HADOOP-8823) ant package target should not depend on cn-docs

2012-10-18 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HADOOP-8823. Resolution: Fixed Fix Version/s: 1.1.1 Hadoop Flags: Reviewed

Questions and possible improvements for LdapGroupsMapping

2012-10-18 Thread Zheng, Kai
Hi All, Regarding LdapGroupsMapping, I have following questions: 1. Is it possible to use ShellBasedUnixGroupsMapping for Hadoop service principals/users, and LdapGroupsMapping for end user accounts? In our environment, normal end users (along with their groups info) for Hadoop cluster

HADOOP-8887 port to branch-2

2012-10-18 Thread Andrew Purtell
The port of HADOOP-8887 to branch-2 fails the build. Please kindly see attached. -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Colin McCabe
Hi Andrew, It seems that your attachment did not appear on the mailing list. I'm taking a look at the branch-2 build presently. Colin On Thu, Oct 18, 2012 at 6:20 PM, Andrew Purtell apurt...@apache.org wrote: The port of HADOOP-8887 to branch-2 fails the build. Please kindly see attached.

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Andrew Purtell
Sorry, I always forget that about the mailing list software. From a6efe4883f3f7694ec6e8da04de982fb21eed8a9 Mon Sep 17 00:00:00 2001 From: Andrew Purtell apurt...@apache.org Date: Thu, 18 Oct 2012 17:22:17 -0700 Subject: [PATCH] Fix incorrect versions and missing module parent introduced by

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Colin McCabe
Hmm. It did build for me (in the sense of completing successfully, etc). You've definitely found an issue, though. The version should be 2.0.3-SNAPSHOT for those projects, not 3.0.0-SNAPSHOT. Do you want to file a JIRA and post this patch, or should I? cheers. Colin On Thu, Oct 18, 2012 at

RE: Questions and possible improvements for LdapGroupsMapping

2012-10-18 Thread Zheng, Kai
Just got reply from user mailing list from Natty, as follows. And I'd like to discuss further here since it's more appropriate. Hi Natty, 1. It's great idea that we just write a customized group mapping service to handle different mapping for AD user and service principal; 2. OK, I'd like to

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Suresh Srinivas
Lets revert the job and merge the right patch. On Thu, Oct 18, 2012 at 6:49 PM, Colin McCabe cmcc...@alumni.cmu.eduwrote: Hmm. It did build for me (in the sense of completing successfully, etc). You've definitely found an issue, though. The version should be 2.0.3-SNAPSHOT for those

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Suresh Srinivas
I have reverted the patch in branch-2. Colin we may need a separate branch-2 patch instead of merging the patch. On Thu, Oct 18, 2012 at 7:19 PM, Suresh Srinivas sur...@hortonworks.comwrote: I meant revert the patch and merge the right patch :-) On Thu, Oct 18, 2012 at 7:18 PM, Suresh

[jira] [Created] (HADOOP-8943) Enable to support multiple ADs and different group mapping for different user

2012-10-18 Thread Kai Zheng (JIRA)
Kai Zheng created HADOOP-8943: - Summary: Enable to support multiple ADs and different group mapping for different user Key: HADOOP-8943 URL: https://issues.apache.org/jira/browse/HADOOP-8943 Project:

RE: Questions and possible improvements for LdapGroupsMapping

2012-10-18 Thread Zheng, Kai
JIRA is opened for this: https://issues.apache.org/jira/browse/HADOOP-8943 -Original Message- From: Zheng, Kai [mailto:kai.zh...@intel.com] Sent: Friday, October 19, 2012 10:17 AM To: common-dev@hadoop.apache.org; na...@cloudera.com Subject: RE: Questions and possible improvements for

[jira] [Reopened] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur reopened HADOOP-8887: Thanks Suresh, my bad, missed to tweak the POM versions when merging, I'll do it

[jira] [Resolved] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur resolved HADOOP-8887. Resolution: Fixed Committed to branch-2 after tweaking POM versions, did a full

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Andrew Purtell
The build would fail in the site phase for me for some reason because of a missing dependency management section. Adding dev-support as parent to the new module fixed that. On Thursday, October 18, 2012, Colin McCabe wrote: Hmm. It did build for me (in the sense of completing successfully,

Re: HADOOP-8887 port to branch-2

2012-10-18 Thread Alejandro Abdelnur
site? let me check that, I may have missed that in my second attempt, oops! On Thu, Oct 18, 2012 at 9:08 PM, Andrew Purtell apurt...@apache.org wrote: The build would fail in the site phase for me for some reason because of a missing dependency management section. Adding dev-support as parent

[jira] [Reopened] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alejandro Abdelnur reopened HADOOP-8887: I've just reverted both branch-2 and trunk, while the dist tarball is being built