[
https://issues.apache.org/jira/browse/RANGER-2999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356051#comment-17356051
]
Gerdan Santos commented on RANGER-2999:
---------------------------------------
I solved this by changing my m2 repo
path_to/.m2/repository/org/apache/kylin/kylin/2.6.4/kylin-2.6.4.pom at line 76
Change from
{code:java}
// <!-- Calcite Version, the kylin fork is:
https://github.com/Kyligence/calcite -->
<calcite.version>1.16.0-kylin-r2</calcite.version>
{code}
to
{code:java}
// <!-- Calcite Version, the kylin fork is:
https://github.com/Kyligence/calcite -->
<calcite.version>1.16.0</calcite.version>
{code}
'''´´´
> Ranger build is failing if you do not have already downloaded jar under ~/.m2
> for calcite-linq4j-1.16.0-kylin-r2
> ----------------------------------------------------------------------------------------------------------------
>
> Key: RANGER-2999
> URL: https://issues.apache.org/jira/browse/RANGER-2999
> Project: Ranger
> Issue Type: Bug
> Components: build-infra
> Reporter: Selvamohan Neethiraj
> Priority: Critical
>
> 21:07:17 [ERROR] Failed to execute goal on project ranger-kylin-plugin: Could
> not resolve dependencies for project
> org.apache.ranger:ranger-kylin-plugin:jar:3.0.0-SNAPSHOT: Failed to collect
> dependencies at org.apache.kylin:kylin-server-base:jar:2.6.6 ->
> org.apache.kylin:kylin-query:jar:2.6.6 ->
> org.apache.kylin:kylin-datasource-sdk:jar:2.6.6 ->
> org.apache.calcite:calcite-linq4j:jar:1.16.0-kylin-r2: Failed to read
> artifact descriptor for
> org.apache.calcite:calcite-linq4j:jar:1.16.0-kylin-r2: Could not transfer
> artifact org.apache.calcite:calcite-linq4j:pom:1.16.0-kylin-r2 from/to
> spring-snapshots (http://repo.spring.io/libs-snapshot): Authorization failed
> for
> http://repo.spring.io/libs-snapshot/org/apache/calcite/calcite-linq4j/1.16.0-kylin-r2/calcite-linq4j-1.16.0-kylin-r2.pom
> 403 Forbidden -> [Help 1]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)