Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-959

Ivy fails to download javax.servlet.orbit dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7.3, 0.8.0, 0.8.1, 0.9.0
    • 0.9.0
    • Build
    • None

    Description

      Issue: Ivy attempts to download the "javax.servlet.orbit" dependency with an extension of ".orbit" instead of ".jar" and fails.

      (One) Solution: Can add the following to the libraryDependencies in SparkBuild.scala:
      "org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar")

      Cause: I don't know. This does not occur for everyone, and does not seem directly related to the version of Ant.

      See the following for bug reports on the user lists:
      http://mail-archives.apache.org/mod_mbox/spark-user/201309.mbox/%3CCAJbo4neXyzQe6zGREQJTzZZ5ZrCoAvfEN+WmBYCed6N1EPftxA@mail.gmail.com%3E
      and
      http://mail-archives.apache.org/mod_mbox/spark-user/201311.mbox/%3CCANGvG8pXVhcKiGEpXnGHfQeAYTyUygA%3D1nxSe0%3D%2BfRfnKSq88w%40mail.gmail.com%3E

      Attachments

        Activity

          People

            ilikerps Aaron Davidson
            ilikerps Aaron Davidson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: