|
@@ -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);
|