How to set a custom JAVA_HOME when run flink on YARN?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

How to set a custom JAVA_HOME when run flink on YARN?

Renkai
Hi,all:
  The YARN cluster of my company is default to use Java 7,and I want to use java 8 form my Flink application, whant can I do to achieve it?
Reply | Threaded
Open this post in threaded view
|

Re: How to set a custom JAVA_HOME when run flink on YARN?

Renkai
I think I solved myself,just add  -yD yarn.taskmanager.env.JAVA_HOME=xx in the command line, a little hard to find the solution though.
Reply | Threaded
Open this post in threaded view
|

Re: How to set a custom JAVA_HOME when run flink on YARN?

Maximilian Michels
Preferably, you set that directly in the config using

env.java.home: /path/to/java/home

If unset, Flink will use the $JAVA_HOME environment variable.

Cheers,
Max

On Thu, Aug 25, 2016 at 10:39 AM, Renkai <[hidden email]> wrote:
> I think I solved myself,just add  -yD yarn.taskmanager.env.JAVA_HOME=xx in
> the command line, a little hard to find the solution though.
>
>
>
> --
> View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-set-a-custom-JAVA-HOME-when-run-flink-on-YARN-tp8676p8681.html
> Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: How to set a custom JAVA_HOME when run flink on YARN?

Renkai
It seems that this config variant only effect local cluster and stand alone cluster,not effect yarn.
Reply | Threaded
Open this post in threaded view
|

Re: How to set a custom JAVA_HOME when run flink on YARN?

rmetzger0
The "env.java.home" variable is only evaluated by the start scripts, not the YARN code.

The solution you've mentioned earlier is a good work around in my opinion.

On Fri, Aug 26, 2016 at 3:48 AM, Renkai <[hidden email]> wrote:
It seems that this config variant only effect local cluster and stand alone
cluster,not effect yarn.



--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/How-to-set-a-custom-JAVA-HOME-when-run-flink-on-YARN-tp8676p8709.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.