jerqi commented on PR #1656:
URL:
https://github.com/apache/incubator-uniffle/pull/1656#issuecomment-2062920431
> > > > How about using the command of `mvn versions:set -DnewVersion=xx `
to update?
> > >
> > >
> > > That is handy. Unfortunately, this does not upgrade
`client-mr/hadoop2.8/pom.xml` and `client-mr/hadoop3.2/pom.xml`.
> >
> >
> > Do you know the root of cause why they aren't upgraded?
>
> Yes, the root POM references the hadoop modules using a variable, which
`versions:set` cannot resolve:
>
> ```
> <module>client-mr/hadoop${hadoop.short.version}</module>
> ```
>
> One solution would be to add a profile that references both hadoop modules
explicitly (without variables), while that profile is not used for anything
useful (other than running `mvn versions:set`).
I got it. Thanks. It's ok for me now.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]