-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLUTEN-5982][VL] Allow replacing installed minio package in 1.1.1 branch #5983
[GLUTEN-5982][VL] Allow replacing installed minio package in 1.1.1 branch #5983
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
@deepashreeraghu, could you change the target to main branch? There will be no more release in 1.1 branch. |
It's an environment issue. It's actually not only minio, but all the dependency libraries which causes version conflict. So we shouldn't put it in get_velox.sh. Current recommendation is to build Gluten on a clean OS or docker. Otherwise there will be plenty of issues. So let's put the solution in issue. |
@FelixYBW, yes, all other libs installed similarly should also have this potential issue. |
@deepashreeraghu can you put the error message and the solution in the issue? Looks it's not a good idea to solve the conflict in get_velox.sh. We should keep the script as simple as possible because we need to maintain it during daily velox rebase. |
@FelixYBW and @PHILO-HE - Thanks for your response. |
Also, I am building on 1.1.1 because I wanted S3 support which is not available in the released jar. |
In the main branch the same fix is already present. |
I see. |
Since the fix will get into Velox as part of the PR - facebookincubator/velox#10044. |
What changes were proposed in this pull request?
Allowing replace of minio package for branch 1.1.1
Fixes: #5982
How was this patch tested?
I ran a build with this fix and now it proceeds further and does not fail at rpm -i minio step.