From 14f6169fa66092bf48e02817fd6631434730fced Mon Sep 17 00:00:00 2001 From: Michael McCune Date: Mon, 6 Aug 2018 09:37:34 -0400 Subject: [PATCH] update spark version to 2.3.0 the radanalytics.io tooling is now deploying 2.3.0 as the default version. this change will ensure that the example continues to work with the upstream changes. --- demo/amqp-spark-driver/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/amqp-spark-driver/pom.xml b/demo/amqp-spark-driver/pom.xml index ae9c016..6ca7e83 100644 --- a/demo/amqp-spark-driver/pom.xml +++ b/demo/amqp-spark-driver/pom.xml @@ -12,7 +12,7 @@ org.apache.spark spark-streaming_2.11 - 2.0.0 + 2.3.0 io.radanalytics