You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Liam Sargent (JIRA)" <ji...@apache.org> on 2018/02/02 18:27:00 UTC

[jira] [Created] (SENTRY-2136) Bump metrics dependency to new namespace and version used by the rest of Hadoop

Liam Sargent created SENTRY-2136:
------------------------------------

             Summary: Bump metrics dependency to new namespace and version used by the rest of Hadoop
                 Key: SENTRY-2136
                 URL: https://issues.apache.org/jira/browse/SENTRY-2136
             Project: Sentry
          Issue Type: Bug
          Components: Sentry
    Affects Versions: 2.0.0
         Environment: Sentry 2.1.0-SNAPSHOT

building on Mac OS X 10.13.1, Java 1.8u161
            Reporter: Liam Sargent
             Fix For: 2.1.0


Sentry currently specifies the _com.codahale.metrics_ package, version 3.0.2, in the top level pom.xml. When building Sentry, the Hadoop dependencies specifiy version 3.2.2, which changed the maven repo namespace to _io.dropwizard.metrics._ This conflict commonly causes test failures and classpath issues.

After reaching out on the mailing list, there appears to be no legitimate reason to be using the outdated (3.0.2) version of metrics, and we should be able to safely bump to _io.dropwizard.metrics_ 3.2.2 to resolve the conflicting dependencies with the greater Hadoop ecosystem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)