HDFS-8274. NFS configuration nfs.dump.dir not working (Contributed by Ajith S)
This commit is contained in:
parent
f4ebbc6afc
commit
cd6b26cce7
@ -28,7 +28,7 @@ public class NfsConfigKeys {
|
||||
|
||||
public static final String DFS_NFS_FILE_DUMP_KEY = "nfs.file.dump";
|
||||
public static final boolean DFS_NFS_FILE_DUMP_DEFAULT = true;
|
||||
public static final String DFS_NFS_FILE_DUMP_DIR_KEY = "nfs.file.dump.dir";
|
||||
public static final String DFS_NFS_FILE_DUMP_DIR_KEY = "nfs.dump.dir";
|
||||
public static final String DFS_NFS_FILE_DUMP_DIR_DEFAULT = "/tmp/.hdfs-nfs";
|
||||
|
||||
public static final String DFS_NFS_MAX_READ_TRANSFER_SIZE_KEY = "nfs.rtmax";
|
||||
|
@ -698,6 +698,9 @@ Release 2.8.0 - UNRELEASED
|
||||
HDFS-8346. libwebhdfs build fails during link due to unresolved external
|
||||
symbols. (Chris Nauroth via wheat9)
|
||||
|
||||
HDFS-8274. NFS configuration nfs.dump.dir not working. (Ajith S via
|
||||
Arpit Agarwal)
|
||||
|
||||
Release 2.7.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
Loading…
Reference in New Issue
Block a user