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

[jira] [Comment Edited] (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=17019326#comment-17019326 ] 

yuzhaojing edited comment on FLINK-15682 at 1/20/20 9:27 AM:
-------------------------------------------------------------

FROM flink:latestFROM flink:latest
 RUN apt update &&\    
          apt-get install -y vim
 RUN rm -rf /opt/flink/
 COPY flink-1.10-SNAPSHOT /opt/flink/

I from flink:latest and build release-1.10 to recover it.


was (Author: yuzhaojing):
FROM flink:latestFROM flink:latest
RUN apt update &&\    
         apt-get install -y vim
RUN rm -rf /opt/flink/
COPY flink-1.10-SNAPSHOT /opt/flink/

I from flink:latest and build release-1.10 to recover it.

> 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)