You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/11 13:29:53 UTC

[GitHub] [incubator-inlong] KevinWen007 opened a new issue #2476: [Bug][Sort] Dependency conflict caused by maven-shade-plugin

KevinWen007 opened a new issue #2476:
URL: https://github.com/apache/incubator-inlong/issues/2476


   ### What happened
   
   1. Error 'cannot find symbol' will be occurred when executing `mvn clean install && mvn test`
   2. kafka client dependency conflict as blow:
      
   <img width="932" alt="wecom-temp-5998082f71df63b694866487616f4981" src="https://user-images.githubusercontent.com/89561791/153599489-e723db01-5c2e-4354-be39-c63d41214216.png">
   
   
   ### What you expected to happen
   
   There should be no problem.
   
   ### How to reproduce
   
   `mvn clean install` and `mvn clean install && mvn test` will occasionally triger the bugs.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   1.0.0
   
   ### InLong Component
   
   InLong Sort
   
   ### Are you willing to submit 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: dev-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] dockerzhang closed issue #2476: [Bug][Sort] Dependency conflict caused by maven-shade-plugin

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #2476:
URL: https://github.com/apache/incubator-inlong/issues/2476


   


-- 
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: dev-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] dockerzhang commented on issue #2476: [Bug][Sort] Dependency conflict caused by maven-shade-plugin

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on issue #2476:
URL: https://github.com/apache/incubator-inlong/issues/2476#issuecomment-1037019643


   the problem is caused by using hadoop-common dependancy from different repo
   <img width="1590" alt="wecom-temp-c3faaa06229e4ae35e1021c4c7aee11f" src="https://user-images.githubusercontent.com/18047329/153700235-71728738-2341-4e2b-8fde-31d18f54bd6b.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@inlong.apache.org

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