Sumit Dubey created HADOOP-13753: ------------------------------------ Summary: Hadoop-Azure Update WASB URI format to support SAS token in it. Key: HADOOP-13753 URL: https://issues.apache.org/jira/browse/HADOOP-13753 Project: Hadoop Common Issue Type: Improvement Components: fs Affects Versions: 2.7.3 Reporter: Sumit Dubey Priority: Minor
The filesystem spec behaviour of {{getFileBlockLocations(Path)}} and its base implementation raise an FNFE if the path isn't there. But the method's javadocs say " For a nonexistent file or regions, null will be returned." * look at HDFS to see what it does * make spec and docs consistent with that * add contract tests I actually think HDFS raises FNFE, so it's the javadocs that are wrong. We just need a contract test & fixed up javadocs -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org