blob: d6adcb7c346f51120ca9b1fa793f4010ae631e54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"artifact": {
"name": "dcae-analytics-cdap-tca",
"scope": "user",
"version": "2.2.0.SNAPSHOT"
},
"config": {
"appDescription": "DCAE Analytics Threshold Crossing Alert Application",
"appName": "dcae-tca",
"tcaAlertsAbatementTableName": "TCAAlertsAbatementTable",
"tcaAlertsAbatementTableTTLSeconds": 1728000,
"tcaSubscriberOutputStreamName": "TCASubscriberOutputStream",
"tcaVESAlertsTableName": "TCAVESAlertsTable",
"tcaVESAlertsTableTTLSeconds": 1728000,
"tcaVESMessageStatusTableName": "TCAVESMessageStatusTable",
"tcaVESMessageStatusTableTTLSeconds": 86400,
"thresholdCalculatorFlowletInstances": 2
}
}
|