[
https://issues.apache.org/jira/browse/PHOENIX-7139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803317#comment-17803317
]
ASF GitHub Bot commented on PHOENIX-7139:
-----------------------------------------
virajjasani commented on PR #1781:
URL: https://github.com/apache/phoenix/pull/1781#issuecomment-1877726559
assembly build is failing
```
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5.338 s
[INFO] Finished at: 2024-01-04T13:04:24Z
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project phoenix-assembly: Could not
resolve dependencies for project
org.apache.phoenix:phoenix-assembly:pom:5.2.0-SNAPSHOT: The following artifacts
could not be resolved:
org.apache.phoenix:phoenix-server-hbase-2.4:jar:5.2.0-SNAPSHOT,
org.apache.phoenix:phoenix-mapreduce-byo-shaded-hbase-hbase-2.4:jar:5.2.0-SNAPSHOT,
org.apache.phoenix:phoenix-client-embedded-hbase-2.4:jar:5.2.0-SNAPSHOT,
org.apache.phoenix:phoenix-client-lite-hbase-2.4:jar:5.2.0-SNAPSHOT: Failure to
find org.apache.phoenix:phoenix-server-hbase-2.4:jar:5.2.0-SNAPSHOT in
https://repository.apache.org/content/repositories/releases/ was cached in the
local repository, resolution will not be reattempted until the update interval
of apache release has elapsed or updates are forced -> [Help 1]
[ERROR]
```
> Create phoenix-mapreduce-byo-shaded-hbase artifact for use by connectors
> ------------------------------------------------------------------------
>
> Key: PHOENIX-7139
> URL: https://issues.apache.org/jira/browse/PHOENIX-7139
> Project: Phoenix
> Issue Type: Bug
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> This is designed to work with the classpath returned by the "hbase mapredcp"
> command, which has the unshaded Hadoop dependencies, and the shaded
> _hbase-shaded-mapreduce_ Jar.
> This is the same shading currently used by the Phoenix connectors shaded
> artifacts.
> * All Hadoop and HBase artifacts are marked as provided
> * Protobuf 2.5 is relocated under
> {color:#000000}org.apache.hadoop.hbase.shaded{color}
> * Direct non-hbase and non-hadoop dependencies are relocated under
> {color:#000000}org.apache.phoenix.shaded
> {color}
> {color:#000000}In theory, this should also work as a JDBC client with either
> hbase-shaded-client, or with hbase-shaded-client-byo-hadoop + hadoop
> classpath. (Not tested yet){color}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)