You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uniffle.apache.org by "xianjingfeng (via GitHub)" <gi...@apache.org> on 2023/03/04 12:00:11 UTC

[GitHub] [incubator-uniffle] xianjingfeng opened a new issue, #685: [Bug] Probloms of `RequireUpperBoundDeps`

xianjingfeng opened a new issue, #685:
URL: https://github.com/apache/incubator-uniffle/issues/685

   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the bug
   
   The following message is output after executing  ./build_distribution.sh
   
   ```
   [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
   Failed while enforcing RequireUpperBoundDeps. The error(s) are [
   Require upper bound dependencies error for com.google.protobuf:protobuf-java:3.19.2 paths to dependency are:
   +-org.apache.uniffle:rss-integration-common-test:0.8.0-SNAPSHOT
     +-org.apache.uniffle:shuffle-server:0.8.0-SNAPSHOT
       +-io.grpc:grpc-protobuf:1.47.0
         +-com.google.protobuf:protobuf-java:3.19.2
   and
   +-org.apache.uniffle:rss-integration-common-test:0.8.0-SNAPSHOT
     +-org.apache.uniffle:rss-common:0.8.0-SNAPSHOT
       +-org.apache.uniffle:rss-proto:0.8.0-SNAPSHOT
         +-com.google.protobuf:protobuf-java-util:3.19.6
           +-com.google.protobuf:protobuf-java:3.19.6
   and
   +-org.apache.uniffle:rss-integration-common-test:0.8.0-SNAPSHOT
     +-org.apache.uniffle:shuffle-server:0.8.0-SNAPSHOT
       +-io.grpc:grpc-protobuf:1.47.0
         +-com.google.api.grpc:proto-google-common-protos:2.0.1
           +-com.google.protobuf:protobuf-java:3.13.0
   ```
   
   ### Affects Version(s)
   
   master
   
   ### Uniffle Server Log Output
   
   _No response_
   
   ### Uniffle Engine Log Output
   
   _No response_
   
   ### Uniffle Server Configurations
   
   _No response_
   
   ### Uniffle Engine Configurations
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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@uniffle.apache.org.apache.org

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


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "xianjingfeng (via GitHub)" <gi...@apache.org>.
xianjingfeng commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1485070033

   > I encounter the same problem with maven 3.6.1. It's ok for me to use 3.6.3.
   
   3.6.3 does work now, but 3.3.9 and 3.6.1 don't. It seems that versions below 3.6 have this problem. Should we fix this issue? Just modify dependency file.


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] jerqi commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "jerqi (via GitHub)" <gi...@apache.org>.
jerqi commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1484049829

   I encounter the same problem with maven 3.6.1. It's ok for me to use 3.6.3.


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] kaijchen commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1455011279

   > I just tried it, the problem still exists. Could it be a maven version issue?
   > Maven version: 3.6.1
   
   I'm using maven 3.6.3.
   Full build log: https://paste.ubuntu.com/p/YSzJyCCs3B/


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "xianjingfeng (via GitHub)" <gi...@apache.org>.
xianjingfeng commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1483822156

   I have try different devices and different maven version, but neither work. I had to modify the dependency file.
   Is it just me having this problem? 😂  cc @jerqi @zuston @advancedxy  @smallzhongfeng
   


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] kaijchen commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1454767562

   > Would you help to fix this problom? @kaijchen And i think workflow should cover this case.
   
   I have no problem building it. Please run `maven clean` and remove anything in `~/.m2/repository/org/apache/uniffle/`


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "xianjingfeng (via GitHub)" <gi...@apache.org>.
xianjingfeng commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1454972641

   > > Would you help to fix this problom? @kaijchen And i think workflow should cover this case.
   > 
   > I have no problem building it. Please run `maven clean` and remove anything in `~/.m2/repository/org/apache/uniffle/`
   
   I just tried it, the problem still exists. Could it be a maven version issue?
   Maven version: 3.6.1


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] xianjingfeng commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "xianjingfeng (via GitHub)" <gi...@apache.org>.
xianjingfeng commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1454717159

   Would you help to fix this problom? @kaijchen  And i think workflow should cover this case.


-- 
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@uniffle.apache.org

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


[GitHub] [incubator-uniffle] kaijchen commented on issue #685: [Bug] Probloms of `RequireUpperBoundDeps`

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen commented on issue #685:
URL: https://github.com/apache/incubator-uniffle/issues/685#issuecomment-1485098339

   We can use a maven wrapper.


-- 
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@uniffle.apache.org

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


Re: [I] [Bug] Probloms of `RequireUpperBoundDeps` [incubator-uniffle]

Posted by "kaijchen (via GitHub)" <gi...@apache.org>.
kaijchen closed issue #685: [Bug]  Probloms of `RequireUpperBoundDeps`
URL: https://github.com/apache/incubator-uniffle/issues/685


-- 
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: issues-unsubscribe@uniffle.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org