liusheng commented on a change in pull request #1771: YARN-10041. Create tmp socket file under /tmp for CSI tests URL: https://github.com/apache/hadoop/pull/1771#discussion_r361571373
########## File path: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-csi/src/test/java/org/apache/hadoop/yarn/csi/client/TestCsiClient.java ########## @@ -20,7 +20,7 @@ import csi.v0.Csi; import org.apache.commons.io.FileUtils; -import org.apache.hadoop.test.GenericTestUtils; +import org.apache.curator.shaded.com.google.common.io.Files; Review comment: my mistake, thanks you, done ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
