mvn package errors
Closed this issue · 1 comments
I did as instructed:
git clone https://github.com/alexholmes/hadoop-book.git
Initialized empty Git repository in /home/cloudera/hadoop-book/hadoop-book/.git/
remote: Counting objects: 936, done.
remote: Compressing objects: 100% (447/447), done.
remote: Total 936 (delta 390), reused 896 (delta 350)
Receiving objects: 100% (936/936), 1.17 MiB | 305 KiB/s, done.
Resolving deltas: 100% (390/390), done.
but when running mvn package I get a lot of these unexisting links:
Downloading: http://alexholmes.github.com/hadoop-book-mvn-repo/repository/releases/org/apache/avro/avro/1.6.1/avro-1.6.1.pom
Feb 24, 2013 8:11:16 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (org.apache.maven.wagon.providers.http.httpclient.NoHttpResponseException) caught when processing request: The target server failed to respond
Feb 24, 2013 8:11:16 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
Please let me know if you continue to have this problem. Thanks.