kgyrtkirk commented on pull request #1823: URL: https://github.com/apache/hive/pull/1823#issuecomment-753947139
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... ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org