HDFS-7769. TestHDFSCLI should not create files in hdfs project root dir.
This commit is contained in:
parent
fd75b8c9ca
commit
acc172e371
|
@ -601,6 +601,9 @@ 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)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -16281,8 +16281,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 data</command>
|
<command>-fs NAMENODE -getmerge /user/USERNAME/dir1 CLITEST_DATA/file</command>
|
||||||
<command>-cat data</command>
|
<command>-cat CLITEST_DATA/file</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>
|
||||||
|
|
Loading…
Reference in New Issue