> On Oct. 6, 2015, 12:54 p.m., Bernd Mathiske wrote:
> > I am wondering whether gzip is always available on all platforms. Can we 
> > rely on this? Even on CoreOS? And if we cannot, do we give an appropriate 
> > error message that is informative enough?

gzip and tar are available in fresh CoreOS/CentOS/Ubuntu. When use extract 
`*.tar.gz` package, tar would call `gzip` to get `*.tar` first.


- haosdent


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38337/#review101641
-----------------------------------------------------------


On Oct. 5, 2015, 9:26 a.m., haosdent huang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38337/
> -----------------------------------------------------------
> 
> (Updated Oct. 5, 2015, 9:26 a.m.)
> 
> 
> Review request for mesos, Adam B, Bernd Mathiske, and Timothy Chen.
> 
> 
> Bugs: MESOS-3407
>     https://issues.apache.org/jira/browse/MESOS-3407
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Extract gz file in fetcher.
> 
> 
> Diffs
> -----
> 
>   src/launcher/fetcher.cpp 0f1533a0d7dc453e143a15e988d04ca6e55446ff 
>   src/tests/fetcher_tests.cpp 8d13352d0d3f8fb80581e7913c9416b543cfd009 
> 
> Diff: https://reviews.apache.org/r/38337/diff/
> 
> 
> Testing
> -------
> 
> sudo GLOG_v=1 ./bin/mesos-tests.sh 
> --gtest_filter="FetcherTest.ExtractGzipFile" --verbose
> 
> 
> Thanks,
> 
> haosdent huang
> 
>

Reply via email to