HADOOP-7523. Test org.apache.hadoop.fs.TestFilterFileSystem fails due to java.lang.NoSuchMethodException. Contributed by John Lee.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1154817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
62f27b5729
commit
8dc420ba36
@ -461,6 +461,9 @@ Trunk (unreleased changes)
|
|||||||
HADOOP-7515. test-patch reports the wrong number of javadoc warnings.
|
HADOOP-7515. test-patch reports the wrong number of javadoc warnings.
|
||||||
(tomwhite)
|
(tomwhite)
|
||||||
|
|
||||||
|
HADOOP-7523. Test org.apache.hadoop.fs.TestFilterFileSystem fails due to
|
||||||
|
java.lang.NoSuchMethodException. (John Lee via tomwhite)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -126,6 +126,8 @@ public void copyFromLocalFile(Path src, Path dst) { }
|
|||||||
public void moveFromLocalFile(Path[] srcs, Path dst) { }
|
public void moveFromLocalFile(Path[] srcs, Path dst) { }
|
||||||
public void moveFromLocalFile(Path src, Path dst) { }
|
public void moveFromLocalFile(Path src, Path dst) { }
|
||||||
public void copyToLocalFile(Path src, Path dst) { }
|
public void copyToLocalFile(Path src, Path dst) { }
|
||||||
|
public void copyToLocalFile(boolean delSrc, Path src, Path dst,
|
||||||
|
boolean useRawLocalFileSystem) { }
|
||||||
public void moveToLocalFile(Path src, Path dst) { }
|
public void moveToLocalFile(Path src, Path dst) { }
|
||||||
public long getBlockSize(Path f) { return 0; }
|
public long getBlockSize(Path f) { return 0; }
|
||||||
public FSDataOutputStream primitiveCreate(final Path f,
|
public FSDataOutputStream primitiveCreate(final Path f,
|
||||||
|
Loading…
Reference in New Issue
Block a user