You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Hadoop QA (Jira)" <ji...@apache.org> on 2020/03/04 14:15:00 UTC

[jira] [Commented] (PHOENIX-5755) Ensure that Hadoop and HBase dependencies are not overridden with older versions

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

Hadoop QA commented on PHOENIX-5755:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12995615/PHOENIX-5755.master.v1.patch
  against master branch at commit 3013c3e954ebdbec7274cb950e3583bc08975135.
  ATTACHMENT ID: 12995615

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+0 tests included{color}.  The patch appears to be a documentation, build,
                        or dev patch that doesn't require tests.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/3536//console

This message is automatically generated.

> Ensure that Hadoop and HBase dependencies are not overridden with older versions
> --------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5755
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5755
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.1.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>         Attachments: PHOENIX-5755.master.v1.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The majority of the transitive Hadoop dependencies in Phoenix are included through four projects, Hadoop, Hbase, Tephra and Omid.
> HBase tends not to override Hadoop transitive dependency versions, as its dependencies are one step farther away than the dependencies pulled in via Hadoop.
> Tephra and Omid however, depend on the some of the same dependencies, and are at the same distance, or lower than the Hadoop dependencies.
> This results in the old Tephra and Omid transitive dependency versions overriding the versions set by Hadoop, which is undesirable, and causes problems.
> Exclude all Tephra and Omid transitive dependencies that would downgrade the Hadoop transitive dependencies.



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