[
https://issues.apache.org/jira/browse/HBASE-16740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaobing Zhou updated HBASE-16740:
----------------------------------
Description:
./bin/start-docker.sh fails to run correctly by prompting
{noformat}
Google Test not present. Fetching gtest-1.5.0 from the web...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1586 100 1586 0 0 7821 0 --:--:-- --:--:-- --:--:-- 7851
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
{noformat}
It turns out protobuf autogen.sh tries to download gtest but fail with
incorrect url.
{noformat}
if test ! -e gtest; then
echo "Google Test not present. Fetching gtest-1.5.0 from the web..."
curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
mv gtest-1.5.0 gtest
fi
{noformat}
> start-docker.sh fails to run by complaining bzip2 error
> -------------------------------------------------------
>
> Key: HBASE-16740
> URL: https://issues.apache.org/jira/browse/HBASE-16740
> Project: HBase
> Issue Type: Sub-task
> Reporter: Xiaobing Zhou
> Assignee: Xiaobing Zhou
>
> ./bin/start-docker.sh fails to run correctly by prompting
> {noformat}
> Google Test not present. Fetching gtest-1.5.0 from the web...
> % Total % Received % Xferd Average Speed Time Time Time
> Current
> Dload Upload Total Spent Left Speed
> 100 1586 100 1586 0 0 7821 0 --:--:-- --:--:-- --:--:-- 7851
> bzip2: (stdin) is not a bzip2 file.
> tar: Child returned status 2
> tar: Error is not recoverable: exiting now
> {noformat}
> It turns out protobuf autogen.sh tries to download gtest but fail with
> incorrect url.
> {noformat}
> if test ! -e gtest; then
> echo "Google Test not present. Fetching gtest-1.5.0 from the web..."
> curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
> mv gtest-1.5.0 gtest
> fi
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)