You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/05/17 04:17:25 UTC

[GitHub] [bigtop] yoda-mon opened a new pull request, #904: BIGTOP-3681 rearrange the dependency on flink services

yoda-mon opened a new pull request, #904:
URL: https://github.com/apache/bigtop/pull/904

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   This PR rearrange the dependency on flink smoke test to delay flink launching.
   Currently Bigtop CI failed because flink services tries to start before hdfs service starts.
   
   ### How was this patch tested?
   
   ```sh
   ./gradlew docker-provisioner \
       -Pnum_instances=3 \
       -Pmemory=8g \
       -Pstack="yarn,hdfs,mapreduce,flink" \
       -Psmoke_tests="hdfs,flink"
   ```
   
   ### For code changes:
   
   - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bigtop] yoda-mon closed pull request #904: BIGTOP-3681 rearrange the dependency on flink services

Posted by GitBox <gi...@apache.org>.
yoda-mon closed pull request #904: BIGTOP-3681 rearrange the dependency on flink services
URL: https://github.com/apache/bigtop/pull/904


-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org