[jira] [Created] (HADOOP-9980) LightWeightGSet's modification field should be volatile so that detect changes by other thread in iteration.

2013-09-19 Thread Junping Du (JIRA)
Junping Du created HADOOP-9980: -- Summary: LightWeightGSet's modification field should be volatile so that detect changes by other thread in iteration. Key: HADOOP-9980 URL:

Re: symlink support in Hadoop 2 GA

2013-09-19 Thread Alejandro Abdelnur
A side note on the protobuf versions, you can have a client and a server using different versions of protobuf, that works and it works well. What you cannot do is compile with protoc version X and run using the JAR from version Y. On Thu, Sep 19, 2013 at 2:11 AM, J. Rottinghuis

Re: issue of building with native

2013-09-19 Thread Hai Huang
I am using the maven 3.0 , the OS is Centos.  Anyway, I am not using the Eclipse for the build, just use the linux terminal command line.   Thanks   Hai From: Harsh J ha...@cloudera.com To: common-dev@hadoop.apache.org common-dev@hadoop.apache.org; Hai Huang hhuang2...@yahoo.com Sent:

Re: symlink support in Hadoop 2 GA

2013-09-19 Thread Colin McCabe
What we're trying to get to here is a consensus on whether FileSystem#listStatus and FileSystem#globStatus should return symlinks __as_symlinks__. If 2.1-beta goes out with these semantics, I think we are not going to be able to change them later. That is what will happen in the do nothing

Re: [VOTE] Release Apache Hadoop 2.1.1-beta

2013-09-19 Thread Chris Nauroth
I suspect that HDFS-5228 needs to be a blocker for the RC, considering the impact on client code. Existing working client code can now get a NullPointerException as a result of this bug. Chris Nauroth Hortonworks http://hortonworks.com/ On Wed, Sep 18, 2013 at 3:41 PM, Roman Shaposhnik

[jira] [Created] (HADOOP-9981) listing in RawLocalFileSystem is inefficient

2013-09-19 Thread Kihwal Lee (JIRA)
Kihwal Lee created HADOOP-9981: -- Summary: listing in RawLocalFileSystem is inefficient Key: HADOOP-9981 URL: https://issues.apache.org/jira/browse/HADOOP-9981 Project: Hadoop Common Issue Type: