[jira] [Created] (HDFS-8503) fs.copyoLocalFile(src, dst);will have NPE and can not run successful in windows

2015-06-01 Thread huangyitian (JIRA)
huangyitian created HDFS-8503: - Summary: fs.copyoLocalFile(src, dst);will have NPE and can not run successful in windows Key: HDFS-8503 URL: https://issues.apache.org/jira/browse/HDFS-8503 Project:

[jira] [Resolved] (HDFS-8500) Improve refreshNodes in DFSAdmin to support hdfs federation

2015-06-01 Thread Zhang Wei (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhang Wei resolved HDFS-8500. - Resolution: Not A Problem $HADOOP_PREFIX/sbin/refresh-namenodes.sh is appropriate choice. Improve

Re: DISCUSS: is the order in FS.listStatus() required to be sorted?

2015-06-01 Thread Vinayakumar B
I think the patch just updates the doc as of now, not changing any code to affect the existing usage. Sorting depends on the underlying implementations. Linux *ls *implementation returns alphanumerically sorted array by default ( Current implementation might have assumed from here to sort by

[jira] [Created] (HDFS-8507) hdfs secondarynamenode -geteditsize will fail when SNN is running as daemon

2015-06-01 Thread Brahma Reddy Battula (JIRA)
Brahma Reddy Battula created HDFS-8507: -- Summary: hdfs secondarynamenode -geteditsize will fail when SNN is running as daemon Key: HDFS-8507 URL: https://issues.apache.org/jira/browse/HDFS-8507

[jira] [Created] (HDFS-8505) Truncate should not be success when Truncate Size and Current Size are equal.

2015-06-01 Thread Archana T (JIRA)
Archana T created HDFS-8505: --- Summary: Truncate should not be success when Truncate Size and Current Size are equal. Key: HDFS-8505 URL: https://issues.apache.org/jira/browse/HDFS-8505 Project: Hadoop HDFS

[jira] [Created] (HDFS-8504) Some hdfs admin operations from client should have audit logs

2015-06-01 Thread Bob (JIRA)
Bob created HDFS-8504: - Summary: Some hdfs admin operations from client should have audit logs Key: HDFS-8504 URL: https://issues.apache.org/jira/browse/HDFS-8504 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-8506) List of 33 Unstable tests on branch-2.7

2015-06-01 Thread Tony Reix (JIRA)
Tony Reix created HDFS-8506: --- Summary: List of 33 Unstable tests on branch-2.7 Key: HDFS-8506 URL: https://issues.apache.org/jira/browse/HDFS-8506 Project: Hadoop HDFS Issue Type: Bug

DISCUSS: is the order in FS.listStatus() required to be sorted?

2015-06-01 Thread Steve Loughran
HADOOP-12009 (https://issues.apache.org/jira/browse/HADOOP-12009) patches the FS javadoc and contract tests to say the order you get things back from a listStatus() isn't guaranteed to be alphanumerically sorted That's one of those assumptions which we all have, but which, when you think

[jira] [Resolved] (HDFS-8504) Some hdfs admin operations from client should have audit logs

2015-06-01 Thread Allen Wittenauer (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Allen Wittenauer resolved HDFS-8504. Resolution: Won't Fix These should be getting logged in the NN log. Closing as won't fix.

Re: DISCUSS: is the order in FS.listStatus() required to be sorted?

2015-06-01 Thread Allen Wittenauer
The POSIX spec for readdir (http://pubs.opengroup.org/onlinepubs/009695399/functions/readdir.html) doesn’t spell out a sort order, so it should be assumed that the ordering isn’t guaranteed. Chris Siebenmann has written a few relative blog posts on the topic that might be of

[jira] [Resolved] (HDFS-8503) fs.copyoLocalFile(src, dst);will have NPE and can not run successful in windows

2015-06-01 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-8503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-8503. - Resolution: Not A Problem Yes, agreed. Thank you for your analysis, [~brahmareddy].

Jenkins build is back to normal : Hadoop-Hdfs-trunk-Java8 #204

2015-06-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/204/changes

Re: 2.7.1 status

2015-06-01 Thread Vinod Kumar Vavilapalli
Did a quick scan. Seems like HDFS-6478 which broke the functionality went into 2.6.0. Given that, I don't this should block 2.7.1, but if you can get it in in a day or two, all good. Thanks +Vinod On May 27, 2015, at 12:36 AM, Vinayakumar B vinayakum...@apache.org wrote: Hi Vinod,

Re: 2.7.1 status

2015-06-01 Thread Vinod Kumar Vavilapalli
Tx for the move on that JIRA, folks. https://issues.apache.org/jira/issues/?filter=12331550 still shows 4 blockers / 4 criticals. I'm going to start pushing them in/out. Thanks +Vinod On May 27, 2015, at 3:20 PM, Chris Nauroth cnaur...@hortonworks.com wrote: Thanks, Larry. I have marked

[jira] [Created] (HDFS-8508) TestJournalNode fails occasionally with bind exception

2015-06-01 Thread Arpit Agarwal (JIRA)
Arpit Agarwal created HDFS-8508: --- Summary: TestJournalNode fails occasionally with bind exception Key: HDFS-8508 URL: https://issues.apache.org/jira/browse/HDFS-8508 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-8510) Provide different timeout settings for hdfs dfsadmin -getDatanodeInfo.

2015-06-01 Thread Chris Nauroth (JIRA)
Chris Nauroth created HDFS-8510: --- Summary: Provide different timeout settings for hdfs dfsadmin -getDatanodeInfo. Key: HDFS-8510 URL: https://issues.apache.org/jira/browse/HDFS-8510 Project: Hadoop

[jira] [Created] (HDFS-8509) Support different passwords for key and keystore on HTTPFS using SSL. This requires for a Tomcat version update.

2015-06-01 Thread Wellington Chevreuil (JIRA)
Wellington Chevreuil created HDFS-8509: -- Summary: Support different passwords for key and keystore on HTTPFS using SSL. This requires for a Tomcat version update. Key: HDFS-8509 URL:

[jira] [Created] (HDFS-8512) storage type inside LocatedBlock object is not fully exposed for GETFILESTATUS

2015-06-01 Thread Sumana Sathish (JIRA)
Sumana Sathish created HDFS-8512: Summary: storage type inside LocatedBlock object is not fully exposed for GETFILESTATUS Key: HDFS-8512 URL: https://issues.apache.org/jira/browse/HDFS-8512 Project:

[jira] [Created] (HDFS-8513) Rename BlockPlacementPolicyRackFaultTolarent to BlockPlacementPolicyRackFaultTolerant

2015-06-01 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-8513: - Summary: Rename BlockPlacementPolicyRackFaultTolarent to BlockPlacementPolicyRackFaultTolerant Key: HDFS-8513 URL: https://issues.apache.org/jira/browse/HDFS-8513 Project:

[jira] [Created] (HDFS-8514) hadoop archive command looks at local files when using wildcard

2015-06-01 Thread Robert Kanter (JIRA)
Robert Kanter created HDFS-8514: --- Summary: hadoop archive command looks at local files when using wildcard Key: HDFS-8514 URL: https://issues.apache.org/jira/browse/HDFS-8514 Project: Hadoop HDFS

[jira] [Created] (HDFS-8515) Abstract a DTP/2 HTTP/2 server

2015-06-01 Thread Duo Zhang (JIRA)
Duo Zhang created HDFS-8515: --- Summary: Abstract a DTP/2 HTTP/2 server Key: HDFS-8515 URL: https://issues.apache.org/jira/browse/HDFS-8515 Project: Hadoop HDFS Issue Type: Sub-task