Istvan Toth created PHOENIX-5755:
------------------------------------
Summary: 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
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)