From f846b8c7a7386a53242b6eb285d6dc85f590577d Mon Sep 17 00:00:00 2001 From: Monir Mozumder Date: Thu, 3 Nov 2016 23:21:15 -0500 Subject: [PATCH] Updated min version of some tools, since some mirrors have removed older versions --- stream-bench.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stream-bench.sh b/stream-bench.sh index 3adcde28b..a4b8d34c8 100755 --- a/stream-bench.sh +++ b/stream-bench.sh @@ -13,11 +13,11 @@ MAKE=${MAKE:-make} KAFKA_VERSION=${KAFKA_VERSION:-"0.8.2.1"} REDIS_VERSION=${REDIS_VERSION:-"3.0.5"} -SCALA_BIN_VERSION=${SCALA_BIN_VERSION:-"2.10"} +SCALA_BIN_VERSION=${SCALA_BIN_VERSION:-"2.11"} SCALA_SUB_VERSION=${SCALA_SUB_VERSION:-"4"} -STORM_VERSION=${STORM_VERSION:-"0.10.0"} -FLINK_VERSION=${FLINK_VERSION:-"0.10.1"} -SPARK_VERSION=${SPARK_VERSION:-"1.5.1"} +STORM_VERSION=${STORM_VERSION:-"0.10.2"} +FLINK_VERSION=${FLINK_VERSION:-"0.10.2"} +SPARK_VERSION=${SPARK_VERSION:-"1.6.2"} STORM_DIR="apache-storm-$STORM_VERSION" REDIS_DIR="redis-$REDIS_VERSION"