[
https://issues.apache.org/jira/browse/FLINK-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14998413#comment-14998413
]
ASF GitHub Bot commented on FLINK-2797:
---------------------------------------
Github user mxm commented on the pull request:
https://github.com/apache/flink/pull/1214#issuecomment-155391848
>Do you know of any change I can make to travis conf so all modules are
built but only Yarn tests get executed?
Yes change the build instructions in .travis.yml to run `mvn clean install
-DskipTests` followed by a `cd flink-yarn-tests && mvn verify`. Locally, you
can find the logs in the target directory of flink-yarn-tests. There is also a
way to upload these log files with an AWS account.
I think the different semantics for YARN and standalone are fine. The `-d`
flag always starts the job detached. That's independent of YARN or standalone
mode.
> 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)