aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorBrian O'Neill <bone@alumni.brown.edu>2016-05-12 20:10:33 +0100
committerSean Owen <sowen@cloudera.com>2016-05-12 20:10:33 +0100
commit81e3bfc16c6cfbf2f9f2c6c32ed651b8450795ba (patch)
treea6a8e3f33ec82702d26c5eeeeaa6addf7caca46f /R
parent81bf870848cf9faeec5ab2d40acff27085466698 (diff)
downloadspark-81e3bfc16c6cfbf2f9f2c6c32ed651b8450795ba.tar.gz
spark-81e3bfc16c6cfbf2f9f2c6c32ed651b8450795ba.tar.bz2
spark-81e3bfc16c6cfbf2f9f2c6c32ed651b8450795ba.zip
[SPARK-14421] Upgrades protobuf dependency to 2.6.1 for the new version of KCL, and…
## What changes were proposed in this pull request? When running with Kinesis Consumer Library (KCL), against a stream that contains aggregated data, the KCL needs access to protobuf to de-aggregate the records. Without this patch, that results in the following error message: ``` Caused by: java.lang.ClassNotFoundException: com.google.protobuf.ProtocolStringList ``` This PR upgrades the protobuf dependency within the kinesis-asl-assembly, and relocates that package (as not to conflict with Spark's use of 2.5.0), which fixes the above CNFE. ## How was this patch tested? Used kinesis word count example against a stream containing aggregated data. See: SPARK-14421 Author: Brian O'Neill <bone@alumni.brown.edu> Closes #13054 from boneill42/protobuf-relocation-for-kcl.
Diffstat (limited to 'R')
0 files changed, 0 insertions, 0 deletions