-
Notifications
You must be signed in to change notification settings - Fork 440
TEZ-4440. When tez app run in yarn fed cluster, may throw NPE #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
💔 -1 overall
This message was automatically generated. |
|
thanks for this patch @zhengchenyu! can you include a unit test to TestTaskScheduler which confirms that a TaskScheduler returns Resource(0,0) even if the RM client returned null? I'm not familiar with yarn federation, but defaulting to Resource(0,0) makes sense in edge cases |
It happen only in yarn federation, will never happen without yarn federation. For why return null in yarn federation?It is another issue about yarn. |
|
thanks @zhengchenyu, after reading YARN-8933 this definitely makes sense |
…(zhengchenyu reviewed by Laszlo Bodor)
https://issues.apache.org/jira/browse/TEZ-4440