You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/05/11 03:23:47 UTC

svn commit: r1481246 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/config.js

Author: yusaku
Date: Sat May 11 01:23:47 2013
New Revision: 1481246

URL: http://svn.apache.org/r1481246
Log:
AMBARI-2111. Enable customization of smoke test user. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/config.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1481246&r1=1481245&r2=1481246&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat May 11 01:23:47 2013
@@ -290,6 +290,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2111. Enable customization of smoke test user. (yusaku)
+
  AMBARI-2110. Update hive-site.xml, set fs.file.impl.disable.cache=true.
  (mahadev)
 

Modified: incubator/ambari/trunk/ambari-web/app/config.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/config.js?rev=1481246&r1=1481245&r2=1481246&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/config.js (original)
+++ incubator/ambari/trunk/ambari-web/app/config.js Sat May 11 01:23:47 2013
@@ -50,7 +50,7 @@ App.supports = {
   hiveOozieExtraDatabases: false,
   multipleHBaseMasters: false,
   addMasters: false,
-  customizeSmokeTestUser: false,
+  customizeSmokeTestUser: true,
   hue: false,
   ldapGroupMapping: false
 };