-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15464: ViewFsOverloadScheme should work when -fs option pointing to remote cluster without mount links #2132
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
… to remote cluster without mount links
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
ayushtkn
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.
Thanx @umamaheswararao for the work here.
Changes LGTM +1
| Assert.assertTrue(vfs.mkdirs(testFallBack)); | ||
| FileStatus[] status = vfs.listStatus(testFallBack.getParent()); | ||
| Assert.assertEquals(FILE_NAME, status[0].getPath().getName()); | ||
| Assert.assertEquals(testFallBack.getName(), |
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.
nit:
there is a static import for assert.* above, you can avoid having Assert.
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.
Done
|
Thanks @ayushtkn for review! [INFO] ------------------------------------------------------- |
|
💔 -1 overall
This message was automatically generated. |
… to remote cluster without mount links (apache#2132). Contributed by Uma Maheswara Rao G. (cherry picked from commit 3e70006) Change-Id: I727888643105031cfa89378ee90b45c4aecdf78d (cherry picked from commit 37c66d3)
https://issues.apache.org/jira/browse/HDFS-15464