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/07/19 08:29:25 UTC

[ambari] branch branch-2.7 updated: AMBARI-24272. OneFS service check fails with 'dfs_type' is not set. (amagyar) (#1772) (#1787)

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 a33f457  AMBARI-24272. OneFS service check fails with 'dfs_type' is not set. (amagyar) (#1772) (#1787)
a33f457 is described below

commit a33f457ff819175be856d34906faad900a336665
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Thu Jul 19 10:29:22 2018 +0200

    AMBARI-24272. OneFS service check fails with 'dfs_type' is not set. (amagyar) (#1772) (#1787)
---
 .../addon-services/ONEFS/1.0.0/package/scripts/params_linux.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/package/scripts/params_linux.py b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/package/scripts/params_linux.py
index 86642c6..b0433bd 100644
--- a/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/package/scripts/params_linux.py
+++ b/contrib/management-packs/isilon-onefs-mpack/src/main/resources/addon-services/ONEFS/1.0.0/package/scripts/params_linux.py
@@ -36,7 +36,7 @@ user_group = config['configurations']['cluster-env']['user_group']
 hdfs_tmp_dir = config['configurations']['hadoop-env']['hdfs_tmp_dir']
 security_enabled = config['configurations']['cluster-env']['security_enabled']
 
-dfs_type = default("/commandParams/dfs_type", "")
+dfs_type = default("/clusterLevelParams/dfs_type", "")
 kinit_path_local = get_kinit_path(default('/configurations/kerberos-env/executable_search_paths', None))
 hadoop_bin_dir = stack_select.get_hadoop_dir("bin")
 hadoop_conf_dir = conf_select.get_hadoop_conf_dir()