guyuqi commented on code in PR #964:
URL: https://github.com/apache/bigtop/pull/964#discussion_r933744424
##########
bigtop.bom:
##########
@@ -145,11 +145,11 @@ bigtop {
'hadoop' {
name = 'hadoop'
relNotes = 'Apache Hadoop'
- version { base = '3.3.3'; pkg = base; release = 1 }
+ version { base = '3.3.4'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
- url { download_path = "/$name/common/$name-${version.base}"
- site = "${apache.APACHE_MIRROR}/${download_path}"
+ url { download_path = "/$name/$name-${version.base}-RC1"
Review Comment:
Thanks for updating it. @iwasakims
May I ask when would Hadoop upstream guys make the stable release for 3.3.4,
or they prefer to offer release candidate 2 (RC2)?
--
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]