Skip to content
Snippets Groups Projects
Commit 9ad096d5 authored by andrewor14's avatar andrewor14 Committed by Reynold Xin
Browse files

[Typo] propertes -> properties

Author: andrewor14 <andrewor14@gmail.com>

Closes #780 from andrewor14/submit-typo and squashes the following commits:

e70e057 [andrewor14] propertes -> properties
parent e3d72a74
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ object SparkSubmit { ...@@ -68,7 +68,7 @@ object SparkSubmit {
/** /**
* @return a tuple containing the arguments for the child, a list of classpath * @return a tuple containing the arguments for the child, a list of classpath
* entries for the child, a list of system propertes, a list of env vars * entries for the child, a list of system properties, a list of env vars
* and the main class for the child * and the main class for the child
*/ */
private[spark] def createLaunchEnv(args: SparkSubmitArguments): (ArrayBuffer[String], private[spark] def createLaunchEnv(args: SparkSubmitArguments): (ArrayBuffer[String],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment