Updated Branches:
  refs/heads/trunk 1b07eaa48 -> c98481ec3

AMBARI-4384. HistoryServer won't start after moving JobTracker. (Denys Buzhor 
via akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c98481ec
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c98481ec
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c98481ec

Branch: refs/heads/trunk
Commit: c98481ec3c0aea9fdfeb892256e6b9a301bf7cdb
Parents: 1b07eaa
Author: Aleksandr Kovalenko <[email protected]>
Authored: Wed Jan 22 18:28:14 2014 +0200
Committer: Aleksandr Kovalenko <[email protected]>
Committed: Wed Jan 22 18:28:14 2014 +0200

----------------------------------------------------------------------
 .../app/controllers/main/service/reassign/step4_controller.js       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c98481ec/ambari-web/app/controllers/main/service/reassign/step4_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/main/service/reassign/step4_controller.js 
b/ambari-web/app/controllers/main/service/reassign/step4_controller.js
index 869d11f..a96c712 100644
--- a/ambari-web/app/controllers/main/service/reassign/step4_controller.js
+++ b/ambari-web/app/controllers/main/service/reassign/step4_controller.js
@@ -257,7 +257,6 @@ App.ReassignMasterWizardStep4Controller = 
App.HighAvailabilityProgressPageContro
         }
         break;
       case 'JOBTRACKER':
-        configs['mapred-site']['mapreduce.history.server.http.address'] = 
targetHostName + ':51111';
         configs['mapred-site']['mapred.job.tracker.http.address'] = 
targetHostName + ':50030';
         configs['mapred-site']['mapred.job.tracker'] = targetHostName + 
':50300';
         if (securityEnabled) {

Reply via email to