[
https://issues.apache.org/jira/browse/HBASE-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213703#comment-16213703
]
Hudson commented on HBASE-19058:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.2-IT #983 (See
[https://builds.apache.org/job/HBase-1.2-IT/983/])
HBASE-19058. The wget isn't installed in building docker image (busbey: rev
f29f1702ac1099052ad19153a2a364b3141bb059)
* (edit) dev-support/docker/Dockerfile
> The wget isn't installed in building docker image
> -------------------------------------------------
>
> Key: HBASE-19058
> URL: https://issues.apache.org/jira/browse/HBASE-19058
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 1.1.13, 2.0.0-alpha-4
>
> Attachments: HBASE-19058.v0.patch, HBASE-19058.v0.tests.patch
>
>
> see
> [console|https://builds.apache.org/job/PreCommit-HBASE-Build/9259/consoleFull].
>
> {quote}
> 05:38:19 /testptch/patchprocess/precommit/personality/provided.sh: line 121:
> wget: command not found
> 05:38:19 Wget error 127 in fetching excludes file from url
> https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/.
> Ignoring and proceeding.
> 05:38:22 cd /testptch/hbase/hbase-server
> {quote}
> We don't force docker to install {{wget}} before because {{wget}} is in the
> pre-depends of oracle-java8-installer.
> {code}
> $ sudo apt-rdepends oracle-java8-installer | grep "wget"
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> PreDepends: wget
> wget
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)