You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/06/30 06:37:04 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10691: [Bug] [Module Name] S3Utils FlinkTasks download the file isn`t exists

github-actions[bot] commented on issue #10691:
URL: https://github.com/apache/dolphinscheduler/issues/10691#issuecomment-1170825471

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   The 3.0 version also has this problem. When using minio, it can be uploaded. The path creates a folder by itself, such as /jars/WordCount.jar. When downloading the result, the full path dstFile = /logs/dolphinscheduler/exec/process/6001613416160/6026624232736_7/ 62/139/jars/WordCount.jar, the jars path cannot be created automatically, the file isn't exists is reported abnormally when downloading, in the code S3Utils.java line 163 FileOutputStream fos = new FileOutputStream(new File(dstFile)))
    
   
   ### What you expected to happen
   
   Custom paths can be created automatically
   
   ### How to reproduce
   
   Detect download paths, create non-existing folders
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.0.0-beta-1
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org