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/08/28 07:52:34 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue, #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

EricGao888 opened a new issue, #11683:
URL: https://github.com/apache/dolphinscheduler/issues/11683

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   * In DS 3.0.0-xxx, we have `StorageOperate` interface and we could integrate with remote object storage through API . Currently we have already supported `AWS S3`, we could support `Alibaba Cloud OSS` in the same way. https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/S3Utils.java
   * Using OSS Client API instead of `OSSFS`, we do not need to worry about the version of hadoop. https://github.com/apache/dolphinscheduler/pull/3424#issuecomment-683747588 BTW, `OSSFS` seems no more under good maintenance and is not very stable.
   
   ### Use case
   
   * Already described above.
   
   ### Related issues
   
   * related #2864
   
   ### Are you willing to submit a PR?
   
   - [X] 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.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11683:
URL: https://github.com/apache/dolphinscheduler/issues/11683#issuecomment-1229401145

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


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


[GitHub] [dolphinscheduler] ruanwenjun commented on issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #11683:
URL: https://github.com/apache/dolphinscheduler/issues/11683#issuecomment-1230424931

   > > That will be great if we can support with `Alibaba Cloud OSS`. BTW, we need to refactor the current naming of StorageOperate implementation, the XXUtils is bad.
   > 
   > @ruanwenjun Since the interface is called `StorageOperate`, what about renaming `XXUtils` to `XXOperator`? `S3Operator`, `OssOperator`, etc.
   
   It's Ok to me, if we can rename to `xxStorageOperate`.


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


[GitHub] [dolphinscheduler] ruanwenjun commented on issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #11683:
URL: https://github.com/apache/dolphinscheduler/issues/11683#issuecomment-1229454764

   That will be great if we can support with `Alibaba Cloud OSS`. BTW, we need to refactor the current naming of StorageOperate implementation, the XXUtils is bad.


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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #11683:
URL: https://github.com/apache/dolphinscheduler/issues/11683#issuecomment-1229833038

   > That will be great if we can support with `Alibaba Cloud OSS`. BTW, we need to refactor the current naming of StorageOperate implementation, the XXUtils is bad.
   
   @ruanwenjun Since the interface is called `StorageOperate`, what about renaming `XXUtils` to `XXOperator`? `S3Operator`, `OssOperator`, etc.


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


[GitHub] [dolphinscheduler] EricGao888 closed issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center

Posted by GitBox <gi...@apache.org>.
EricGao888 closed issue #11683: [Feature][Resource Center] Add support for Alibaba Cloud OSS as storage for resource center
URL: https://github.com/apache/dolphinscheduler/issues/11683


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