----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35147/#review86834 -----------------------------------------------------------
ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_server_upgrade.py <https://reviews.apache.org/r/35147/#comment138927> Repeated frequently. Common function? - Nate Cole On June 5, 2015, 3:52 p.m., Jonathan Hurley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35147/ > ----------------------------------------------------------- > > (Updated June 5, 2015, 3:52 p.m.) > > > Review request for Ambari, Nate Cole and Tom Beerbower. > > > Bugs: AMBARI-11734 > https://issues.apache.org/jira/browse/AMBARI-11734 > > > Repository: ambari > > > Description > ------- > > Performed manual rolling upgrade from 2.2.7 -> 2.3.0 using Ambari > (#VERSION_NUMBER=2.1.0-1900) > > After upgrade, Falcon was not writing log into the falcon.application.log. > > The conf dir (upgraded 2.3.0) did not have the following conf files from > 2.2.7: > > 1. log4j.xml > 2. prism.keystore > 3. falcon_env.ini > > Looks like our tar command was wrong. > > > Diffs > ----- > > > ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/package/scripts/falcon_server_upgrade.py > e6819d2 > > ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/package/scripts/flume_upgrade.py > e2028fc > > ambari-server/src/main/resources/common-services/KNOX/0.5.0.2.2/package/scripts/upgrade.py > ee2b0e6 > > ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/oozie_server_upgrade.py > 1afae6a > ambari-server/src/test/python/stacks/2.0.6/OOZIE/test_oozie_server.py > a75b7d0 > ambari-server/src/test/python/stacks/2.1/FALCON/test_falcon_server.py > 7c79bad > > Diff: https://reviews.apache.org/r/35147/diff/ > > > Testing > ------- > > Verified tar contents during an upgrade and verified the files were corrected > extracted after hdp-select. New tests added to check for correct invocation > of tar command. > > mvn clean test > ---------------------------------------------------------------------- > Total run:751 > Total errors:0 > Total failures:0 > > > Thanks, > > Jonathan Hurley > >
