You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2018/08/10 14:23:48 UTC

[ambari] branch branch-2.7 updated: AMBARI-24457. Hiveserver2 can't connect to metastore when using OneFS (amagyar) (#2024) (#2028)

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

amagyar pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 6385622  AMBARI-24457. Hiveserver2 can't connect to metastore when using OneFS (amagyar) (#2024) (#2028)
6385622 is described below

commit 638562274979727cb05b8f2718ea5dc83fb81214
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Fri Aug 10 16:23:46 2018 +0200

    AMBARI-24457. Hiveserver2 can't connect to metastore when using OneFS (amagyar) (#2024) (#2028)
---
 .../src/main/resources/addon-services/ONEFS/1.0.0/service_advisor.py     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/service_advisor.py b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/service_advisor.py
index d3997f7..941a9d4 100644
--- a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/service_advisor.py
+++ b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/service_advisor.py
@@ -108,6 +108,7 @@ else:
   class ONEFSServiceAdvisor(service_advisor.ServiceAdvisor):
     def getServiceConfigurationRecommendations(self, configs, clusterData, services, hosts):
       try:
+        self.recommendHadoopProxyUsers(configs, services, hosts)
         putCoreSiteProperty = self.putProperty(configs, "core-site", services)
         putHdfsSiteProperty = self.putProperty(configs, "hdfs-site", services)
         onefs_host = Uri.onefs(services)