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/
