Github user HuangWHWHW commented on the pull request:
https://github.com/apache/flink/pull/969#issuecomment-127202065
The most important In the HBase pom.xml I add is the repository ID:
"<repositories>"
" <repository>"
" <id>hadoop-2-repo2</id>"
"
<url>https://repo.maven.apache.org/maven2</url>"
" <releases>"
" <enabled>true</enabled>"
" </releases>"
" <snapshots>"
" <enabled>false</enabled>"
" </snapshots>"
" </repository>"
" </repositories>"
By using this id, you can get the hadoop-2 from any way(for example using
mirror with this ID).
The default repository is the url(https://repo.maven.apache.org/maven2)
above.
And the default means you need not do anything with maven configuration
just print "mvn package".
As I see, every flink dependency is using this url.
Did I misunderstand? Is the hadoop-2 default repository path is another?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---