diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-22 23:25:45 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-22 23:26:00 -0400 |
commit | d6d409f7dbb14e4df2f326684c07db3a8859d531 (patch) | |
tree | c6c0e0053d6f53510fcd5bd4238d697331654d98 /tca-cdap-container/tca_app_config.json | |
parent | 6d381a5345092d28675986cf50408eaaa9c40690 (diff) |
Add TCA-CDAP container
Issue-ID: DCAEGEN2-357
Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'tca-cdap-container/tca_app_config.json')
-rw-r--r-- | tca-cdap-container/tca_app_config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tca-cdap-container/tca_app_config.json b/tca-cdap-container/tca_app_config.json new file mode 100644 index 0000000..b3a66cc --- /dev/null +++ b/tca-cdap-container/tca_app_config.json @@ -0,0 +1,19 @@ +{ + "artifact": { + "name": "dcae-analytics-cdap-tca", + "scope": "user", + "version": "2.2.0" + }, + "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 + } +} |