----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62699/#review186778 -----------------------------------------------------------
ambari-agent/src/main/python/ambari_agent/CustomServiceOrchestrator.py Lines 284 (patched) <https://reviews.apache.org/r/62699/#comment263612> Need to check if 'role' is in commandJson first. if 'role' in commandJson: roleName = commandJson['role'] file_path = os.path.join(self.getProviderDirectory(roleName), "{0}.jceks".format(config_type)) - Jayush Luniya On Sept. 30, 2017, 5:03 a.m., Madhuvanthi Radhakrishnan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62699/ > ----------------------------------------------------------- > > (Updated Sept. 30, 2017, 5:03 a.m.) > > > Review request for Ambari, Jayush Luniya and Swapan Shridhar. > > > Bugs: AMBARI-22100 > https://issues.apache.org/jira/browse/AMBARI-22100 > > > Repository: ambari > > > Description > ------- > > Change temp directory for jceks file from service level to component level. > > > Diffs > ----- > > ambari-agent/src/main/python/ambari_agent/CustomServiceOrchestrator.py > 8a433c83f4 > > > Diff: https://reviews.apache.org/r/62699/diff/2/ > > > Testing > ------- > > Ambari-2.6 > HDP-2.6.0.0 > Deploy Hive > Deploy Oozie > > [root@storm-simple-patch-madhu-2 conf]# pwd > /var/lib/ambari-agent/cred/conf > [root@storm-simple-patch-madhu-2 conf]# ls > hive_metastore hive_server mysql_server oozie_client oozie_server > > Run service checks > > > Thanks, > > Madhuvanthi Radhakrishnan > >
