You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by litao <li...@126.com> on 2019/03/07 02:26:15 UTC

【Discussion】master compile failed

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 opm, if it can be done, i can commit the modify?



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

Re: 【Discussion】master compile failed

Posted by akashrn5 <ak...@gmail.com>.
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/