Browse Source

AMBARI-3680. Hive Smoke Test fails after installing clients on an added host. (akovalenko)

Aleksandr Kovalenko 11 years ago
parent
commit
9e3d193f19

+ 1 - 1
ambari-web/app/controllers/main/host/details.js

@@ -206,7 +206,7 @@ App.MainHostDetailsController = Em.Controller.extend({
         if (!this.get('enablePrimary')) return;
         if (!this.get('enablePrimary')) return;
         self._doDeleteHostComponent(component);
         self._doDeleteHostComponent(component);
         this.hide();
         this.hide();
-      },
+      }
     });
     });
 
 
   },
   },

+ 1 - 1
ambari-web/app/views/main/host/summary.js

@@ -160,7 +160,7 @@ App.MainHostSummaryView = Em.View.extend({
         case 'SQOOP':
         case 'SQOOP':
           installableClients.push('SQOOP');
           installableClients.push('SQOOP');
           break;
           break;
-        case 'HCAT':
+        case 'HCATALOG':
           installableClients.push('HCAT');
           installableClients.push('HCAT');
           break;
           break;
         case 'HDFS':
         case 'HDFS':