Re: VOTE: HDFS-347 merge

2013-04-11 Thread Azuryy Yu
It's good to know HDFS-347 win the votes finally. Does there need some additional configuration to enable these features? On Fri, Apr 12, 2013 at 2:05 AM, Colin McCabe wrote: > The merge vote is now closed. With three +1s, it passes. > > thanks, > Colin > > > On Wed, Apr 10, 2013 at 10:00 PM,

[jira] [Created] (HDFS-4689) freeze/seal a hdfs file

2013-04-11 Thread Zesheng Wu (JIRA)
Zesheng Wu created HDFS-4689: Summary: freeze/seal a hdfs file Key: HDFS-4689 URL: https://issues.apache.org/jira/browse/HDFS-4689 Project: Hadoop HDFS Issue Type: New Feature Component

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-11 Thread Vinod Kumar Vavilapalli
Talked to Arun offline and merged this into 2.0.4-alpha. Also fixed CHANGES.txt. Thanks, +Vinod On Apr 10, 2013, at 9:10 PM, Alejandro Abdelnur wrote: > I've comitted HADOOP-9471 to trunk and branch-2 and closed JIRA with > fixedVersion 2.0.5. > > If this JIRA makes it to 2.0.4 we need to upda

Re: [VOTE] Release Apache Hadoop 2.0.4-alpha

2013-04-11 Thread Vinod Kumar Vavilapalli
Sid, I checked this into 2.0.4-alpha. Thanks, +Vinod On Apr 9, 2013, at 11:14 PM, Siddharth Seth wrote: > Arun, MAPREDUCE-5094 would be a useful jira to include in the 2.0.4-alpha > release. It's not an absolute blocker since the values can be controlled > explicitly by changing tests which use

[jira] [Resolved] (HDFS-4588) DFSTestUtil.appendFile() should close the output stream on completion.

2013-04-11 Thread Konstantin Shvachko (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Shvachko resolved HDFS-4588. --- Resolution: Duplicate Closing as duplicate then. Thanks Plamen for looking it up.

Re: testHDFSConf.xml

2013-04-11 Thread Konstantin Boudnik
The test cases weren't split - there's only testHDFS suite. However, the drivers available for common and mapreduce, so all you need to do is to add your tests cases a-la hdfs. Cos On Thu, Apr 11, 2013 at 09:14AM, Jay Vyas wrote: > Thats great. Yes this is certainly something we could benefit fr

[VOTE] Release Apache Hadoop 0.23.7

2013-04-11 Thread Thomas Graves
I've created a release candidate (RC0) for hadoop-0.23.7 that I would like to release. This release is a sustaining release with several important bug fixes in it. The RC is available at: http://people.apache.org/~tgraves/hadoop-0.23.7-candidate-0/ The RC tag in svn is here: http://svn.apache.org

[jira] [Created] (HDFS-4687) TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with JDK7

2013-04-11 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-4687: - Summary: TestDelegationTokenForProxyUser#testWebHdfsDoAs is flaky with JDK7 Key: HDFS-4687 URL: https://issues.apache.org/jira/browse/HDFS-4687 Project: Hadoop HDFS

[jira] [Created] (HDFS-4688) DFSClient should not allow multiple concurrent creates for the same file

2013-04-11 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-4688: - Summary: DFSClient should not allow multiple concurrent creates for the same file Key: HDFS-4688 URL: https://issues.apache.org/jira/browse/HDFS-4688 Project: Hadoop HDFS

Re: VOTE: HDFS-347 merge

2013-04-11 Thread Colin McCabe
The merge vote is now closed. With three +1s, it passes. thanks, Colin On Wed, Apr 10, 2013 at 10:00 PM, Aaron T. Myers wrote: > I'm +1 as well. I've reviewed much of the code as well and have personally > seen it running in production at several different sites. I agree with Todd > that it's

[jira] [Created] (HDFS-4686) Fix quota computation for rename with snapshots

2013-04-11 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-4686: --- Summary: Fix quota computation for rename with snapshots Key: HDFS-4686 URL: https://issues.apache.org/jira/browse/HDFS-4686 Project: Hadoop HDFS Issue Type: Sub-task

Re: testHDFSConf.xml

2013-04-11 Thread Jay Vyas
Thats great. Yes this is certainly something we could benefit from. But the "trunk" github appears to only have "./src/test/hdfs/org/apache/hadoop/cli/testHDFSConf.xml" in the source tree. Also, I don't see it in branch-0.22: # git checkout branch-0.22 Branch branch-0.22 set up to track remote b

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

2013-04-11 Thread Apache Jenkins Server
See Changes: [sseth] Additional fixes to CHANGES.txt to move jiras under the correct 2.x revision. [sseth] Undo the unnecessary changes to CHANGES.txt included in git-revision 06b93c7 [sseth] MAPREDUCE-5079. Changes job recovery t

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

2013-04-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1369/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14206 lines...] at sun.reflect.DelegatingMethodA

[jira] [Created] (HDFS-4685) Implementation of extended file acl in hdfs

2013-04-11 Thread Sachin Jose (JIRA)
Sachin Jose created HDFS-4685: - Summary: Implementation of extended file acl in hdfs Key: HDFS-4685 URL: https://issues.apache.org/jira/browse/HDFS-4685 Project: Hadoop HDFS Issue Type: Improveme

Re: Which Hadoop version is preferable to make changes in HDFS??

2013-04-11 Thread Azuryy Yu
Hadoopv2 support ""dfs.block.replicator.classname", you can implement your replicate policy. --Send from my Sony mobile. On Apr 11, 2013 2:07 PM, "Mohammad Mustaqeem" <3m.mustaq...@gmail.com> wrote: > I want to make changes in replica placement. > Which Hadoop version is preferable to make change

Re: Which Hadoop version is preferable to make changes in HDFS??

2013-04-11 Thread Azuryy Yu
Hadoop2.0.x supports "dfs.block.replicator.classname", you can implement your own replicator policy. On Thu, Apr 11, 2013 at 2:07 PM, Mohammad Mustaqeem <3m.mustaq...@gmail.com>wrote: > I want to make changes in replica placement. > Which Hadoop version is preferable to make changes in HDFS?? >

Re: Which java file is responsible for replica placement??

2013-04-11 Thread Azuryy Yu
org.apache.hadoop.hdfs.server.blockmanagement.BlockPlacementPolicyDefault in HadoopV2. On Thu, Apr 11, 2013 at 2:00 PM, Mohammad Mustaqeem <3m.mustaq...@gmail.com>wrote: > Which class is responsible for replica placement?? > Which class chooses the random rack for placement of 3rd replica? > an