You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Frank Legler (JIRA)" <ji...@apache.org> on 2016/10/01 04:15:20 UTC

[jira] [Commented] (AMBARI-18509) Zipfile size would require ZIP64 extensions

    [ https://issues.apache.org/jira/browse/AMBARI-18509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15537843#comment-15537843 ] 

Frank Legler commented on AMBARI-18509:
---------------------------------------

Workaround is similar as in https://issues.apache.org/jira/browse/AMBARI-17593

Add 'allowZip64 = True' to /usr/lib/python2.6/site-packages/ambari_server/resourceFilesKeeper.py in this line 
(zf = zipfile.ZipFile(zip_file_path, "w", allowZip64 = True))


> Zipfile size would require ZIP64 extensions
> -------------------------------------------
>
>                 Key: AMBARI-18509
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18509
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>            Reporter: Frank Legler
>
> $ ambari-server --version
> 2.2.1.0
> $ ambari-server start
> Using python  /usr/bin/python2
> Starting ambari-server
> Ambari Server running with administrator privileges.
> Organizing resource files at /var/lib/ambari-server/resources...
> ERROR: Exiting with exit code -1. 
> REASON: Can not organize resource files at /var/lib/ambari-server/resources: Can not create zip archive of directory /var/lib/ambari-server/resources/stacks/HDP/2.4/services/<myservice>/package : Zipfile size would require ZIP64 extensions



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