Build failed in Jenkins: Hadoop-Common-trunk #783

2013-05-29 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/783/changes Changes: [vinodkv] YARN-422. Add a NM Client library to help application-writers. Contributed by Zhijie Shen. [vinodkv] MAPREDUCE-5237. Add methods that were removed from ClusterStatus back into 2.x so as to be compatible with

Re: [ANNOUNCE] New Hadoop Committers

2013-05-29 Thread Steve Loughran
congratulations! I propose you should celebrate your new rights by reviewing some of my outstanding patches, such as https://issues.apache.org/jira/browse/HADOOP-8545 On 28 May 2013 23:07, Aaron T. Myers a...@cloudera.com wrote: On behalf of the Apache Hadoop PMC, I'd like to announce the

Re: Where should we host Hadoop FileSystem plugins for 3rd Party FileSystems?

2013-05-29 Thread Tim St Clair
From what I have seen, that is consistent with the modifications in the code. E.g. - Removal of kfs, and qfs shim is now external on github. Cheers, Tim - Original Message - From: Stephen Watt sw...@redhat.com To: common-dev@hadoop.apache.org Sent: Tuesday, May 21, 2013 11:49:34

Error in protobuf definitions

2013-05-29 Thread Ralph Castain
Hi folks On line 228 of hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, someone named a function using a reserved name: /** * Request to register a sub-ordinate namenode */ rpc register(RegisterRequestProto) returns(RegisterResponseProto); You cannot name a

[VOTE Results] change in bylaws to remove Release Plan vote

2013-05-29 Thread Matt Foley
The vote closed last night, with very positive results: +1 binding: 14 +1 non-binding: 12 -1 or 0: none I'll work with Chris to get the Bylaws doc changed, but the change is effective as of 7:05pm PDT May 28, 2013. Many thanks, --Matt On Wed, May 22, 2013 at 2:04 AM, Matt Foley

[jira] [Created] (HADOOP-9605) Update junit dependency

2013-05-29 Thread Timothy St. Clair (JIRA)
Timothy St. Clair created HADOOP-9605: - Summary: Update junit dependency Key: HADOOP-9605 URL: https://issues.apache.org/jira/browse/HADOOP-9605 Project: Hadoop Common Issue Type:

Re: Error in protobuf definitions

2013-05-29 Thread Arpit Agarwal
Ralph, could you please file a Jira? We'll fix it. -Arpit On Wed, May 29, 2013 at 9:39 AM, Ralph Castain r...@open-mpi.org wrote: Hi folks On line 228 of hadoop-hdfs-project/hadoop-hdfs/src/main/proto/NamenodeProtocol.proto, someone named a function using a reserved name: /** *

[jira] [Created] (HADOOP-9606) Protocol buffer support cannot compile under C

2013-05-29 Thread Ralph Castain (JIRA)
Ralph Castain created HADOOP-9606: - Summary: Protocol buffer support cannot compile under C Key: HADOOP-9606 URL: https://issues.apache.org/jira/browse/HADOOP-9606 Project: Hadoop Common

[jira] [Reopened] (HADOOP-9574) Add new methods in AbstractDelegationTokenSecretManager for restoring RMDelegationTokens on RMRestart

2013-05-29 Thread Jian He (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jian He reopened HADOOP-9574: - TestDelegationToken.testRollMasterKey is possibly failing because of timing issue Add