|
@@ -26,7 +26,7 @@ module.exports =
|
|
|
"displayName": "Custom HDFS Configs",
|
|
|
"value": "",
|
|
|
"defaultValue": "",
|
|
|
- "description": "If you wish to set configuration parameters not exposed through this page, you can specify them here.<br>The text you specify here will be injected into hdfs-site.xml verbatim.",
|
|
|
+ "description": "Enter in \"<key> = <value>\" format to set hdfs-site.xml parameters not exposed through this page.<br> New line is the delimiter for every key-value pair.",
|
|
|
"displayType": "custom",
|
|
|
"isVisible": true,
|
|
|
"isRequired": false,
|
|
@@ -39,7 +39,7 @@ module.exports =
|
|
|
"displayName": "Custom MapReduce Configs",
|
|
|
"value": "",
|
|
|
"defaultValue": "",
|
|
|
- "description": "If you wish to set configuration parameters not exposed through this page, you can specify them here.<br>The text you specify here will be injected into mapred-site.xml verbatim.",
|
|
|
+ "description": "Enter in \"<key> = <value>\" format to set mapred-site.xml parameters not exposed through this page.<br> New line is the delimiter for every key-value pair.",
|
|
|
"displayType": "custom",
|
|
|
"isVisible": true,
|
|
|
"isRequired": false,
|
|
@@ -50,7 +50,7 @@ module.exports =
|
|
|
"id": "conf-site",
|
|
|
"name": "hbase-site",
|
|
|
"displayName": "Custom HBase Configs",
|
|
|
- "description": "If you wish to set configuration parameters not exposed through this page, you can specify them here.<br>The text you specify here will be injected into hbase-site.xml verbatim.",
|
|
|
+ "description": "Enter in \"<key> = <value>\" format to set hbase-site.xml parameters not exposed through this page.<br> New line is the delimiter for every key-value pair.",
|
|
|
"defaultValue": "",
|
|
|
"isRequired": false,
|
|
|
"displayType": "custom",
|
|
@@ -62,7 +62,7 @@ module.exports =
|
|
|
"id": "conf-site",
|
|
|
"name": "hive-site",
|
|
|
"displayName": "Custom Hive Configs",
|
|
|
- "description": "If you wish to set configuration parameters not exposed through this page, you can specify them here.<br>The text you specify here will be injected into hive-site.xml verbatim.",
|
|
|
+ "description": "Enter in \"<key> = <value>\" format to set hive-site.xml parameters not exposed through this page.<br> New line is the delimiter for every key-value pair.",
|
|
|
"defaultValue": "",
|
|
|
"isRequired": false,
|
|
|
"displayType": "custom",
|
|
@@ -74,7 +74,7 @@ module.exports =
|
|
|
"id": "conf-site",
|
|
|
"name": "oozie-site",
|
|
|
"displayName": "Custom Oozie Configs",
|
|
|
- "description": "If you wish to set configuration parameters not exposed through this page, you can specify them here.<br>The text you specify here will be injected into oozie-site.xml verbatim.s",
|
|
|
+ "description": "Enter in \"<key> = <value>\" format to set oozie-site.xml parameters not exposed through this page.<br> New line is the delimiter for every key-value pair.",
|
|
|
"defaultValue": "",
|
|
|
"isRequired": false,
|
|
|
"displayType": "custom",
|