Huang Wei created FLINK-2456: -------------------------------- Summary: 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 Fix For: 0.10
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)