----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53446/#review155586 -----------------------------------------------------------
What's the status of this review? - Nate Cole On Nov. 3, 2016, 8:30 p.m., Nahappan Somasundaram wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53446/ > ----------------------------------------------------------- > > (Updated Nov. 3, 2016, 8:30 p.m.) > > > Review request for Ambari, Jonathan Hurley, Nate Cole, Robert Levas, Sumit > Mohanty, and Sid Wagle. > > > Bugs: AMBARI-18793 > https://issues.apache.org/jira/browse/AMBARI-18793 > > > Repository: ambari > > > Description > ------- > > AMBARI-18793: Ambari-server: Support stack inheritance for credential store > information > > > Diffs > ----- > > > ambari-server/src/main/java/org/apache/ambari/server/stack/ServiceModule.java > b6a0da53dfd796dea739da97c994e1fc37a3d155 > > ambari-server/src/main/java/org/apache/ambari/server/state/CredentialStoreInfo.java > 605de999bb1a87dcd74708a14b6cca8ff330a853 > ambari-server/src/main/java/org/apache/ambari/server/state/ServiceInfo.java > 16042e12017745a674facbe70940ece80f83e56a > > ambari-server/src/test/java/org/apache/ambari/server/stack/ServiceModuleTest.java > 47f5eb9b367e76ef7fd81b8c0ee3c8c5d82ea61f > > Diff: https://reviews.apache.org/r/53446/diff/ > > > Testing > ------- > > ** 1. mvn clean install -DskipTests ** > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Main ....................................... SUCCESS [6.599s] > [INFO] Apache Ambari Project POM ......................... SUCCESS [0.038s] > [INFO] Ambari Web ........................................ SUCCESS [1:14.514s] > [INFO] Ambari Views ...................................... SUCCESS [0.983s] > [INFO] Ambari Admin View ................................. SUCCESS [7.031s] > [INFO] utility ........................................... SUCCESS [0.309s] > [INFO] ambari-metrics .................................... SUCCESS [0.594s] > [INFO] Ambari Metrics Common ............................. SUCCESS [3.898s] > [INFO] Ambari Metrics Hadoop Sink ........................ SUCCESS [1.938s] > [INFO] Ambari Metrics Flume Sink ......................... SUCCESS [1.139s] > [INFO] Ambari Metrics Kafka Sink ......................... SUCCESS [1.203s] > [INFO] Ambari Metrics Storm Sink ......................... SUCCESS [3.223s] > [INFO] Ambari Metrics Storm Sink (Legacy) ................ SUCCESS [1.378s] > [INFO] Ambari Metrics Collector .......................... SUCCESS [8.550s] > [INFO] Ambari Metrics Monitor ............................ SUCCESS [1.966s] > [INFO] Ambari Metrics Grafana ............................ SUCCESS [1.243s] > [INFO] Ambari Metrics Assembly ........................... SUCCESS [1:11.798s] > [INFO] Ambari Server ..................................... SUCCESS [3:01.245s] > [INFO] Ambari Functional Tests ........................... SUCCESS [2.651s] > [INFO] Ambari Agent ...................................... SUCCESS [26.446s] > [INFO] Ambari Client ..................................... SUCCESS [0.049s] > [INFO] Ambari Python Client .............................. SUCCESS [0.941s] > [INFO] Ambari Groovy Client .............................. SUCCESS [2.149s] > [INFO] Ambari Shell ...................................... SUCCESS [0.045s] > [INFO] Ambari Python Shell ............................... SUCCESS [0.695s] > [INFO] Ambari Groovy Shell ............................... SUCCESS [0.932s] > [INFO] ambari-logsearch .................................. SUCCESS [0.394s] > [INFO] Ambari Logsearch Appender ......................... SUCCESS [0.241s] > [INFO] Ambari Logsearch Solr Client ...................... SUCCESS [1.363s] > [INFO] Ambari Logsearch Portal ........................... SUCCESS [6.995s] > [INFO] Ambari Logsearch Log Feeder ....................... SUCCESS [4.183s] > [INFO] Ambari Logsearch Assembly ......................... SUCCESS [0.083s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6:57.041s > [INFO] Finished at: Thu Nov 03 17:29:33 PDT 2016 > [INFO] Final Memory: 305M/1110M > [INFO] > ------------------------------------------------------------------------ > > *** 2. mvn -DskipPythonTests -Dtest=*Provider*,*Service*,StackModuleTest ** > > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2:41.191s > [INFO] Finished at: Thu Nov 03 17:14:26 PDT 2016 > [INFO] Final Memory: 47M/697M > [INFO] > ------------------------------------------------------------------------ > > ** 3. Manual tests ** > > Specified the following credential store information in HDP-2.4 in > metainfo.xml for HIVE: > ```xml > <credential-store> > <supported>true</supported> > <enabled>false</enabled> > </credential-store> > ``` > Installed HDP-2.5 with HIVE and verified that HDP-2.5 stack definition > inherited **credential-store** from HDP-2.4 for HIVE. > > > Thanks, > > Nahappan Somasundaram > >
