justindongnz commented on issue #11404:
URL: 
https://github.com/apache/dolphinscheduler/issues/11404#issuecomment-1256889854

   I had the same issue and tried to compare with v2.
   And figured out that the behavior of startup process is different between 
these two versions.
   V2.0.6 uses tpl to generate configuration files under path 
/opt/dolphinscheduler/conf/ but not in V3
   
   To solve the problem, I used the work around to get it through by using a 
configmap inject file /opt/dolphinscheduler/conf/common.properties
   Change the line:
   
   resource.storage.type=NONE
   to:
   resource.storage.type=HDFS
   
   fs.defaultFS=hdfs://mycluster:8020
   to:
   fs.defaultFS=file:///
   
   Hope this would help you guys.


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