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/04/06 08:52:37 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue, #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   ### 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
   
   * Building project with command `mvn -U install package -Prelease -Dmaven.test.skip=true` occasionally fails with error `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:single (make-assembly) on project dolphinscheduler-data-quality: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating jar: JAR entry log4j.properties not found in ......./dolphin-scheduler/dolphinscheduler/dolphinscheduler-data-quality/target/archive-tmp/dolphinscheduler-data-quality-2.0.4-SNAPSHOT.jar `
   * It doesn't happen every time, but it does happen.
   * I had run `mvn clean` before I built the project.
   * I've checked the `log4j.properties` and it does existed. Not sure why error msg says it can't be found.
   ![image](https://user-images.githubusercontent.com/34905992/161934834-69f64280-768d-40cc-a728-797fec1944fa.png)
   ![image](https://user-images.githubusercontent.com/34905992/161934903-3f034389-4fb9-4216-8b77-f907577395d6.png)
   
   
   ### What you expected to happen
   
   * We need to find out what causes the project build failure and how to avoid it.
   
   ### How to reproduce
   
   * Described in `What happened` section.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### 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.apache.org

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


[GitHub] [dolphinscheduler] EricGao888 commented on issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   > `mvn clean install -Prelease -Dmaven.test.skip=true` It will be work 100%
   
   @lenboo I just tried `mvn clean install -Prelease -Dmaven.test.skip=true`, it did work! Thx! But still, I'm wondering why `mvn clean` then `mvn -U install package -Prelease -Dmaven.test.skip=true` doesn't work. Maybe we could change the instructions in the docs. 
   ![image](https://user-images.githubusercontent.com/34905992/161977263-02d77f10-bc69-424c-9431-e86cb8386a66.png)
   


-- 
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] lenboo commented on issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   > > `mvn clean install -Prelease -Dmaven.test.skip=true` It will be work 100%
   > 
   > @lenboo I just tried `mvn clean install -Prelease -Dmaven.test.skip=true`, it did work! Thx! But still, I'm wondering why `mvn clean` then `mvn -U install package -Prelease -Dmaven.test.skip=true` doesn't work. Maybe we could change the instructions in the docs. ![image](https://user-images.githubusercontent.com/34905992/161977263-02d77f10-bc69-424c-9431-e86cb8386a66.png)
   
    Yes, I think you're right about that.


-- 
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 #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   > `mvn clean install -Prelease -Dmaven.test.skip=true` It will be work 100%
   
   @lenboo Thanks for the help, I will give a try. Not sure why `mvn clean` then `mvn -U install package -Prelease -Dmaven.test.skip=true` does not work.


-- 
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 #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   BTW, I ran the build command in the terminal of `IntelliJ IDE`. But I suppose it shouldn't be the cause.


-- 
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] lenboo commented on issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   Fixed pr:
   https://github.com/apache/dolphinscheduler-website/pull/768


-- 
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] lenboo commented on issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   `mvn clean install -Prelease -Dmaven.test.skip=true` 
   It will be ok 100%


-- 
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 #9369: [Bug] [Data Quality] Project build failure caused by data quality module

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

   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] lenboo closed issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module

Posted by GitBox <gi...@apache.org>.
lenboo closed issue #9369: [Bug] [Data Quality] Project build failure caused by data quality module
URL: https://github.com/apache/dolphinscheduler/issues/9369


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