abstractdog commented on code in PR #6435: URL: https://github.com/apache/hive/pull/6435#discussion_r3100948813
########## packaging/src/docker/build.sh: ########## @@ -20,13 +20,15 @@ set -eux HIVE_VERSION= HADOOP_VERSION= TEZ_VERSION= +TEZ_SNAPSHOT_VERSION= Review Comment: a release tarball must always be fetched (as the structural foundation, mostly because it contains all the dependencies for Tez), and snapshot jars are an optional overlay, placed on top to override the release-version tez jars while leaving lib/ intact a snapshot version alone cannot form a self-contained, runnable Tez installation, as we don't have SNAPSHOT tez tarballs downloadable -- 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]
