aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2015-05-17 16:49:07 -0700
committerTathagata Das <tathagata.das1565@gmail.com>2015-05-17 16:49:07 -0700
commitca4257aec658aaa87f4f097dd7534033d5f13ddc (patch)
tree3ec231336161ad38e61c9f6d200aa3bc567a1225 /pom.xml
parent2ca60ace8f42cf0bd4569d86c86c37a8a2b6a37c (diff)
downloadspark-ca4257aec658aaa87f4f097dd7534033d5f13ddc.tar.gz
spark-ca4257aec658aaa87f4f097dd7534033d5f13ddc.tar.bz2
spark-ca4257aec658aaa87f4f097dd7534033d5f13ddc.zip
[SPARK-6514] [SPARK-5960] [SPARK-6656] [SPARK-7679] [STREAMING] [KINESIS] Updates to the Kinesis API
SPARK-6514 - Use correct region SPARK-5960 - Allow AWS Credentials to be directly passed SPARK-6656 - Specify kinesis application name explicitly SPARK-7679 - Upgrade to latest KCL and AWS SDK. Author: Tathagata Das <tathagata.das1565@gmail.com> Closes #6147 from tdas/kinesis-api-update and squashes the following commits: f23ea77 [Tathagata Das] Updated versions and updated APIs 373b201 [Tathagata Das] Updated Kinesis API
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6768a039d1..6f525b6ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,8 +148,8 @@
<avro.version>1.7.7</avro.version>
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
<jets3t.version>0.7.1</jets3t.version>
- <aws.java.sdk.version>1.8.3</aws.java.sdk.version>
- <aws.kinesis.client.version>1.1.0</aws.kinesis.client.version>
+ <aws.java.sdk.version>1.9.16</aws.java.sdk.version>
+ <aws.kinesis.client.version>1.2.1</aws.kinesis.client.version>
<commons.httpclient.version>4.3.2</commons.httpclient.version>
<commons.math3.version>3.4.1</commons.math3.version>
<test_classpath_file>${project.build.directory}/spark-test-classpath.txt</test_classpath_file>