This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c629c63  AMBARI-24767. Error while starting Timeline v2 Reader during 
Move operation (amagyar) (#2447)
c629c63 is described below

commit c629c633e073316a7de83596935f3416890c3bc9
Author: Attila Magyar <m.magy...@gmail.com>
AuthorDate: Fri Oct 12 14:34:42 2018 +0200

    AMBARI-24767. Error while starting Timeline v2 Reader during Move operation 
(amagyar) (#2447)
---
 .../app/controllers/main/service/reassign/step3_controller.js    | 9 +++++++++
 ambari-web/app/controllers/main/service/reassign_controller.js   | 3 ++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git 
a/ambari-web/app/controllers/main/service/reassign/step3_controller.js 
b/ambari-web/app/controllers/main/service/reassign/step3_controller.js
index bce4bb8..8d09745 100644
--- a/ambari-web/app/controllers/main/service/reassign/step3_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign/step3_controller.js
@@ -118,6 +118,15 @@ App.ReassignMasterWizardStep3Controller = 
Em.Controller.extend({
       }
     },
     {
+      componentName: 'TIMELINE_READER',
+      configs: {
+        'yarn-site': {
+          'yarn.timeline-service.reader.webapp.address': 
'<replace-value>:8198',
+          'yarn.timeline-service.reader.webapp.https.address': 
'<replace-value>:8199'
+        }
+      }
+    },
+    {
       componentName: 'OOZIE_SERVER',
       configs: {
         'oozie-site': {
diff --git a/ambari-web/app/controllers/main/service/reassign_controller.js 
b/ambari-web/app/controllers/main/service/reassign_controller.js
index 1a1c5b8..1f97a50 100644
--- a/ambari-web/app/controllers/main/service/reassign_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign_controller.js
@@ -160,7 +160,8 @@ App.ReassignMasterController = App.WizardController.extend({
     'HIVE_SERVER': ['hive-site', 'webhcat-site', 'hive-env', 'core-site'],
     'HIVE_METASTORE': ['hive-site', 'webhcat-site', 'hive-env', 'core-site'],
     'MYSQL_SERVER': ['hive-site'],
-    'HISTORYSERVER': ['mapred-site']
+    'HISTORYSERVER': ['mapred-site'],
+    'TIMELINE_READER' : ['yarn-site']
   },
 
   /**

Reply via email to