Hi,
thank you for trying out Flink.
I'm sorry that you ran into this issue. Flink does not have support for
Hadoop YARN before 2.2.0.
The reason for that is that Hadoop has changed the YARN APIs with the 2.2.0
release. (the pre 2.2.0 APIs are marked as "alpha")
If you take a closer look into the S
Hello :
I want build flink 0.8 on yarn ,but we use version : 2.0.0-cdh4.3.0 ,it failed
how can i build it .
command : mvn clean install -DskipTests -Pvendor-repos
-Dhadoop.version=2.0.0-cdh4.3.0
The document say , not support before hadoop 2.2.0 ,but i want to run on yarn
like spark on yarn .