Skip to content
Snippets Groups Projects
Commit 842eb55f authored by Thomas Graves's avatar Thomas Graves
Browse files

Fix the --name option for Spark on Yarn

parent d2efe135
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ class ClientArguments(val args: Array[String]) {
case ("--name") :: value :: tail =>
appName = value
args = tail
case ("--addJars") :: value :: tail =>
addJars = value
......
......@@ -89,6 +89,7 @@ class ClientArguments(val args: Array[String]) {
case ("--name") :: value :: tail =>
appName = value
args = tail
case ("--addJars") :: value :: tail =>
addJars = value
......
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