[jira] [Created] (HDFS-4752) TestRBWBlockInvalidation fails on Windows due to file locking

2013-04-25 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-4752: --- Summary: TestRBWBlockInvalidation fails on Windows due to file locking Key: HDFS-4752 URL: https://issues.apache.org/jira/browse/HDFS-4752 Project: Hadoop HDFS

[jira] [Created] (HDFS-4753) GSOC 2013: Develop HLBS(HDFS Based Log-Structured Block Storage System) as a back-end storage driver for VMs like QEMU/XEN, etc.

2013-04-25 Thread Harry Wei (JIRA)
Harry Wei created HDFS-4753: --- Summary: GSOC 2013: Develop HLBS(HDFS Based Log-Structured Block Storage System) as a back-end storage driver for VMs like QEMU/XEN, etc. Key: HDFS-4753 URL: https://issues.apache.org/jira/

Jenkins build became unstable: Hadoop-Hdfs-0.23-Build #592

2013-04-25 Thread Apache Jenkins Server
See

Hadoop-Hdfs-0.23-Build - Build # 592 - Unstable

2013-04-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/592/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11809 lines...] [INFO] [INFO] --- maven-source-plugi

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

2013-04-25 Thread Apache Jenkins Server
See Changes: [tomwhite] YARN-289. Fair scheduler allows reservations that won't fit on node. Contributed by Sandy Ryza. [tomwhite] YARN-595. Refactor fair scheduler to use common Resources. Contributed by Sandy Ryza. [vinodkv] YAR

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

2013-04-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1383/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14346 lines...] Running org.apache.hadoop.contrib.bkjour

[jira] [Created] (HDFS-4754) Add an API in the namenode to mark a datanode as stale

2013-04-25 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HDFS-4754: - Summary: Add an API in the namenode to mark a datanode as stale Key: HDFS-4754 URL: https://issues.apache.org/jira/browse/HDFS-4754 Project: Hadoop HDFS Is

Re: Why failed to use Distcp over FTP protocol?

2013-04-25 Thread Daryn Sharp
While I know a lot about the FileSystem design, this is my first foray in FTPFileSystem so I don't anything about the assumptions or requirements for the ftp server. The looks like HDFS delete may be returning false when the file doesn't exist, whereas FTP is more appropriately throwing an exce

[jira] [Resolved] (HDFS-4749) Use INodeId to identify the corresponding directory node for FSImage saving/loading

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-4749. -- Resolution: Fixed Fix Version/s: Snapshot (HDFS-2802) I have committed th

[jira] [Resolved] (HDFS-4742) Fix appending to a renamed file with snapshot

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-4742. -- Resolution: Fixed Fix Version/s: Snapshot (HDFS-2802) I have committed th

[jira] [Created] (HDFS-4755) AccessControlException message is changed in snapshot branch

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-4755: Summary: AccessControlException message is changed in snapshot branch Key: HDFS-4755 URL: https://issues.apache.org/jira/browse/HDFS-4755 Project: Had

Re: Class responsible for Registered DataNode.

2013-04-25 Thread Daryn Sharp
DatanodeManager Daryn On Apr 25, 2013, at 1:41 AM, Mohammad Mustaqeem wrote: > Which class keeps track of all the registered DataNodes? > > -- > *With regards ---* > *Mohammad Mustaqeem*, > M.Tech (CSE) > MNNIT Allahabad > 9026604270

[jira] [Created] (HDFS-4756) Implement ONCRPC and XDR

2013-04-25 Thread Brandon Li (JIRA)
Brandon Li created HDFS-4756: Summary: Implement ONCRPC and XDR Key: HDFS-4756 URL: https://issues.apache.org/jira/browse/HDFS-4756 Project: Hadoop HDFS Issue Type: Sub-task Reporter:

[jira] [Created] (HDFS-4757) Update FSDirectory#inodeMap when replacing an INodeDirectory while setting quota

2013-04-25 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-4757: --- Summary: Update FSDirectory#inodeMap when replacing an INodeDirectory while setting quota Key: HDFS-4757 URL: https://issues.apache.org/jira/browse/HDFS-4757 Project: Hadoop HD

[jira] [Created] (HDFS-4758) Disallow nested snapshottable directories

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
Tsz Wo (Nicholas), SZE created HDFS-4758: Summary: Disallow nested snapshottable directories Key: HDFS-4758 URL: https://issues.apache.org/jira/browse/HDFS-4758 Project: Hadoop HDFS I

[jira] [Reopened] (HDFS-4489) Use InodeID as as an identifier of a file in HDFS protocols and APIs

2013-04-25 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas reopened HDFS-4489: --- > Use InodeID as as an identifier of a file in HDFS protocols and APIs > -

[jira] [Reopened] (HDFS-4434) Provide a mapping from INodeId to INode

2013-04-25 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas reopened HDFS-4434: --- > Provide a mapping from INodeId to INode > --- > >

Re: Unable to delete symlinks in HDFS via FileContext

2013-04-25 Thread Andrew Wang
Hi Dia, That's definitely a weird one, let's try to figure out what's going on. Can you possibly share the complete FileContext snippet you're using to do this test? You could also try using fully-qualified URIs everywhere (including for symlink creation), to remove any possible ambiguity. Also,

[jira] [Created] (HDFS-4759) snapshotDiff of two invalid snapshots but with same name returns success

2013-04-25 Thread Ramya Sunil (JIRA)
Ramya Sunil created HDFS-4759: - Summary: snapshotDiff of two invalid snapshots but with same name returns success Key: HDFS-4759 URL: https://issues.apache.org/jira/browse/HDFS-4759 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-4755) AccessControlException message is changed in snapshot branch

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-4755. -- Resolution: Fixed Fix Version/s: Snapshot (HDFS-2802) Hadoop Flags: R

[jira] [Created] (HDFS-4760) Update inodeMap after node replacement

2013-04-25 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-4760: --- Summary: Update inodeMap after node replacement Key: HDFS-4760 URL: https://issues.apache.org/jira/browse/HDFS-4760 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Resolved] (HDFS-4650) Add rename test in TestSnapshot

2013-04-25 Thread Tsz Wo (Nicholas), SZE (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-4650. -- Resolution: Fixed Fix Version/s: Snapshot (HDFS-2802) I have committed th

Heads up - 2.0.5-beta

2013-04-25 Thread Arun C Murthy
Gang, With hadoop-2.0.4-alpha released, I'd like 2.0.4 to be the final of our hadoop-2.x alphas. We have made lots of progress on hadoop-2.x and I believe we are nearly there, exciting times! As we have discussed previously, I hope to do a final push to stabilize hadoop-2.x, release a hadoop

Re: Heads up - 2.0.5-beta

2013-04-25 Thread Suresh Srinivas
Thanks for starting this discussion. I volunteer to do a final review of protocol changes, so we can avoid incompatible changes to API and wire protocol post 2.0.5 in Common and HDFS. We have been working really hard on the following features. I would like to get into 2.x and see it reach HDFS use

How to build hadoop-2.0.3-alpha-src project to get a project like hadoop-2.0.3-alpha?

2013-04-25 Thread sam liu
Hi, I got hadoop-2.0.3-alpha-src.tar.gz and hadoop-2.0.3-alpha.tar.gz, but found they have different structures as below: - hadoop-2.0.3-alpha contains folder/file: bin etc include lib libexec LICENSE.txt NOTICE.txt README.txt sbin share - hadoop-2.0.3-alpha-src.tar.gz contains folder/fil