Revert "HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir."

This reverts commit acc172e371.

Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
This commit is contained in:
Tsz-Wo Nicholas Sze 2015-02-27 18:27:19 +08:00
parent 02df51497f
commit d223a4a594
2 changed files with 2 additions and 5 deletions

View File

@ -673,9 +673,6 @@ Release 2.7.0 - UNRELEASED
HDFS-7714. Simultaneous restart of HA NameNodes and DataNode can cause HDFS-7714. Simultaneous restart of HA NameNodes and DataNode can cause
DataNode to register successfully with only one NameNode.(vinayakumarb) DataNode to register successfully with only one NameNode.(vinayakumarb)
HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir.
(szetszwo)
HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage. HDFS-7753. Fix Multithreaded correctness Warnings in BackupImage.
(Rakesh R and shv) (Rakesh R and shv)

View File

@ -16293,8 +16293,8 @@
<command>-fs NAMENODE -mkdir -p /user/USERNAME/dir1</command> <command>-fs NAMENODE -mkdir -p /user/USERNAME/dir1</command>
<command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data15bytes /user/USERNAME/dir1</command> <command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data15bytes /user/USERNAME/dir1</command>
<command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data30bytes /user/USERNAME/dir1</command> <command>-fs NAMENODE -copyFromLocal CLITEST_DATA/data30bytes /user/USERNAME/dir1</command>
<command>-fs NAMENODE -getmerge /user/USERNAME/dir1 CLITEST_DATA/file</command> <command>-fs NAMENODE -getmerge /user/USERNAME/dir1 data</command>
<command>-cat CLITEST_DATA/file</command> <command>-cat data</command>
</test-commands> </test-commands>
<cleanup-commands> <cleanup-commands>
<command>-fs NAMENODE -rm -r /user/USERNAME</command> <command>-fs NAMENODE -rm -r /user/USERNAME</command>