You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/16 05:36:16 UTC

[GitHub] [flink] zjffdu edited a comment on issue #8144: [FLINK-12159]. Enable YarnMiniCluster integration test under non-secure mode

zjffdu edited a comment on issue #8144: [FLINK-12159]. Enable YarnMiniCluster integration test under non-secure mode
URL: https://github.com/apache/flink/pull/8144#issuecomment-483517975
 
 
   > If a downstream process sets up a YarnMiniCluster it could configure the port differently. Flink would not need to be changed. 
   
   If user use YarnMiniCluster directly, and don't set `yarn.minicluster.fixed.ports` to be `true`, then JM can not connect RM (JM will connect to default scheduler port 8030, but the actual scheduler port is a random port which is stored in yarn-site.xml and flink didn't ship it to JM).
   
   @tillrohrmann I have fixed the UT failure issue. The root cause is that if I remove the setting of `yarn.minicluster.fixed.ports`, flink client can not connect RM to allocate container for JM because it didn't create yarnClient properly. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services