Author: yusaku
Date: Wed Jun 5 17:34:00 2013
New Revision: 1489977
URL: http://svn.apache.org/r1489977
Log:
AMBARI-2288. MAPREDUCE2_SERVICE_CHECK task does not show properly. (Andrii
Tkach via yusaku)
Modified:
incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
URL:
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js?rev=1489977&r1=1489976&r2=1489977&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js
(original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/helper.js Wed
Jun 5 17:34:00 2013
@@ -324,6 +324,8 @@ App.format = {
return 'Pig';
case 'PIG_SERVICE_CHECK':
return 'Pig Check';
+ case 'MAPREDUCE2_SERVICE_CHECK':
+ return 'MapReduce2 Check';
case 'SQOOP':
return 'Sqoop';
case 'SQOOP_SERVICE_CHECK':