You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2016/06/23 21:28:52 UTC

ambari git commit: AMBARI-17376. Recommendations request execution takes too long time (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 c7d145a19 -> 15225354c


AMBARI-17376. Recommendations request execution takes too long time (srimanth)


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

Branch: refs/heads/branch-2.4
Commit: 15225354cc752200c2b45e78d6427b652fa7a099
Parents: c7d145a
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Thu Jun 23 14:27:34 2016 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Thu Jun 23 14:27:39 2016 -0700

----------------------------------------------------------------------
 ambari-server/src/main/resources/scripts/stack_advisor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/15225354/ambari-server/src/main/resources/scripts/stack_advisor.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/scripts/stack_advisor.py b/ambari-server/src/main/resources/scripts/stack_advisor.py
index 9ff6dce..5926c39 100755
--- a/ambari-server/src/main/resources/scripts/stack_advisor.py
+++ b/ambari-server/src/main/resources/scripts/stack_advisor.py
@@ -18,7 +18,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 '''
 
-import json
+import ambari_simplejson as json
 import os
 import sys
 import traceback