Github user rmetzger commented on the issue:
https://github.com/apache/flink/pull/3604
Success!
I got it to work on my CDH 5.4.2 virtual machine with the following
environment variables set
```
export
HADOOP_CLASSPATH=/usr/lib/hadoop-yarn/*:/usr/lib/hadoop/*:/usr/lib/hadoop-yarn/lib/*:/usr/lib/hadoop/lib/*:/etc/hadoop/conf:/usr/lib/hadoop-hdfs/*
```
and it was using CDH's Hadoop version:
```
2017-05-04 10:49:58,243 INFO
org.apache.flink.yarn.YarnApplicationMasterRunner - Hadoop
version: 2.6.0-cdh5.4.2
```
I'll merge this change to master.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---