aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBrian O'Neill <bone@alumni.brown.edu>2016-12-11 09:19:41 +0000
committerSean Owen <sowen@cloudera.com>2016-12-11 09:19:41 +0000
commitf60ffe74122717cd139e0f369cd255c03f8938ee (patch)
tree2f01b0b882b535523dd97fe7c0d114f9933d8f2a /pom.xml
parent9abd05b6b94eda31c47bce1f913af988c35f1cb1 (diff)
downloadspark-f60ffe74122717cd139e0f369cd255c03f8938ee.tar.gz
spark-f60ffe74122717cd139e0f369cd255c03f8938ee.tar.bz2
spark-f60ffe74122717cd139e0f369cd255c03f8938ee.zip
[SPARK-18809] KCL version to 1.6.2 on master
## What changes were proposed in this pull request? Upgrading KCL version from 1.6.1 to 1.6.2. Without this upgrade, Spark cannot consume from a stream that includes aggregated records. This change was already commited against an older version of Spark. We need to apply the same thing to master. ## How was this patch tested? Manual testing using dump.py: https://gist.github.com/boneill42/020dde814346c6b4ad0ba28406c3ea10 Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Brian O'Neill <bone@alumni.brown.edu> Closes #16236 from boneill42/master.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5e7dc15f9d..4f12085d04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<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.6.1</aws.kinesis.client.version>
+ <aws.kinesis.client.version>1.6.2</aws.kinesis.client.version>
<!-- the producer is used in tests -->
<aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version>
<!-- org.apache.httpcomponents/httpclient-->