You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Pradeep Agrawal (Jira)" <ji...@apache.org> on 2021/12/23 14:35:00 UTC

[jira] [Commented] (RANGER-2994) ranger release 2.1.0 cannot compile due to broken Kylin plugin dependency

    [ https://issues.apache.org/jira/browse/RANGER-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17464620#comment-17464620 ] 

Pradeep Agrawal commented on RANGER-2994:
-----------------------------------------

[~sneethiraj]  : Can you review RANGER-3560 patch (https://reviews.apache.org/r/73775)

> ranger release 2.1.0 cannot compile due to broken Kylin plugin dependency
> -------------------------------------------------------------------------
>
>                 Key: RANGER-2994
>                 URL: https://issues.apache.org/jira/browse/RANGER-2994
>             Project: Ranger
>          Issue Type: Bug
>          Components: plugins
>    Affects Versions: 2.1.0
>            Reporter: Georgi Ivanov
>            Assignee: Selvamohan Neethiraj
>            Priority: Major
>             Fix For: 3.0.0, 2.2.0, 2.1.1
>
>         Attachments: 0001-RANGER-2994-kylin-library-version-is-updated-to-a-li.patch
>
>
> Ranger 2.1.0 release cannot compile due to broken kylin maven dependency.
> the kylin version is set to 2.6.4 in the main project pom.xml
>  
> <kylin.version>2.6.4</kylin.version>
>  
> plugin-kylin/pom.xml
> ranger-kylin-plugin-shim/pom.xml
> both reference kylin-server-base which has dependency on kylin-datasource-sdk which in turn has dependency on calcite-linq4j-1.16.0-kylin-r2.jar which is not available.
>  
> mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy -Dartifact=org.apache.calcite:calcite-linq4j:jar:1.16.0-kylin-r2 -DoutputDirectory=./
> fails
> and [https://mvnrepository.com/artifact/org.apache.kylin/kylin-datasource-sdk/2.6.4] 
> shows the broken dependency.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)