Mario Georgiev created FLINK-11900:
---------------------------------------

             Summary: Flink on Kubernetes sensitive about arguments placement
                 Key: FLINK-11900
                 URL: https://issues.apache.org/jira/browse/FLINK-11900
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.7.2
            Reporter:  Mario Georgiev


Hello guys,

I've discovered that when deploying the job cluster on Kubernetes, the Job 
Cluster Manager seems sensitive about the placement of arguments. 

For instance if i put the savepoint argument last, it never reads it. 

For instance if arguments are :

job-cluster --job-classname <classname> --fromSavepoint <savepointPath> 
--allowNonRestoredState does not pick the savepoint path and does not start 
from it

job-cluster --fromSavepoint <savepointPath> --n --job-classname <classname> -p 
works for savepoint retrieval



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to