Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-4177

org.apache.commons:commons-lang3 dependency Hell with Spark 2.4.x

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.8.1
    • 0.9.0
    • None
    • None

    Description

      I get a dependency Hell when I try to load any csv with Spark 2.4.3

      sparkSession.read
            .option("sep", "\t")
            .option("comment", "#")
            .option("inferSchema", true)
            .option("header", true)
            .option("ignoreLeadingWhiteSpace", true)
            .option("ignoreTrailingWhiteSpace", true)
            .option("ignoreTrailingWhiteSpace", true)
            .option("maxColumns", 150000)
            .csv(pathToTheFile)
      

      I managed to find a workaround by adding org.apache.commons:commons-lang3:3.8.1 to the spark interpreter dependencies, however the true fix will be updating Zeppelin org.apache.commons:commons-lang3 dependency to a newer one.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              antonkulaga antonkulaga
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: