[
https://issues.apache.org/jira/browse/HBASE-22038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16796218#comment-16796218
]
Josh Elser commented on HBASE-22038:
------------------------------------
+1 for now, but can you take on a follow-up Jira [~Joseph295]?
{code}
152 - wget
http://www-us.apache.org/dist/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz
&& \
153 + wget
https://archive.apache.org/dist/zookeeper/zookeeper-3.4.8/zookeeper-3.4.8.tar.gz
&& \
{code}
archive.a.o should not be used by build processes. www-us.apache.org is a
load-balanced endpoint, whereas archive.a.o is a single service.
We should just switch to newer versions of these libraries that still exist on
www-us.apache.org. Would you be able to try that change out in a follow-on?
> fix building failures
> ---------------------
>
> Key: HBASE-22038
> URL: https://issues.apache.org/jira/browse/HBASE-22038
> Project: HBase
> Issue Type: Sub-task
> Reporter: Junhong Xu
> Assignee: Junhong Xu
> Priority: Minor
> Fix For: HBASE-14850
>
> Attachments: HBASE-22038.HBASE-14850.v01.patch,
> HBASE-22038.HBASE-14850.v02.patch, HBASE-22038.HBASE-14850.v03.patch
>
>
> When building the hbase c++ client with Dockerfile, it fails, because of the
> url resources not found. But this patch just solve the problem in temporary,
> cos when some dependent libraries are removed someday, the failure will
> appear again. Maybe a base docker image which contains all these dependencies
> maintained by us is required in the long run.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)