You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Arun Mahadevan (JIRA)" <ji...@apache.org> on 2018/01/23 22:10:00 UTC

[jira] [Created] (STORM-2907) In a secure cluster with storm-autocreds enabled storm-druid can fail with NoSuchMethodError

Arun Mahadevan created STORM-2907:
-------------------------------------

             Summary: In a secure cluster with storm-autocreds enabled storm-druid can fail with NoSuchMethodError
                 Key: STORM-2907
                 URL: https://issues.apache.org/jira/browse/STORM-2907
             Project: Apache Storm
          Issue Type: Bug
          Components: storm-autocreds, storm-druid
    Affects Versions: 1.2.0
            Reporter: Arun Mahadevan
            Assignee: Arun Mahadevan


storm-autocreds brings in the curator 4.0 via transitive dependency of storm-core, even though storm-core is listed as provided scope, the app assembler plugin puts the dependency (curator 4.0) into external/storm-autocreds directory. This conflicts with the storm-druid tranquility library which depends on curator 2.6.0
2018-01-22 08:43:54.047 o.a.s.d.executor Thread-15-54-Dashboard-Violation-Predicted-executor[20 20] [ERROR]
java.lang.NoSuchMethodError: org.apache.curator.framework.api.CreateBuilder.creatingParentsIfNeeded()Lorg/apache/curator/framework/api/ProtectACLCreateModePathAndBytesable;
        at com.metamx.tranquility.beam.ClusteredBeam$$anonfun$com$metamx$tranquility$beam$ClusteredBeam$$zpathWithDefault$1.apply(ClusteredBeam.scala:125)



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