Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-583

"Class path contains multiple SLF4J bindings" warnings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Fixed
    • 0.4.0
    • 0.4.0
    • general
    • None

    Description

      The following components depend on hadoop-common (package hadoop) and thus get slf4j JARs twice on their classpath (once as a second-level dependency of hadoop-common and second time from their own lib):

      1. hadoop-hdfs
      2. hadoop-mapreduce
      3. hadoop-yarn
      4. hbase
      5. hive
      6. mahout
      7. flume

      This leads to the harmless, but very annoying "Class path contains multiple SLF4J bindings" warning message to pop up.

      Now, this is not a new problem for us – unfortunately we tend to have multiple instances of the same JARs in the Bigtop's classpath quite a bit. As such one way of "fixing" it would be just making slf4j shut up. The other alternative is to remove slf4j jar files from all the packages mentioned above. This is pretty good, expect for an off chance that somehow the component could be used in a standalone mode
      where it can't really find hadoop. Not sure how important such a use case would be.

      Thoughts?

      Attachments

        1. BIGTOP-583.patch.txt
          6 kB
          Roman Shaposhnik

        Activity

          People

            rvs Roman Shaposhnik
            rvs Roman Shaposhnik
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: