summaryrefslogtreecommitdiffstats
path: root/pnda-ztt-app/src/universal/sparkStreaming
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-03-18 17:34:00 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-18 17:34:00 +0000
commita2c70c61422b115b2b683c68b1bfacceb44e09c3 (patch)
treee5ab5663b4e7064aeadd1448ba6632bfd5cbcb32 /pnda-ztt-app/src/universal/sparkStreaming
parent4d147ebcb1e732721b9de11e894063936c4e3b6b (diff)
parentd6be49830611313368e29ddaab8d0c314a3767c1 (diff)
Merge "Uprev spark/kafka to resolve vulnerabilities"
Diffstat (limited to 'pnda-ztt-app/src/universal/sparkStreaming')
-rw-r--r--pnda-ztt-app/src/universal/sparkStreaming/PndaZTTApp/properties.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/pnda-ztt-app/src/universal/sparkStreaming/PndaZTTApp/properties.json b/pnda-ztt-app/src/universal/sparkStreaming/PndaZTTApp/properties.json
index 2f8ab6a..2301cb4 100644
--- a/pnda-ztt-app/src/universal/sparkStreaming/PndaZTTApp/properties.json
+++ b/pnda-ztt-app/src/universal/sparkStreaming/PndaZTTApp/properties.json
@@ -6,5 +6,6 @@
"processing_parallelism" : "1",
"checkpoint_path": "",
"input_topic": "ves.avro",
- "consume_from_beginning": "false"
+ "consume_from_beginning": "false",
+ "spark_version": "2"
}