Merge pull request #57 from tawan0109/master

Fix minor error in the printed usage of sparkclr-submit
This commit is contained in:
Tao Wang 2015-11-16 14:32:39 +08:00
Родитель 19372331b6 6048bd91dc
Коммит a168ea1088
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -366,7 +366,7 @@ class SparkCLRSubmitArguments(args: Seq[String], env: Map[String, String], exitF
*/
private def printUsageAndExit(exitCode: Int = 1): Unit = {
printStream.println(
"""Usage: sparkclr-submit [options] -exe <driver.exe> <app zip file | app directory> [app arguments]
"""Usage: sparkclr-submit [options] <app zip file | app directory> [app arguments]
|
|Options:
|