[
https://issues.apache.org/jira/browse/AMBARI-23741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16462821#comment-16462821
]
Hudson commented on AMBARI-23741:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9174 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/9174/])
[AMBARI-23741] - Starting JHS Takes Too Long Due To Tarball Extraction (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=bd071a0fa4bcb876bf6f4260ef8e5c8666a057d8])
* (edit) ambari-server/src/test/python/TestMpacks.py
* (edit)
ambari-common/src/main/python/resource_management/libraries/functions/tar_archive.py
* (edit)
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py
* (edit) ambari-server/src/main/python/ambari_server/setupMpacks.py
> Starting JHS Takes Too Long Due To Tarball Extraction
> -----------------------------------------------------
>
> Key: AMBARI-23741
> URL: https://issues.apache.org/jira/browse/AMBARI-23741
> Project: Ambari
> Issue Type: Bug
> Components: ambari-agent
> Affects Versions: 2.6.0
> Reporter: Jonathan Hurley
> Assignee: Jonathan Hurley
> Priority: Critical
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Starting the Job History Server might time out on systems due to the use of
> Python's {{tarfile}} module. Instead, calling {{tar}} directly is much faster.
> {code}
> 2018-05-01 17:28:44,102 - Extracting
> /usr/hdp/2.6.3.0-235/hadoop/mapreduce.tar.gz to
> /var/lib/ambari-agent/tmp/mapreduce-tarball-nqNJdx
> 2018-05-01 17:53:12,992 - Extracting /usr/hdp/2.6.3.0-235/tez/lib/tez.tar.gz
> to /var/lib/ambari-agent/tmp/tez-tarball-9CbDSh
> 2018-05-01 17:53:12,993 - Execute[('tar', '-xf',
> '/usr/hdp/2.6.3.0-235/tez/lib/tez.tar.gz', '-C',
> '/var/lib/ambari-agent/tmp/tez-tarball-9CbDSh/')] {'tries': 3, 'sudo': True,
> 'try_sleep': 1}
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)