You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2018/08/10 18:19:34 UTC

[ambari] 04/06: AMBARI-24246. Ambari does not pick the existing hive database from the jdbc url set

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

ishanbha pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 585f307ffdd3624645355b1cc7cf21e497238458
Author: hiveww <hi...@gmail.com>
AuthorDate: Thu Jul 12 13:55:39 2018 +0300

    AMBARI-24246. Ambari does not pick the existing hive database from the jdbc url set
---
 ambari-web/app/mixins/common/configs/config_recommendation_parser.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
index cd18159..7d18574 100644
--- a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
+++ b/ambari-web/app/mixins/common/configs/config_recommendation_parser.js
@@ -160,7 +160,6 @@ App.ConfigRecommendationParser = Em.Mixin.create(App.ConfigRecommendations, {
         value = Em.get(config, 'value'),
         prevRecommeneded = config.get('recommendedValue');
     Em.set(config, 'recommendedValue', recommendedValue);
-    console.log('test123', config, recommendedValue)
     if (this.allowUpdateProperty(parentProperties, name, fileName, group, value)) {
       var allowConfigUpdate = true;
       // workaround for capacity-scheduler