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

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

     [ https://issues.apache.org/jira/browse/PHOENIX-6253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Istvan Toth updated PHOENIX-6253:
---------------------------------
    Description: 
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.-

phoenix5-spark-6.0.0.jar: the unshaded connector JAR
phoenix5-spark-6.0.0-shaded.jar : the default shaded connector JAR
phoenix5-spark-6.0.0-shaded-byo-hbase.jar : alternative shaded connector JAR.

  was:
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.




> 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.-
> phoenix5-spark-6.0.0.jar: the unshaded connector JAR
> phoenix5-spark-6.0.0-shaded.jar : the default shaded connector JAR
> phoenix5-spark-6.0.0-shaded-byo-hbase.jar : alternative shaded connector JAR.



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