erienniu opened a new issue #4073:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4073
**Which version of Dolphin Scheduler:**
-[1.3.3]
there's no property `res.upload.startup.type` bu `resource.storage.type` in
`install.sh` and `install_config.conf`, so upoad is invalidable after deploy
and cause error belows
```
[ERROR] 2020-11-17 14:10:13.520
org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[45] - 创建资源错误
java.lang.IllegalArgumentException: No enum constant
org.apache.dolphinscheduler.common.enums.ResUploadType.
at java.lang.Enum.valueOf(Enum.java:238)
at
org.apache.dolphinscheduler.common.enums.ResUploadType.valueOf(ResUploadType.java:22)
at
org.apache.dolphinscheduler.common.utils.PropertyUtils.getResUploadStartupState(PropertyUtils.java:76)
at
org.apache.dolphinscheduler.api.service.ResourcesService.createDirectory(ResourcesService.java:101)
at
org.apache.dolphinscheduler.api.service.ResourcesService$$FastClassBySpringCGLIB$$cfb54838.invoke(<generated>)
at
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
……
```
----------------------------------------------------------------
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]