zuotingbing created SPARK-19083:
-----------------------------------

             Summary: sbin/start-history-server.sh scripts use of $@ without ""
                 Key: SPARK-19083
                 URL: https://issues.apache.org/jira/browse/SPARK-19083
             Project: Spark
          Issue Type: Bug
         Environment: linux
            Reporter: zuotingbing
            Priority: Trivial
             Fix For: 2.1.0, 2.0.2


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

should write as follows:
exec  "${SPARK_HOME}/sbin"/spark-daemon.sh start 
org.apache.spark.deploy.history.HistoryServer 1 "$@"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to