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/18 21:19:36 UTC

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

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

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

commit 32d88a874b9de7208de68f998df5979e2544966d
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Wed Jul 18 23:19:33 2018 +0200

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