This is an automated email from the ASF dual-hosted git repository.

ishanbha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d11c2b6  [AMBARI-23884] Remove webhcat server as co-hosted component 
for Hive.
d11c2b6 is described below

commit d11c2b6c36bb1b45cc1aebf43faa3aab41dd9bf4
Author: Ishan Bhatt <ishanbhatt.1...@gmail.com>
AuthorDate: Thu May 17 12:42:46 2018 -0700

    [AMBARI-23884] Remove webhcat server as co-hosted component for Hive.
---
 ambari-web/app/models/stack_service_component.js       | 4 +---
 ambari-web/test/models/stack_service_component_test.js | 4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/ambari-web/app/models/stack_service_component.js 
b/ambari-web/app/models/stack_service_component.js
index 9b029ea..29f06a2 100644
--- a/ambari-web/app/models/stack_service_component.js
+++ b/ambari-web/app/models/stack_service_component.js
@@ -234,6 +234,4 @@ App.StackServiceComponent = DS.Model.extend({
 
 App.StackServiceComponent.FIXTURES = [];
 
-App.StackServiceComponent.coHost = {
-  'WEBHCAT_SERVER': 'HIVE_SERVER'
-};
+App.StackServiceComponent.coHost = {};
diff --git a/ambari-web/test/models/stack_service_component_test.js 
b/ambari-web/test/models/stack_service_component_test.js
index 6182c0a..69613e2 100644
--- a/ambari-web/test/models/stack_service_component_test.js
+++ b/ambari-web/test/models/stack_service_component_test.js
@@ -249,8 +249,8 @@ var componentPropertiesValidationTests = [
       isMasterAddableInstallerWizard: false,
       isHAComponentOnly: false,
       isRequiredOnAllHosts: false,
-      coHostedComponents: ['WEBHCAT_SERVER'],
-      isOtherComponentCoHosted: true,
+      coHostedComponents: [],
+      isOtherComponentCoHosted: false,
       isCoHostedComponent: false
     }
   },

-- 
To stop receiving notification emails like this one, please contact
ishan...@apache.org.

Reply via email to