-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18036 : Backport HADOOP-17653 for branch-3.2 #3758
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
base: branch-3.2
Are you sure you want to change the base?
Conversation
💔 -1 overall
This message was automatically generated. |
} | ||
} | ||
|
||
private void addYarnSysFs(Path path, |
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.
i suspect the the change in the ServiceClient.java is totally unnecessary, because the method is not used at all.
import org.apache.hadoop.test.LambdaTestUtils; | ||
import org.apache.hadoop.thirdparty.com.google.common.collect.Lists; |
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.
doesn't compile. We didn't relocate Guava classes in 3.2.x
@@ -29,7 +29,7 @@ | |||
import java.util.Map; | |||
import java.util.TreeSet; | |||
|
|||
import org.apache.curator.shaded.com.google.common.base.Joiner; | |||
import org.apache.hadoop.thirdparty.com.google.common.base.Joiner; |
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.
doesn't compile. the relocated guava classes do not exist in 3.2.x.
Do not use guava's Files.createTempDir()