aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrianLondon <brian@seatgeek.com>2016-01-05 23:15:07 +0000
committerSean Owen <sowen@cloudera.com>2016-01-05 23:15:07 +0000
commitff89975543b153d0d235c0cac615d45b34aa8fe7 (patch)
tree0287ec4ff1b9d4143e80f02798667a8ceea28b6f /pom.xml
parent78015a8b7cc316343e302eeed6fe30af9f2961e8 (diff)
downloadspark-ff89975543b153d0d235c0cac615d45b34aa8fe7.tar.gz
spark-ff89975543b153d0d235c0cac615d45b34aa8fe7.tar.bz2
spark-ff89975543b153d0d235c0cac615d45b34aa8fe7.zip
[SPARK-12453][STREAMING] Remove explicit dependency on aws-java-sdk
Successfully ran kinesis demo on a live, aws hosted kinesis stream against master and 1.6 branches. For reasons I don't entirely understand it required a manual merge to 1.5 which I did as shown here: https://github.com/BrianLondon/spark/commit/075c22e89bc99d5e99be21f40e0d72154a1e23a2 The demo ran successfully on the 1.5 branch as well. According to `mvn dependency:tree` it is still pulling a fairly old version of the aws-java-sdk (1.9.37), but this appears to have fixed the kinesis regression in 1.5.2. Author: BrianLondon <brian@seatgeek.com> Closes #10492 from BrianLondon/remove-only.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 398fcc92db..d0ac1eb39a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,7 +152,6 @@
<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.9.40</aws.java.sdk.version>
<aws.kinesis.client.version>1.4.0</aws.kinesis.client.version>
<!-- the producer is used in tests -->
<aws.kinesis.producer.version>0.10.1</aws.kinesis.producer.version>