raulcd commented on PR #48175: URL: https://github.com/apache/arrow/pull/48175#issuecomment-3553382580
Thanks for the PR @hiroyuki-sato !!! The hdfs jobs are failing due to the jobs taking too long to download hadoop (~40 minutes). This seems to be cached on the docker image for the nightlies but as the script to download hadoop has changed on the PR it now has to download it again. We might want to temporarily increase the timeout for those docker files to succeed. We can add the timeout variable to the params here: https://github.com/apache/arrow/blob/303d077720f17713a191d53e25a88046645fa3a4/dev/tasks/tasks.yml#L913-L922 An example of a task with timeout here: https://github.com/apache/arrow/blob/303d077720f17713a191d53e25a88046645fa3a4/dev/tasks/tasks.yml#L939 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
