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

sbin/start-history-server.sh scripts use of $@ without ""

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.1.0
    • 2.1.1, 2.2.0
    • None
    • None
    • linux

    Description

      sbin/start-history-server.sh script use of $@ without "" , this will affect the length of args which used in HistoryServerArguments::parse(args: List[String])

      should write as follows:
      exec ... org.apache.spark.deploy.history.HistoryServer 1 "$@"

      Attachments

        Activity

          People

            zuo.tingbing9 zuotingbing
            zuo.tingbing9 zuotingbing
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: