Details
Description
Submitting jobs that submit YARN MR tasks on Cloudera 5.3.0
- job fails when submitting the YARN app
java.lang.NoClassDefFoundError: com/google/common/io/LimitInputStream
- this is from Guava and that class was removed starting with v. 15.0
- I can get around this by including guava-14.0.1.jar in lib/cdh5 (not sure if this breaks something else)