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 2022/04/24 04:03:44 UTC

[GitHub] [flink-ml] lindong28 opened a new pull request, #89: [hotfix] Suppress the output of downloading messages in the github action log

lindong28 opened a new pull request, #89:
URL: https://github.com/apache/flink-ml/pull/89

   Currently the Java 8 Build log from github action could contain 20000+ lines of logs with redundant information such as `Progress (1): 17/36 MB` [1]. This information is typically not useful for developers and make it hard to find the useful information from the github webpage.
   
   This PR uses the `--no-transfer-progress` option to suppress the output of downloading messages [2].
   
   [1] https://github.com/apache/flink-ml/runs/6106425232?check_suite_focus=true
   [2] https://stackoverflow.com/questions/21638697/disable-maven-download-progress-indication


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-ml] zhipeng93 commented on pull request #89: [hotfix] Suppress the output of downloading messages in the github action log

Posted by GitBox <gi...@apache.org>.
zhipeng93 commented on PR #89:
URL: https://github.com/apache/flink-ml/pull/89#issuecomment-1107707363

   Thanks for the PR. LGTM.


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink-ml] zhipeng93 merged pull request #89: [hotfix] Suppress the output of downloading messages in the github action log

Posted by GitBox <gi...@apache.org>.
zhipeng93 merged PR #89:
URL: https://github.com/apache/flink-ml/pull/89


-- 
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: issues-unsubscribe@flink.apache.org

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