[
https://issues.apache.org/jira/browse/HBASE-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213107#comment-16213107
]
Mike Drob commented on HBASE-19058:
-----------------------------------
Jenkins is having issue, I think we should just push this now and then when
Jenkins comes back all the other precommit runs will have this and be happy.
> 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)