pgaref commented on pull request #1823: URL: https://github.com/apache/hive/pull/1823#issuecomment-754115075
> its better to not use intermediate artifacts; snapshots doesnt play well with reproducible builds - if you just want to do a pre-flight check for the next orc version that could be done in a few different ways: > > * you may publish some pirate artifacts somewhere and we could add that repo to the artfiactory (and use some distinctive version number like: 1.6.6-pg01) > * other way around could be to kill the rat for your runs by uising `-Drat.skip` (but...snapshots are not always updated so it will take the previous....) > * you may also add instructions to also build orc during before the main hive build - that way it will build whatever you want > > last time when I had to do something similar I've choosen the first option... Thank you for the detailed explanation @kgyrtkirk ! I did try the first option as well locally (that can be useful in the future as well). For a private repo I used a GitHub repo as the simplest solution -- used 1.6.7-SNAPSHOT for testing but can be replaced with any distinct version number for the actual build). Shall we add **https://raw.githubusercontent.com/pgaref/mave-repo/main/** to the Jenkins artifactory for this? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
