Amend HDFS-4156.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1410827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b4d01a0041
commit
7c4324f6bd
|
@ -157,8 +157,6 @@ public class TestSeekBug {
|
||||||
fs,
|
fs,
|
||||||
seekFile,
|
seekFile,
|
||||||
ONEMB,
|
ONEMB,
|
||||||
ONEMB,
|
|
||||||
fs.getDefaultBlockSize(seekFile),
|
|
||||||
fs.getDefaultReplication(seekFile),
|
fs.getDefaultReplication(seekFile),
|
||||||
seed);
|
seed);
|
||||||
FSDataInputStream stream = fs.open(seekFile);
|
FSDataInputStream stream = fs.open(seekFile);
|
||||||
|
@ -188,8 +186,6 @@ public class TestSeekBug {
|
||||||
fs,
|
fs,
|
||||||
seekFile,
|
seekFile,
|
||||||
ONEMB,
|
ONEMB,
|
||||||
ONEMB,
|
|
||||||
fs.getDefaultBlockSize(seekFile),
|
|
||||||
fs.getDefaultReplication(seekFile),
|
fs.getDefaultReplication(seekFile),
|
||||||
seed);
|
seed);
|
||||||
FSDataInputStream stream = fs.open(seekFile);
|
FSDataInputStream stream = fs.open(seekFile);
|
||||||
|
|
Loading…
Reference in New Issue