Repository: spark
Updated Branches:
  refs/heads/master 9abd05b6b -> f60ffe741


[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 <[email protected]>

Closes #16236 from boneill42/master.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f60ffe74
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f60ffe74
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f60ffe74

Branch: refs/heads/master
Commit: f60ffe74122717cd139e0f369cd255c03f8938ee
Parents: 9abd05b
Author: Brian O'Neill <[email protected]>
Authored: Sun Dec 11 09:19:41 2016 +0000
Committer: Sean Owen <[email protected]>
Committed: Sun Dec 11 09:19:41 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f60ffe74/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e7dc15..4f12085 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-->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to