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

Replace "spark.jars" & "spark.files" with the variables of JARS & FILES in config object

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Spark Core
    • None

    Description

      In the org.apache.spark.internal.config,we define the variables of FILES and JARS,we can use them instead of "spark.jars" and "spark.files".

      private[spark] val JARS = ConfigBuilder("spark.jars")
      .stringConf
      .toSequence
      .createWithDefault(Nil)

      private[spark] val FILES = ConfigBuilder("spark.files")
      .stringConf
      .toSequence
      .createWithDefault(Nil)

       

       

       

      Attachments

        Issue Links

          Activity

            People

              hehuiyuan hehuiyuan
              hehuiyuan hehuiyuan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: