HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang
(cherry picked from commit c735362df719227adf9a648b2d425288cd4e4c2e)
This commit is contained in:
parent
a8512d5aeb
commit
18a5925256
@ -792,7 +792,7 @@ protected void checkPath(Path path) {
|
||||
*
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user