You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "homatthew (via GitHub)" <gi...@apache.org> on 2023/02/07 21:41:37 UTC

[GitHub] [gobblin] homatthew commented on a diff in pull request #3637: Refactor/rename YarnServiceIT to YarnServiceTest

homatthew commented on code in PR #3637:
URL: https://github.com/apache/gobblin/pull/3637#discussion_r1099285297


##########
gobblin-yarn/src/test/java/org/apache/gobblin/yarn/YarnServiceTestWithExpiration.java:
##########
@@ -122,8 +122,8 @@ public void setUp() throws Exception {
     this.yarnClient.init(this.clusterConf);
     this.yarnClient.start();
 
-    URL url = YarnServiceTest.class.getClassLoader()
-        .getResource(YarnServiceTest.class.getSimpleName() + ".conf");
+    URL url = YarnServiceIT.class.getClassLoader()

Review Comment:
   You have to update the conf file name too in the resources



-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org