From 87f82a5fb9c4350a97c761411069245f07aad46f Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Sun, 25 Oct 2015 21:57:34 -0700 Subject: [SPARK-11127][STREAMING] upgrade AWS SDK and Kinesis Client Library (KCL) AWS SDK 1.9.40 is the latest 1.9.x release. KCL 1.5.1 is the latest release that using AWS SDK 1.9.x. The main goal is to have Kinesis consumer be able to read messages generated from Kinesis Producer Library (KPL). The API should be compatible with old versions. tdas brkyvz Author: Xiangrui Meng Closes #9153 from mengxr/SPARK-11127. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 445e65c045..3dfc434fb5 100644 --- a/pom.xml +++ b/pom.xml @@ -152,8 +152,8 @@ 1.7.7 hadoop2 0.7.1 - 1.9.16 - 1.3.0 + 1.9.40 + 1.4.0 4.3.2 -- cgit v1.2.3