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

Mesos doesn't handle spark.executor.extraJavaOptions correctly (among other things)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Duplicate
    • 1.0.2
    • 1.1.0
    • Mesos
    • None

    Description

      The code path to handle this exists only for the coarse grained mode, and even in this mode the java options aren't passed to the executors properly. We currently pass the entire value of spark.executor.extraJavaOptions to the executors as a string without splitting it. We need to use Utils.splitCommandString as in standalone mode.

      I have not confirmed this, but I would assume spark.executor.extraClassPath and spark.executor.extraLibraryPath are also not propagated correctly in either mode.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              andrewor14 Andrew Or
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: