【Discussion】master compile failed

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

【Discussion】master compile failed

litao
This post was updated on .
when i compile the master, i found failed at lucene and spark 2.
the failed error is
"[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default)
on project carbondata-lucene: Error resolving project artifact: Could not
transfer artifact org.restlet.jee:org.restlet:pom:2.3.0 from/to central
(http://repo1.maven.org/maven2): repo1.maven.org for project
org.restlet.jee:org.restlet:jar:2.3.0: Unknown host repo1.maven.org -> [Help
1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch."

when use -e see the detail found that, can not download
"http://repo1.maven.org/maven2/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.pom"
the web page can not be open.
i think if we need to use
  <repositories>
    <repository>
      <id>maven-restlet</id>
      <name>Public online Restlet repository</name>
      <url>http://maven.restlet.org</url>
    </repository>
  </repositories>

in lucene and spark 2 pom. if it can be done, i can commit the modify.



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: 【Discussion】master compile failed

akashrn5
hi litao,

is this failure happening when you are not connected to internet. I
sometimes faced this issue.
If we add the dependency like you suggested? will it be able to find that
artifact?

regards
akash



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/