HDFS-8274. NFS configuration nfs.dump.dir not working (Contributed by Ajith S)

This commit is contained in:
Arpit Agarwal 2015-05-08 10:04:11 -07:00
parent f4ebbc6afc
commit cd6b26cce7
2 changed files with 4 additions and 1 deletions

View File

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

View File

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