You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/05/08 20:37:03 UTC

ambari git commit: AMBARI-11032 Property hbase.coprocessor.regionserver.classes is empty on Config Services Page. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 642fd46cb -> 55394ec0a


AMBARI-11032 Property hbase.coprocessor.regionserver.classes is empty on Config Services Page. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 55394ec0a2cf24b3f180b2b5c3f5f9221ab825e2
Parents: 642fd46
Author: aBabiichuk <ab...@hortonworks.com>
Authored: Fri May 8 21:17:42 2015 +0300
Committer: aBabiichuk <ab...@hortonworks.com>
Committed: Fri May 8 21:17:42 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/routes/add_service_routes.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/55394ec0/ambari-web/app/routes/add_service_routes.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/routes/add_service_routes.js b/ambari-web/app/routes/add_service_routes.js
index 2b23868..79e75d6 100644
--- a/ambari-web/app/routes/add_service_routes.js
+++ b/ambari-web/app/routes/add_service_routes.js
@@ -184,6 +184,8 @@ module.exports = App.WizardRoute.extend({
           addServiceController.get('content').set('serviceConfigProperties', null);
           addServiceController.setDBProperty('serviceConfigProperties', null);
           addServiceController.setDBProperty('groupsToDelete', []);
+          addServiceController.setDBProperty('recommendationsConfigs', null);
+          router.get('wizardStep7Controller').set('recommendationsConfigs', null);
           router.transitionTo('step4');
         });
       });