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

2018-07-09 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-24268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated AMBARI-24268:

Labels: pull-request-available  (was: )

> 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
>Assignee: Gabor Boros
>Priority: Major
>  Labels: pull-request-available
> 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 
> 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)


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

2018-07-09 Thread Doroszlai, Attila (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-24268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doroszlai, Attila updated AMBARI-24268:
---
Status: Patch Available  (was: Open)

> 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
>Assignee: Gabor Boros
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.1
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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 
> 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)


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

2018-07-10 Thread Gabor Boros (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-24268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Boros updated AMBARI-24268:
-
Fix Version/s: (was: 2.7.1)
   2.7.0

> 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
>Assignee: Gabor Boros
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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 
> 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)


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

2018-07-10 Thread Gabor Boros (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-24268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gabor Boros updated AMBARI-24268:
-
Priority: Blocker  (was: Major)

> 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
>Assignee: Gabor Boros
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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 
> 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)


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

2018-08-08 Thread Jayush Luniya (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-24268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jayush Luniya updated AMBARI-24268:
---
Resolution: Fixed
Status: Resolved  (was: Patch Available)

> 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
>Assignee: Gabor Boros
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 2.7.0
>
>  Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> 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 
> 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)