abstractdog commented on code in PR #6435: URL: https://github.com/apache/hive/pull/6435#discussion_r3101304811
########## packaging/src/docker/build.sh: ########## @@ -20,13 +20,15 @@ set -eux HIVE_VERSION= HADOOP_VERSION= TEZ_VERSION= +TEZ_SNAPSHOT_VERSION= Review Comment: short term, **yes**, otherwise the whole TezAM initiative cannot be tried out as here Tez 1.0.0 could be months (or more) away, and I would like to be able to proceed with cloud-native initiative in the meantime released/published Docker images must contain SNAPSHOT-only jars, I agree, but the a temporary Hive image built with Tez 1.0.0-SNAPSHOT can be utilized for distributed/perf test even in 1-2 months -- 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]
