HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c735362d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c735362d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c735362d Branch: refs/heads/HDFS-10467 Commit: c735362df719227adf9a648b2d425288cd4e4c2e Parents: 19a7e94 Author: Mingliang Liu <[email protected]> Authored: Sat Apr 29 23:49:36 2017 -0700 Committer: Mingliang Liu <[email protected]> Committed: Sat Apr 29 23:49:36 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/fs/FileSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c735362d/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java index 8f3f40d..29da214 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java @@ -798,7 +798,7 @@ public abstract class FileSystem extends Configured implements Closeable { * * The default implementation returns an array containing one element: * <pre> - * BlockLocation( { "localhost:50010" }, { "localhost" }, 0, file.getLen()) + * BlockLocation( { "localhost:9866" }, { "localhost" }, 0, file.getLen()) * </pre>> * * @param file FilesStatus to get data from --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
