HADOOP-14363. Inconsistent default block location in FileSystem javadoc. Contributed by Chen Liang
This commit is contained in:
parent
19a7e94ee4
commit
c735362df7
@ -798,7 +798,7 @@ protected void checkPath(Path path) {
|
|||||||
*
|
*
|
||||||
* The default implementation returns an array containing one element:
|
* The default implementation returns an array containing one element:
|
||||||
* <pre>
|
* <pre>
|
||||||
* BlockLocation( { "localhost:50010" }, { "localhost" }, 0, file.getLen())
|
* BlockLocation( { "localhost:9866" }, { "localhost" }, 0, file.getLen())
|
||||||
* </pre>>
|
* </pre>>
|
||||||
*
|
*
|
||||||
* @param file FilesStatus to get data from
|
* @param file FilesStatus to get data from
|
||||||
|
Loading…
Reference in New Issue
Block a user