Browse Source

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

Srimanth Gunturi 9 years ago
parent
commit
15225354cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-server/src/main/resources/scripts/stack_advisor.py

+ 1 - 1
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.
 limitations under the License.
 '''
 '''
 
 
-import json
+import ambari_simplejson as json
 import os
 import os
 import sys
 import sys
 import traceback
 import traceback