You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 02:36:16 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32173: [SPARK-35002][INFRA][FOLLOW-UP] Add current ip address, long hostname and short hostname to /etc/hosts

HyukjinKwon commented on a change in pull request #32173:
URL: https://github.com/apache/spark/pull/32173#discussion_r613716605



##########
File path: .github/actions/tune-runner-vm/action.yml
##########
@@ -0,0 +1,13 @@
+name: Tune Runner VM
+description: tunes the GitHub Runner VM operation system
+runs:
+  using: composite
+  steps:
+    - run: |
+        if [[ "$OSTYPE" == "linux-gnu"* ]]; then

Review comment:
       @lhotari, is it a permanent issue or temporary? (I assume so?) If it's temporary, I think we already have a minimized decent workaround. I would just leave it as is for now.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org