Hi, Kengo * Ambari 2.7.5(from Bigtop 3.0) w/ Mpack from the 1.5 release -> it works and deploys Bigtop 1.5 stack
Kengo Seki <sek...@apache.org> 于2022年3月3日周四 19:20写道: > > The bgtp-ambari-mpack is works well with the Ambari 2.7.5 which come from > > Bigtop 3.0, but it's components(Hadoop and Zookeeper) are all come from > Bigtop 1.5. > > Oh I see, that's what I originally thought so. > The mpack of Bigtop 3.0 is intended to deploy Bigtop 1.5 stack, though it's > a bit misleading :) > It should be mentioned in the release notes. > > Let me organize the combinations of the conditions. My understanding is as > follows, are these correct? > > * Ambari 2.6.1 (from Bigtop 1.5) w/ Mpack from the 3.0.0 release > -> It works and deploys Bigtop 1.5 stack. > > * Ambari 2.6.1 (from Bigtop 1.5) w/ Mpack from the upcoming 3.0.1 release > -> Same as the above. > (Or, we can merge BIGTOP-3591 into branch-3.0 before the release. > In this case, this combination doesn't work) > > * Ambari 2.6.1 (from Bigtop 1.5) w/ Mpack from the (currently unreleased) > 3.1.0 release > -> It doesn't work, since BIGTOP-3591 has already been merged. > > * Ambari 2.7.5 (from Bigtop 3.0) w/ Mpack from the 3.0.0 release > -> It doesn't work, since BIGTOP-3591 is not merged yet. > > * Ambari 2.7.5 (from Bigtop 3.0) w/ Mpack from the upcoming 3.0.1 release > -> Same as the above. > (Or, we can merge BIGTOP-3591 into branch-3.0 before the 3.0.1 > release. > In this case, this combination works and deploys Bigtop 1.5.0 stack) > > * Ambari 2.7.5 (from Bigtop 3.0) w/ Mpack from the (currently unreleased) > 3.1.0+ release > -> It works, and is supposed to deploy Bigtop 3.0 stack after merging > Yuqi's upcoming PR. > But if we release 3.1.0 based on the current state of the master > branch, it deploys Bigtop 1.5.0 stack. > > Kengo Seki <sekikn@ <sek...@gmail.com>apache.org> > > > On Thu, Mar 3, 2022 at 6:03 PM 李帅 <lishuaipeng...@gmail.com> wrote: > > > Hi Kengo, > > I am sorry that my preceding words look ambiguous. > > The bgtp-ambari-mpack is works well with the Ambari 2.7.5 which come from > > Bigtop 3.0, but it's components(Hadoop and Zookeeper) are all come from > > Bigtop 1.5. > > thanks, > > peng lee. > > > > Kengo Seki <sek...@apache.org> 于 2022年3月3日周四 16:32写道: > > > > > Thanks for the comment, Yuqi and Lee! (sorry if I mistook your name) > > > I'll update the release note later. > > > > > > Let me make sure just one point, Bigtop 1.5 provides Ambari 2.6.1 (not > > > 2.7.5), > > > so I understood "mpack works with Ambari 2.7.5 installed via Bigtop > 1.5" > > in > > > your comments > > > is actually "... Ambari 2.6.1 installed via Bigtop 1.5". Correct me if > > I'm > > > wrong :) > > > > > > > I'd like to start to work on it and add the Mpack Bigtop-3.0 support > on > > > the > > > next minor release. > > > > > > Great, I'm looking forward to it! I'll try it once the PR is submitted. > > > > > > Kengo Seki <sekikn@ <sek...@gmail.com>apache.org> > > > > > > > > > On Thu, Mar 3, 2022 at 2:52 PM 李帅 <lishuaipeng...@gmail.com> wrote: > > > > > > > Hi, > > > > Actually, bigtop-ambari-mpack provided as a > > > > component of Bigtop 3.0 > > > > works with Ambari 2.7.5 installed via Bigtop 1.5, but not with Ambari > > > > 2.7.5/Bigtop 3.0. > > > > thanks. > > > > > > > > Kengo Seki <sek...@apache.org> 于 2022年3月3日周四 07:19写道: > > > > > > > > > Thank you for the comment! > > > > > Let me confirm, you mean that bigtop-ambari-mpack which is provided > > as > > > a > > > > > component of Bigtop 3.0 > > > > > works with Ambari 2.6.1 installed via Bigtop 1.5, but not with > Ambari > > > > > 2.7.5/Bigtop 3.0, right? > > > > > If my understanding is correct, that information is significant and > > I'm > > > > > going to reflect it to the release note. > > > > > > > > > https://cwiki.apache.org/confluence/display/BIGTOP/Bigtop+3.0.0+Release > > > > > > > > > > Kengo Seki <sekikn@ <sek...@gmail.com>apache.org> > > > > > > > > > > > > > > > On Wed, Mar 2, 2022 at 12:48 PM 李帅 <lishuaipeng...@gmail.com> > wrote: > > > > > > > > > > > hi,Maybe we should note that the bgtp-ambari-mpack is not work > well > > > > with > > > > > > bigtop3.x, but it can work well with bigtop 1.5 > > > > > > > > > > > > Kengo Seki <sek...@apache.org> 于 2022年3月1日周二 21:25写道: > > > > > > > > > > > > > Hi everyone, > > > > > > > > > > > > > > As discussed in [1], I'd like to publish the 3.0.1 release > based > > on > > > > > > > branch-3.0 soon, > > > > > > > which mainly focuses on addressing the Log4Shell > vulnerabilities. > > > > > > > > > > > > > > I've created all CI jobs which are required to that release, > > > > > > > but some of the CI nodes are currently blacklisted from the ASF > > > > sites. > > > > > > > Luca has already asked the ASF Infra to remove that restriction > > > [2], > > > > > > > but they still seem to be banned as of now. > > > > > > > > > > > > > > Once they become available again, I'm going to start the > release > > > > > process. > > > > > > > (but it will take a few weeks due to long build/test/transfer > > time, > > > > as > > > > > > > usual) > > > > > > > So let me know if there are any fixes that you'd like to > include > > > into > > > > > it. > > > > > > > > > > > > > > [1]: > > > > https://lists.apache.org/thread/vor809oqqcjxso98nxrml5s3lthrlws5 > > > > > > > [2]: > > > > > https://issues.apache.org/jira/browse/BIGTOP-3644#comment-17498543 > > > > > > > > > > > > > > Kengo Seki <sekikn@ <sek...@gmail.com>apache.org> > > > > > > > > > > > > > > > > > > > > > > > > > > > >