You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2020/12/11 08:53:00 UTC

[jira] [Commented] (PHOENIX-6253) Change shaded connector jar naming convention

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

Istvan Toth commented on PHOENIX-6253:
--------------------------------------

I ended up going with the default maven naming conventions in the patch.
It's up for discussion of course.

> Change shaded connector jar naming convention
> ---------------------------------------------
>
>                 Key: PHOENIX-6253
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6253
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: connectors
>    Affects Versions: connectors-6.0.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> Currently we distinguish the shaded and unshaded connector JARs by moving the version about. I.e phoenix5-hive-6.0.0 jar is the unshaded JAR, while phoenix5-6.0.0-hive.jar is the shaded one.
> This is unintuitive, and we have already dropped this convention in core.
> We could use something like:
> phoenix5-spark-6.0.0.jar: the unshaded connector JAR
> phoenix5-spark-connector-6.0.0.jar : the default shaded connector JAR
> phoenix5-spark-connector-byo-hbase-6.0.0.jar : alternative shaded connector JAR.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)