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



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/BaseServiceImpl.java
##########
@@ -127,23 +125,23 @@ public boolean check(Map<String, Object> result, boolean 
bool, Status userNoOper
      * @param tenantCode tenant code
      * @throws IOException if hdfs operation exception
      */
-    @Override
-    public void createTenantDirIfNotExists(String tenantCode) throws 
IOException {
-        String resourcePath = HadoopUtils.getHdfsResDir(tenantCode);
-        String udfsPath = HadoopUtils.getHdfsUdfDir(tenantCode);
-        // init resource path and udf path
-        HadoopUtils.getInstance().mkdir(resourcePath);
-        HadoopUtils.getInstance().mkdir(udfsPath);
-    }
+//    @Override

Review comment:
       Why removed these codes? If they are not needed I’d just remove them




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