You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Gabor Boros (JIRA)" <ji...@apache.org> on 2018/07/09 12:36:00 UTC

[jira] [Created] (AMBARI-24268) yarn params not found in Ambaripreupload.py

Gabor Boros created AMBARI-24268:
------------------------------------

             Summary: yarn params not found in Ambaripreupload.py
                 Key: AMBARI-24268
                 URL: https://issues.apache.org/jira/browse/AMBARI-24268
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.7.0
            Reporter: Gabor Boros
             Fix For: 2.7.1


Running Ambari preupload script is throwing errors because of invalid yarn parameter references: 

 
{noformat}
[root@c7301 ~]# /var/lib/ambari-server/resources/scripts/Ambaripreupload.py
2018-07-09 12:28:04,121 - call['/usr/bin/hdp-select status hadoop-mapreduce-historyserver > /tmp/tmpimy0Rf'] {}
2018-07-09 12:28:04,149 - call returned (0, '')
Returning fs.defaultFS -> hdfs://c7301.ambari.apache.org:8020
2018-07-09 12:28:04,154 - Creating /usr/hdp/3.0.0.0-1621/hadoop-yarn/lib/service-dep.tar.gz
Traceback (most recent call last):
File "/var/lib/ambari-server/resources/scripts/Ambaripreupload.py", line 360, in <module>
create_yarn_service_tarball()
File "/var/lib/ambari-server/resources/scripts/Ambaripreupload.py", line 317, in create_yarn_service_tarball
folders = [yarn_home_dir, yarn_lib_dir, hdfs_home_dir, hdfs_lib_dir, hadoop_home_dir, hadoop_lib_dir]
NameError: global name 'yarn_home_dir' is not defined{noformat}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)