HDFS-7514. TestTextCommand fails on Windows. (Arpit Agarwal)
This commit is contained in:
parent
46612c7a51
commit
7784b10808
|
@ -582,6 +582,8 @@ Release 2.7.0 - UNRELEASED
|
|||
HDFS-7517. Remove redundant non-null checks in FSNamesystem#
|
||||
getBlockLocations. (wheat9)
|
||||
|
||||
HDFS-7514. TestTextCommand fails on Windows. (Arpit Agarwal)
|
||||
|
||||
Release 2.6.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -43,8 +43,7 @@ import org.junit.Test;
|
|||
* by the Text command.
|
||||
*/
|
||||
public class TestHdfsTextCommand {
|
||||
private static final String TEST_ROOT_DIR =
|
||||
System.getProperty("test.build.data", "build/test/data/") + "/testText";
|
||||
private static final String TEST_ROOT_DIR = "/test/data/testText";
|
||||
private static final Path AVRO_FILENAME = new Path(TEST_ROOT_DIR, "weather.avro");
|
||||
private static MiniDFSCluster cluster;
|
||||
private static FileSystem fs;
|
||||
|
|
Loading…
Reference in New Issue