-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-14755. [Dynamometer] Hadoop-2 DataNode fail to start #1320
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. |
|
@tasanuma, thanks for submitting this! I don't think this will work if you have multiple storage locations configured, which is a common pattern. Is there anything we can do which will both support multiple storage locations, but also be backwards-compatible? |
|
@xkrogen Thanks for your review! |
|
Can you explain why it works? This is the code ( I would expect |
|
Thanks for your explanation, @xkrogen. I see. I'm not sure why my job worked, but it should be one directory there. So if we have multiple storage locations, we should use the first of them here, right? Updated the PR. It handles that case while keeping the compatibility between hadoop-2 and hadoop-3. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
I see. The problem is just that |
xkrogen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
|
Thanks! |
No description provided.