[jira] [Created] (HADOOP-9854) Configuration.set() may be called before all the deprecated keys are registered, causing inconsistent state

2013-08-08 Thread Sangjin Lee (JIRA)
Sangjin Lee created HADOOP-9854: --- Summary: Configuration.set() may be called before all the deprecated keys are registered, causing inconsistent state Key: HADOOP-9854 URL: https://issues.apache.org/jira/browse/HADO

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-08 Thread Alejandro Abdelnur
To move forward with this we need protoc 2.5.0 in the apache hadoop jenkins boxes. Who can help with this? I assume somebody at Y!, right? Thx On Thu, Aug 8, 2013 at 2:24 PM, Elliott Clark wrote: > In HBase land we've pretty well discovered that we'll need to have the > same version of protob

[jira] [Created] (HADOOP-9853) Please upgrade maven-surefire-plugin to version 2.14.1 or later

2013-08-08 Thread Randy Clayton (JIRA)
Randy Clayton created HADOOP-9853: - Summary: Please upgrade maven-surefire-plugin to version 2.14.1 or later Key: HADOOP-9853 URL: https://issues.apache.org/jira/browse/HADOOP-9853 Project: Hadoop Co

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-08 Thread Elliott Clark
In HBase land we've pretty well discovered that we'll need to have the same version of protobuf that the HDFS/Yarn/MR servers are running. That is to say there are issues with ever having 2.4.x and 2.5.x on the same class path. Upgrading to 2.5.x would be great, as it brings some new classes we co

[jira] [Reopened] (HADOOP-9527) Add symlink support to LocalFileSystem on Windows

2013-08-08 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arpit Agarwal reopened HADOOP-9527: --- > Add symlink support to LocalFileSystem on Windows > --

[jira] [Created] (HADOOP-9852) UGI login user keytab and principal should not be static

2013-08-08 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-9852: --- Summary: UGI login user keytab and principal should not be static Key: HADOOP-9852 URL: https://issues.apache.org/jira/browse/HADOOP-9852 Project: Hadoop Common

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-08 Thread Kihwal Lee
Sorry to hijack the thread but, I also wanted to mention Avro. See HADOOP-9672. The version we are using has memory leak and inefficiency issues. We've seen users running into it. Kihwal From: Tsuyoshi OZAWA To: "common-dev@hadoop.apache.org" Cc: "hdfs-...@h

Re: [VOTE] Release Apache Hadoop 2.1.0-beta

2013-08-08 Thread Kihwal Lee
Another blocker, HADOOP-9850, has been committed. Kihwal From: Arun C Murthy To: Daryn Sharp Cc: "" ; "mapreduce-...@hadoop.apache.org" ; "yarn-...@hadoop.apache.org" ; "common-dev@hadoop.apache.org" Sent: Thursday, August 1, 2013 1:30 PM Subject: Re: [

[jira] [Created] (HADOOP-9851) dfs -chown does not like "+" plus sign in user name

2013-08-08 Thread Marc Villacorta (JIRA)
Marc Villacorta created HADOOP-9851: --- Summary: dfs -chown does not like "+" plus sign in user name Key: HADOOP-9851 URL: https://issues.apache.org/jira/browse/HADOOP-9851 Project: Hadoop Common

Re: Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-08 Thread Tsuyoshi OZAWA
Hi, About Hadoop, Harsh is dealing with this problem in HADOOP-9346. For more detail, please see the JIRA ticket: https://issues.apache.org/jira/browse/HADOOP-9346 - Tsuyoshi On Thu, Aug 8, 2013 at 1:49 AM, Alejandro Abdelnur wrote: > I' like to upgrade to protobuf 2.5.0 for the 2.1.0 release.