You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/01 11:05:04 UTC

[jira] [Commented] (FLINK-2456) The flink-hbase module dependencies hadoop-2 specifies a repository ID

    [ https://issues.apache.org/jira/browse/FLINK-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14650228#comment-14650228 ] 

ASF GitHub Bot commented on FLINK-2456:
---------------------------------------

GitHub user HuangWHWHW opened a pull request:

    https://github.com/apache/flink/pull/969

    [FLINK-2456][fix]add a repository ID for hadoop2 in flink-hbase module

    add a repository for hadoop-2 in flink-hbase.
    It can be downloaded through a specified mirror like:
    
    <mirror>
            <id>repo2</id>
            <name>Human Readable Name for this Mirror.</name>
            <url>http://repo2.maven.org/maven2/</url>
            <mirrorOf>hadoop-2-repo2</mirrorOf>
        </mirror>
    
    Or it will not affect the normal network environment when default.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/HuangWHWHW/flink FLINK-2456

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/969.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #969
    
----
commit 9d6e723d3b6ea1505e739a6f864eff8a5d26e11b
Author: ffbin <86...@qq.com>
Date:   2015-08-01T08:32:48Z

    [FLINK-2456][fix]add a repository ID for hadoop2 in flink-hbase module

----


> The flink-hbase module dependencies hadoop-2 specifies a repository ID
> ----------------------------------------------------------------------
>
>                 Key: FLINK-2456
>                 URL: https://issues.apache.org/jira/browse/FLINK-2456
>             Project: Flink
>          Issue Type: Wish
>          Components: Build System
>    Affects Versions: 0.10
>         Environment: win7 32bit;linux
>            Reporter: Huang Wei
>              Labels: maven
>             Fix For: 0.10
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> In some special network environment, we can only use maven mirrors to download dependencies for mvn package.
> It cannot complete construction using one mirror.
> Error like:
> [ERROR] Failed to execute goal on project flink-hbase: Could not resolve dependencies for project org.apache.flink:flink-hbase:jar:0.10-SNAPSHOT: Failure to find org.apache.hbase:hbase-server:jar:0.98.11-hadoop2 in http://mirrors.ibiblio.org/pub/mirrors/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of ibiblio.org has elapsed or updates are forced -> [Help 1]
> We need to specify a repository ID to hadoop-2 plugin so that it can be downloaded over another mirror.
> This will not affect the normal network environment.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)