[ https://issues.apache.org/jira/browse/FLINK-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14944872#comment-14944872 ]
ASF GitHub Bot commented on FLINK-2797: --------------------------------------- Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1214#issuecomment-145818892 Can we step back a bit with this issue? The design for this seems quite crucial to get right to not get extreme code complexity/bloat and make everything about job submission, accumulators, etc very hard in the future. What is the design behind this pull request? - Can the "detached mode" handle interactive programs? - What about programs that use accumulators? - If not, how would they be recognized and what errors can be given? - The problem here seems very similar to intercepting the execution plan of a job and returning it. Any code sharing? > CLI: Missing option to submit jobs in detached mode > --------------------------------------------------- > > Key: FLINK-2797 > URL: https://issues.apache.org/jira/browse/FLINK-2797 > Project: Flink > Issue Type: Bug > Components: Command-line client > Affects Versions: 0.9, 0.10 > Reporter: Maximilian Michels > Assignee: Sachin Goel > Fix For: 0.10 > > > Jobs can only be submitted in detached mode using YARN but not on a > standalone installation. This has been requested by users who want to submit > a job, get the job id, and later query its status. -- This message was sent by Atlassian JIRA (v6.3.4#6332)