You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2020/01/20 09:15:00 UTC

[jira] [Commented] (FLINK-15682) Flink native kubernetes Could not run

    [ https://issues.apache.org/jira/browse/FLINK-15682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019315#comment-17019315 ] 

Yang Wang commented on FLINK-15682:
-----------------------------------

[~yuzhaojing] How do you build your docker image? You could not use the {{flink:latest}} as your image since it is build with 1.9 code base. Currently you need to build your own Flink image with master or release-1.10 branch. Once release-1.10 is released, {{flink:latest}} could be used.

I have run Flink on Kubernetes multiple times. It works fine.

> Flink native kubernetes Could not run
> -------------------------------------
>
>                 Key: FLINK-15682
>                 URL: https://issues.apache.org/jira/browse/FLINK-15682
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>            Reporter: yuzhaojing
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently,native kubernetes use exec /bin/bash -c java_command to start jobmanager and taskmanager.but there are $Flink_ClassPath in java_command,when use exec $@,this env can't be parse.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)