HDFS-6829: Merging r1619882 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7cad25ec94
commit
d9e55176b8
|
@ -282,6 +282,9 @@ Release 2.6.0 - UNRELEASED
|
|||
|
||||
HDFS-6890. NFS readdirplus doesn't return dotdot attributes (brandonli)
|
||||
|
||||
HDFS-6829. DFSAdmin refreshSuperUserGroupsConfiguration failed in
|
||||
security cluster (zhaoyunjiong via Arpit Agarwal)
|
||||
|
||||
Release 2.5.0 - 2014-08-11
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -356,7 +356,7 @@ public class DFSAdmin extends FsShell {
|
|||
* Construct a DFSAdmin object.
|
||||
*/
|
||||
public DFSAdmin() {
|
||||
this(null);
|
||||
this(new HdfsConfiguration());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue