nobolity commented on a change in pull request #8637:
URL: https://github.com/apache/dolphinscheduler/pull/8637#discussion_r834057681



##########
File path: 
dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/runner/TaskExecuteThread.java
##########
@@ -300,13 +310,15 @@ private void downloadResource(String execLocalPath, 
Map<String, String> projectR
             if (!resFile.exists()) {
                 try {
                     // query the tenant code of the resource according to the 
name of the resource
-                    String resHdfsPath = 
HadoopUtils.getHdfsResourceFileName(tenantCode, fullName);
+                    //XXX

Review comment:
       i  had removed it




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to