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/02/11 03:51:04 UTC

[GitHub] [dolphinscheduler] zhongjiajie opened a new issue #8343: [Feature][python] Fix pydolphinscheduler release to ASF's dist problem

zhongjiajie opened a new issue #8343:
URL: https://github.com/apache/dolphinscheduler/issues/8343


   ### 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
   
   We contain pydolphinscheduler source code in DolphinScheduler version 2.0.3 release in ASF's dist directory, combining with what dolphinscheduler which you can see in https://dist.apache.org/repos/dist/release/dolphinscheduler/2.0.3/ . The problem is we do not separate python code or tar ball and python distribute wheel in out of other source code. we should find a way to  support it, and here it is an example in:
   
   * And independent directory to keep all python related packages: We already have example in [flink](https://dist.apache.org/repos/dist/release/flink/flink-1.14.3/) to implement it by split to directory `python`
   * About the detail file should include in python directory: We could found detail in [airflow](https://dist.apache.org/repos/dist/release/airflow/2.2.3/) ASF's distribute wheel, which including `*.source.tar.gz`, `*.tar.gz`, `*.py3-none-any.whl`
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### 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

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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8343: [Feature][python] Fix pydolphinscheduler release to ASF's dist problem

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


   Hi:
   * 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 subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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] zhongjiajie closed issue #8343: [Feature][python] Fix pydolphinscheduler release to ASF's dist problem

Posted by GitBox <gi...@apache.org>.
zhongjiajie closed issue #8343:
URL: https://github.com/apache/dolphinscheduler/issues/8343


   


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