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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to