|
@@ -494,6 +494,7 @@ module.exports =
|
|
|
"displayName": "Hadoop Log Dir Prefix",
|
|
|
"description": "The parent directory for Hadoop log files. The HDFS log directory will be ${hadoop_log_dir_prefix} / ${hdfs_user} and the MapReduce log directory will be ${hadoop_log_dir_prefix} / ${mapred_user}.",
|
|
|
"defaultValue": "/var/log/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
"displayType": "directory",
|
|
|
"isOverridable": false,
|
|
|
"isVisible": true,
|
|
@@ -507,6 +508,7 @@ module.exports =
|
|
|
"displayName": "Hadoop PID Dir Prefix",
|
|
|
"description": "The parent directory in which the PID files for Hadoop processes will be created. The HDFS PID directory will be ${hadoop_pid_dir_prefix} / ${hdfs_user} and the MapReduce PID directory will be ${hadoop_pid_dir_prefix} / ${mapred_user}.",
|
|
|
"defaultValue": "/var/run/hadoop",
|
|
|
+ "isReconfigurable": false,
|
|
|
"displayType": "directory",
|
|
|
"isOverridable": false,
|
|
|
"isVisible": true,
|