You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Bhuvan Arumugam (JIRA)" <ji...@apache.org> on 2015/11/05 20:47:27 UTC

[jira] [Commented] (MESOS-2935) Fetcher doesn't extract from .tar files

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

Bhuvan Arumugam commented on MESOS-2935:
----------------------------------------

patch here: https://reviews.apache.org/r/39991/

> Fetcher doesn't extract from .tar files
> ---------------------------------------
>
>                 Key: MESOS-2935
>                 URL: https://issues.apache.org/jira/browse/MESOS-2935
>             Project: Mesos
>          Issue Type: Improvement
>          Components: fetcher
>            Reporter: Sargun Dhillon
>            Assignee: Bhuvan Arumugam
>            Priority: Minor
>              Labels: newbie
>
> Compressed artifacts get decompressed with either "unzip -d" or "tar -C $DIR -xf" 
> In addition, only the following file suffixes / extensions result in decompression:
> -tgz
> -tar.gz
> -tbz2
> -tar.bz2
> -tar.xz
> -txz
> -zip
> OR 
> Alternatively, change fetcher to accept .tar as a valid suffix to trigger the tarball code.



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