[jira] [Created] (HDFS-3491) HttpFs does not set permissions correctly

2012-06-01 Thread Romain Rigaux (JIRA)
Romain Rigaux created HDFS-3491: --- Summary: HttpFs does not set permissions correctly Key: HDFS-3491 URL: https://issues.apache.org/jira/browse/HDFS-3491 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-3490) DN WebHDFS methods throw NPE if Namenode RPC address param not specified

2012-06-01 Thread Todd Lipcon (JIRA)
Todd Lipcon created HDFS-3490: - Summary: DN WebHDFS methods throw NPE if Namenode RPC address param not specified Key: HDFS-3490 URL: https://issues.apache.org/jira/browse/HDFS-3490 Project: Hadoop HDFS

[jira] [Created] (HDFS-3489) hdfs fsck usage message is outdated

2012-06-01 Thread Andy Isaacson (JIRA)
Andy Isaacson created HDFS-3489: --- Summary: hdfs fsck usage message is outdated Key: HDFS-3489 URL: https://issues.apache.org/jira/browse/HDFS-3489 Project: Hadoop HDFS Issue Type: Bug Affec

Re: hsync in hadoop 2.0?

2012-06-01 Thread Todd Lipcon
+1, it's protocol-compatible, I don't see any reason not to put it in 2.0.x. On Fri, Jun 1, 2012 at 5:02 AM, Andrew Purtell wrote: > +1 for 2.0 > > For those trying to stabilize that for deployment early next year, commit > of this only to trunk won't help as much, though a private backport could

Re: hsync in hadoop 2.0?

2012-06-01 Thread Andrew Purtell
+1 for 2.0 For those trying to stabilize that for deployment early next year, commit of this only to trunk won't help as much, though a private backport could happen in that case. - Andy On Friday, June 1, 2012, lars hofhansl wrote: > HDFS-744 adds support for true durable sync for DFSOutpu

hsync in hadoop 2.0?

2012-06-01 Thread lars hofhansl
HDFS-744 adds support for true durable sync for DFSOutputStream.hsync(). This is useful for HBase (among others) and I created a matching patch in HBASE-5954. I would like to port this back into Hadoop 2.0 and maybe even 1.0. A 2.0 patch is already attached to HDFS-744. (The 1.0 patch would be qu