[jira] [Resolved] (HDFS-4967) Generate block ID sequentially cannot work with QJM HA

2013-07-09 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-4967. -- Resolution: Not A Problem > Generate block ID sequentially cannot work with

[jira] [Created] (HDFS-4972) [branch-0.23] permission check and operation are done in a separate lock for getBlockLocations()

2013-07-09 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-4972: Summary: [branch-0.23] permission check and operation are done in a separate lock for getBlockLocations() Key: HDFS-4972 URL: https://issues.apache.org/jira/browse/HDFS-4972

[jira] [Created] (HDFS-4971) Move IO operations out of locking in OpenFileCtx

2013-07-09 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-4971: --- Summary: Move IO operations out of locking in OpenFileCtx Key: HDFS-4971 URL: https://issues.apache.org/jira/browse/HDFS-4971 Project: Hadoop HDFS Issue Type: Sub-task

Re: [VOTE] Release Apache Hadoop 0.23.9

2013-07-09 Thread Thomas Graves
Thanks everyone for voting. The vote has passed with 9 +1's (4 non-binding and 5 binding) and 0 -1's. I will push the release. Tom On 7/1/13 12:20 PM, "Thomas Graves" wrote: >I've created a release candidate (RC0) for hadoop-0.23.9 that I would like >to release. > >The RC is available at: >http

Re: Issues while setting up projects in Eclipse - Need Help

2013-07-09 Thread Zhijie Shen
Hi Vivek, On Tue, Jul 9, 2013 at 8:14 AM, Vivek Ganesan wrote: > Hi, > > I am trying to configure eclipse for hadoop development. I am working on my > first JIRA. > > I followed the instructions at > http://wiki.apache.org/hadoop/EclipseEnvironment But, I see that the > following projects have b

[jira] [Created] (HDFS-4969) TestHttpFSFWithWebhdfsFileSystem has two test failures

2013-07-09 Thread Robert Kanter (JIRA)
Robert Kanter created HDFS-4969: --- Summary: TestHttpFSFWithWebhdfsFileSystem has two test failures Key: HDFS-4969 URL: https://issues.apache.org/jira/browse/HDFS-4969 Project: Hadoop HDFS Issue

Issues while setting up projects in Eclipse - Need Help

2013-07-09 Thread Vivek Ganesan
Hi, I am trying to configure eclipse for hadoop development. I am working on my first JIRA. I followed the instructions at http://wiki.apache.org/hadoop/EclipseEnvironment But, I see that the following projects have build failures. Is this expected? Can I continue my programming ignoring these

Build failed in Jenkins: Hadoop-Hdfs-trunk #1455

2013-07-09 Thread Apache Jenkins Server
See Changes: [cnauroth] YARN-894. NodeHealthScriptRunner timeout checking is inaccurate on Windows. Contributed by Chuan Liu. [tucu] HDFS-4841. FsShell commands using secure webhfds fail ClientFinalizer shutdown hook. (rkanter via

Hadoop-Hdfs-trunk - Build # 1455 - Still Failing

2013-07-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1455/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10831 lines...] [INFO] --- maven-clean-plugin:2.4.1:clean

Jenkins build is back to stable : Hadoop-Hdfs-0.23-Build #663

2013-07-09 Thread Apache Jenkins Server
See

Regarding hsync

2013-07-09 Thread Hemant Bhanawat
Hi, I am currently working on hadoop version 2.0.*. Currently, hsync does not update the file size on namenode. So, if my process dies after calling hsync but before calling file close, the file is left with an inconsistent file size. I would like to fix this file size. Is there a way to do