You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/15 18:10:23 UTC

[GitHub] [arrow-ballista] andygrove opened a new issue, #356: Use local shuffle reader in containerized environments

andygrove opened a new issue, #356:
URL: https://github.com/apache/arrow-ballista/issues/356

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   https://github.com/apache/arrow-ballista/pull/347 adds a local shuffle reader. It uses the shuffle read URL to determine if a fetch is local or not. This works well when running as standalone processes but does not work so well in a containerized environment such as k8s where multiple executors could be running on the same host but in different containers.
   
   **Describe the solution you'd like**
   Why don't we just look on disk to see if the shuffle files exist locally
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   See discussion at https://github.com/apache/arrow-ballista/pull/347#discussion_r995794572
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow-ballista] andygrove closed issue #356: Use local shuffle reader in containerized environments

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #356: Use local shuffle reader in containerized environments
URL: https://github.com/apache/arrow-ballista/issues/356


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] Ted-Jiang commented on issue #356: Use local shuffle reader in containerized environments

Posted by GitBox <gi...@apache.org>.
Ted-Jiang commented on issue #356:
URL: https://github.com/apache/arrow-ballista/issues/356#issuecomment-1279916069

   Sounds like a better approach! 👍 I will make another PR.


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow-ballista] andygrove commented on issue #356: Use local shuffle reader in containerized environments

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #356:
URL: https://github.com/apache/arrow-ballista/issues/356#issuecomment-1279801187

   @Ted-Jiang What do you think of this idea?


-- 
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: github-unsubscribe@arrow.apache.org

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