You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/12/14 18:34:46 UTC

[jira] [Created] (AMBARI-14373) If a bunch of RMF resources is defined using list of names, list is modified in runtime

Dmitry Lysnichenko created AMBARI-14373:
-------------------------------------------

             Summary: If a bunch of RMF resources is defined using list of names, list is modified in runtime
                 Key: AMBARI-14373
                 URL: https://issues.apache.org/jira/browse/AMBARI-14373
             Project: Ambari
          Issue Type: Bug
            Reporter: Dmitry Lysnichenko
            Assignee: Dmitry Lysnichenko



Given code like
{code}
base_dirs = [params.kafka_log_dir, params.kafka_pid_dir, params.conf_dir]
Directory(base_dirs,
mode=0755,
cd_access='a',
owner=params.kafka_user,
group=params.user_group,
recursive=True
)
set_dir_ownership(base_dirs)
{code}
base_dirs becomes empty after using it in Directory definition (there is a side effect here)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)