aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrianLondon <brian@seatgeek.com>2016-01-11 09:32:06 +0000
committerSean Owen <sowen@cloudera.com>2016-01-11 09:32:06 +0000
commit8fe928b4fe380ba527164bd413402abfed13c0e1 (patch)
tree6cd56e25c92c05112df3ac394645d2036f042e5c /pom.xml
parentbd723bd53d9a28239b60939a248a4ea13340aad8 (diff)
downloadspark-8fe928b4fe380ba527164bd413402abfed13c0e1.tar.gz
spark-8fe928b4fe380ba527164bd413402abfed13c0e1.tar.bz2
spark-8fe928b4fe380ba527164bd413402abfed13c0e1.zip
[SPARK-12269][STREAMING][KINESIS] Update aws-java-sdk version
The current Spark Streaming kinesis connector references a quite old version 1.9.40 of the AWS Java SDK (1.10.40 is current). Numerous AWS features including Kinesis Firehose are unavailable in 1.9. Those two versions of the AWS SDK in turn require conflicting versions of Jackson (2.4.4 and 2.5.3 respectively) such that one cannot include the current AWS SDK in a project that also uses the Spark Streaming Kinesis ASL. Author: BrianLondon <brian@seatgeek.com> Closes #10256 from BrianLondon/master.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 06cccf1df0..fc5cf970e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,9 +152,9 @@
<avro.version>1.7.7</avro.version>
<avro.mapred.classifier>hadoop2</avro.mapred.classifier>
<jets3t.version>0.7.1</jets3t.version>
- <aws.kinesis.client.version>1.4.0</aws.kinesis.client.version>
+ <aws.kinesis.client.version>1.6.1</aws.kinesis.client.version>
<!-- the producer is used in tests -->
- <aws.kinesis.producer.version>0.10.1</aws.kinesis.producer.version>
+ <aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version>
<!-- org.apache.httpcomponents/httpclient-->
<commons.httpclient.version>4.3.2</commons.httpclient.version>
<!-- commons-httpclient/commons-httpclient-->
@@ -167,7 +167,7 @@
<jline.version>${scala.version}</jline.version>
<jline.groupid>org.scala-lang</jline.groupid>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
- <fasterxml.jackson.version>2.4.4</fasterxml.jackson.version>
+ <fasterxml.jackson.version>2.5.3</fasterxml.jackson.version>
<snappy.version>1.1.2</snappy.version>
<netlib.java.version>1.1.2</netlib.java.version>
<calcite.version>1.2.0-incubating</calcite.version>