[jira] [Created] (HDFS-5353) Short circuit reads fail when dfs.encrypt.data.transfer is enabled

2013-10-11 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-5353: Summary: Short circuit reads fail when dfs.encrypt.data.transfer is enabled Key: HDFS-5353 URL: https://issues.apache.org/jira/browse/HDFS-5353 Project: Hadoop HDFS

[jira] [Created] (HDFS-5352) Server#initLog() doesn't close InputStream

2013-10-11 Thread Ted Yu (JIRA)
Ted Yu created HDFS-5352: Summary: Server#initLog() doesn't close InputStream Key: HDFS-5352 URL: https://issues.apache.org/jira/browse/HDFS-5352 Project: Hadoop HDFS Issue Type: Bug Repo

[jira] [Created] (HDFS-5351) Name Nodes should shut down if no image directories

2013-10-11 Thread Rob Weltman (JIRA)
Rob Weltman created HDFS-5351: - Summary: Name Nodes should shut down if no image directories Key: HDFS-5351 URL: https://issues.apache.org/jira/browse/HDFS-5351 Project: Hadoop HDFS Issue Type: B

[jira] [Created] (HDFS-5350) Name Node should report fsimage transfer time as a metric

2013-10-11 Thread Rob Weltman (JIRA)
Rob Weltman created HDFS-5350: - Summary: Name Node should report fsimage transfer time as a metric Key: HDFS-5350 URL: https://issues.apache.org/jira/browse/HDFS-5350 Project: Hadoop HDFS Issue T

[jira] [Resolved] (HDFS-5348) Fix error message when dfs.datanode.max.locked.memory is improperly configured

2013-10-11 Thread Andrew Wang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Wang resolved HDFS-5348. --- Resolution: Fixed Fix Version/s: HDFS-4949 Hadoop Flags: Reviewed Committed to branch. >

[jira] [Created] (HDFS-5349) DNA_CACHE and DNA_UNCACHE should be by blockId only

2013-10-11 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-5349: -- Summary: DNA_CACHE and DNA_UNCACHE should be by blockId only Key: HDFS-5349 URL: https://issues.apache.org/jira/browse/HDFS-5349 Project: Hadoop HDFS

[jira] [Created] (HDFS-5348) Fix error message when dfs.datanode.max.locked.memory is improperly configured

2013-10-11 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HDFS-5348: -- Summary: Fix error message when dfs.datanode.max.locked.memory is improperly configured Key: HDFS-5348 URL: https://issues.apache.org/jira/browse/HDFS-5348

[jira] [Resolved] (HDFS-5224) Refactor PathBasedCache* methods to use a Path rather than a String

2013-10-11 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-5224. - Resolution: Fixed Fix Version/s: HDFS-4949 Hadoop Flags: Reviewed I've committed this

RE: hdfs project separation

2013-10-11 Thread Milind Bhandarkar
Doug, Your understanding is correct. But I would like to start with a less ambitious plan first. By duplicating common rpc etc code, and renaming packages in common, we can independently build two different artifacts from the same repo, one for hdfs and one for Yarn+MR. Then we can decide whether

[jira] [Created] (HDFS-5347) add HDFS NFS user guide

2013-10-11 Thread Brandon Li (JIRA)
Brandon Li created HDFS-5347: Summary: add HDFS NFS user guide Key: HDFS-5347 URL: https://issues.apache.org/jira/browse/HDFS-5347 Project: Hadoop HDFS Issue Type: Sub-task Components:

Re: hdfs project separation

2013-10-11 Thread Doug Cutting
On Fri, Oct 11, 2013 at 9:14 AM, Milind Bhandarkar wrote: > If HDFS is released independently, with its own RPC and protocol versions, > features such as pluggable namespaces will not have to wait for the next > mega-release of the entire stack. The plan as I understand it is to eventually be a

Re: hdfs project separation

2013-10-11 Thread Milind Bhandarkar
Let me add a bit more about the feasibility of this. I have been doing some experiments by duplicating some common code code in hdfs-only , and yarn/MR only; and am able to build and use hdfs independently. Now that bigtop has matured, we can still do a single distro in apache with independentl

[jira] [Created] (HDFS-5346) Replication queues should not be initialized in the middle of IBR processing.

2013-10-11 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-5346: Summary: Replication queues should not be initialized in the middle of IBR processing. Key: HDFS-5346 URL: https://issues.apache.org/jira/browse/HDFS-5346 Project: Hadoop HDF

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

2013-10-11 Thread Apache Jenkins Server
See Changes: [llu] Move HDFS-5276 to 2.3.0 in CHANGES.txt [llu] HDFS-5276. Remove volatile from LightWeightHashSet. (Junping Du via llu) [llu] YARN-7. Support CPU resource for DistributedShell. (Junping Du via llu) [jing9] HADOOP-1

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

2013-10-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1549/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 11595 lines...] main: [mkdir] Created dir: /home/je

[jira] [Created] (HDFS-5345) NPE in block_info_xml JSP if the block has been deleted

2013-10-11 Thread Steve Loughran (JIRA)
Steve Loughran created HDFS-5345: Summary: NPE in block_info_xml JSP if the block has been deleted Key: HDFS-5345 URL: https://issues.apache.org/jira/browse/HDFS-5345 Project: Hadoop HDFS Iss

Hadoop-Hdfs-0.23-Build - Build # 757 - Still Failing

2013-10-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/757/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7876 lines...] [ERROR] location: class org.apache.ha

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #757

2013-10-11 Thread Apache Jenkins Server
See Changes: [jlowe] svn merge -c 1520964 FIXES: MAPREDUCE-5414. TestTaskAttempt fails in JDK7 with NPE. Contributed by Nemon Lou [jlowe] svn merge -c 1377943 FIXES: MAPREDUCE-4579. Split TestTaskAttempt into two so as to pass