Thanks Sandor! I am also CC'ing the dev mailing list. Thank you for the patch and the heads up :)
On Tue, Nov 23, 2021 at 4:12 AM Sandor Molnar <smol...@cloudera.com> wrote: > Hi again! > > I just wanted to add some clarification on the above news. If you actually > change the topology (adding a comment is not considered a change) and save > it, Knox will continue to redeploy it w/o invoking the previously > referenced KnoxCLI *redeploy* command. That command is needed only if you > want to redeploy your topology without any change (to replace the > well-known touch mechanism). > > Sandor > > > On Tue, Nov 23, 2021 at 9:26 AM Sandor Molnar <smol...@cloudera.com> > wrote: > >> Hi everyone! >> >> I've just merged a commit to fix >> https://issues.apache.org/jira/browse/KNOX-2689. With my changes in >> place, you will no longer be able to redeploy an XML-based topology by >> simply touching it. Instead, you will have to run the following command: >> >> knoxcli.sh redeploy --cluster topologyName >> >> E.g. knoxcli.sh redeploy --cluster sandbox >> >> The related commit is merged into the master branch today that >> corresponds to v2.0.0 (this version is not yet released). If you build the >> project from the source and use it your own, please remember the >> above-written changes. >> >> Cheers, >> Sandor >> >