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