Hi all,
I forked Kylin project from GitHub, and then clone to local.
Installed maven
When I Run: mvn -e clean install -DskipTests, I met the error as below:
org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact
org.apache.calcite:calcite-core:jar:1.13.0-kylin-r4 in central
(http://repo.snowballfinance.com/artifactory/repo
<http://repo.snowballfinance.com/artifactory/repo>)
I check the mvnrepository.com <http://mvnrepository.com/> and did not find this
artifact:calcite:calcite-core 1.13.0-kylin-r4
Then I checked Kylin pom.xml, find one repository assigned to
“http://repository.kyligence.io:8081
<http://repository.kyligence.io:8081/>”,and I find the artifact.Problem is I
can’t download this. I try to set my Maven repository to
“http://repository.kyligence.io:8081
<http://repository.kyligence.io:8081/>”,but did not work.
Do you have some ideas about this?
Thanks in advance