|
@@ -1340,7 +1340,7 @@ module.exports =
|
|
|
"id": "puppet var",
|
|
|
"name": "falcon_port",
|
|
|
"displayName": "Falcon server port",
|
|
|
- "description": "",
|
|
|
+ "description": "Port the Falcon Server listens on",
|
|
|
"defaultValue": "15000",
|
|
|
"isReconfigurable": true,
|
|
|
"displayType": "int",
|
|
@@ -1352,8 +1352,8 @@ module.exports =
|
|
|
{
|
|
|
"id": "puppet var",
|
|
|
"name": "falcon_local_dir",
|
|
|
- "displayName": "Falcon directory to store different data",
|
|
|
- "description": "",
|
|
|
+ "displayName": "Falcon data directory",
|
|
|
+ "description": "Directory where Falcon data, such as activemq data, is stored",
|
|
|
"defaultValue": "/hadoop/falcon",
|
|
|
"isReconfigurable": true,
|
|
|
"displayType": "directory",
|
|
@@ -1366,7 +1366,7 @@ module.exports =
|
|
|
"id": "puppet var",
|
|
|
"name": "falcon_store_uri",
|
|
|
"displayName": "Falcon store URI",
|
|
|
- "description": "",
|
|
|
+ "description": "Directory where entity definitions are stored",
|
|
|
"defaultValue": "file:///hadoop/falcon/store",
|
|
|
"isReconfigurable": true,
|
|
|
"displayType": "string",
|