----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/61404/#review182114 -----------------------------------------------------------
Ship it! Ship It! - Robert Levas On Aug. 3, 2017, 9:17 a.m., Sebastian Toader wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/61404/ > ----------------------------------------------------------- > > (Updated Aug. 3, 2017, 9:17 a.m.) > > > Review request for Ambari, Attila Doroszlai, Attila Magyar, and Robert Levas. > > > Bugs: AMBARI-21648 > https://issues.apache.org/jira/browse/AMBARI-21648 > > > Repository: ambari > > > Description > ------- > > Ambari database tables can be created in any AzureDB schema beside the > default 'dbo'. The generated DDL sql will fail in case the Ambari database > tables were to be created in other schema than 'dbo' as it looks up db > objects in 'dbo' schema only. > If no schema is specified than db object will be looked up in the default > schema of the user > > > Diffs > ----- > > ambari-server/src/main/python/azuredb_create_generator.py 6ceaa90 > > > Diff: https://reviews.apache.org/r/61404/diff/1/ > > > Testing > ------- > > 1. Manual testing > > 2. Unit tests: > mvn clean test -am -pl ambari-server > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Main ........................................ SUCCESS [ 20.766 > s] > [INFO] Apache Ambari Project POM .......................... SUCCESS [ 0.005 > s] > [INFO] Ambari Views ....................................... SUCCESS [ 2.548 > s] > [INFO] ambari-utility ..................................... SUCCESS [ 3.386 > s] > [INFO] ambari-metrics ..................................... SUCCESS [ 0.526 > s] > [INFO] Ambari Metrics Common .............................. SUCCESS [ 4.724 > s] > [INFO] Ambari Service Advisor ............................. SUCCESS [ 0.336 > s] > [INFO] Ambari Server ...................................... SUCCESS [33:35 > min] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 34:08 min > [INFO] Finished at: 2017-08-03T15:10:27+02:00 > [INFO] Final Memory: 74M/629M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Sebastian Toader > >