Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
I was digging into some failures at $dayjob and noticed that phoenix-4.8.0-SNAPSHOT-client.jar suddenly did not have any o.a.hadoop.util.PlatformName (from hadoop-auth). This cause a failure when UGI was loaded (as it references PlatformName).
Turns out the changes in PHOENIX-2743 added elements to dependencyManagement, specifically setting the test scope. This causes downstream projects to also inherit that scope, which, in our case here, caused phoenix-core to suddenly not transitively depend on hadoop-auth (via hadoop-common) at the compile scope. This results in hadoop-common in the phoenix-$VERSION-client.jar but not hadoop-auth.
Attachments
Attachments
Issue Links
- is broken by
-
PHOENIX-2743 HivePhoenixHandler for big-big join with predicate push down
-
- Closed
-
- is related to
-
PHOENIX-2864 connecting to hbase 0.98.17 fails using the 4.x-HBase-0.98 snapshot jar
-
- Resolved
-