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