ZacharyBacon commented on issue #14302:
URL: 
https://github.com/apache/dolphinscheduler/issues/14302#issuecomment-2510600311

   > > 我找到了重点,将 vaules.yaml 
从更改`resource.storage.type=HDFS`为`resource.storage.type=NONE`
   > 
   > 你的问题解决了吗,我也遇到了同样的问题:
   > 
   > [错误] 2023-07-10 12:11:46.810 +0800 
org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[53] - 创建租户错误 
java.lang.NullPointerException: null at 
org.apache.dolphinscheduler.service.storage.impl.HadoopUtils.mkdir(HadoopUtils.java:293)
 at 
org.apache.dolphinscheduler.service.storage.impl.HadoopUtils.createTenantDirIfNotExists(HadoopUtils.java:268)
 at 
org.apache.dolphinscheduler.api.service.impl.TenantServiceImpl.createTenant(TenantServiceImpl.java:160)
 at 
org.apache.dolphinscheduler.api.service.impl.TenantServiceImpl$$FastClassBySpringCGLIB$$fcc8d845.invoke()
   
   这个问题我解决了,我是用的本地存储的,把resource.hdfs.fs.defaultFS改成file:/// 这样就可以了,你可以试下
   
![image](https://github.com/user-attachments/assets/5503470e-52b7-4448-8b78-10b867674fa1)
   


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