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