Skip to content

Commit

Permalink
singular form
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintBacchus committed Nov 27, 2014
1 parent ec957bc commit 8e112c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object SparkSubmit {
case (_, CLUSTER) if isShell(args.primaryResource) =>
printErrorAndExit("Cluster deploy mode is not applicable to Spark shells.")
case (_, CLUSTER) if isSqlShell(args.mainClass) =>
printErrorAndExit("Cluster deploy mode is not applicable to Spark Sql shells.")
printErrorAndExit("Cluster deploy mode is not applicable to Spark Sql shell.")
case _ =>
}

Expand Down

0 comments on commit 8e112c5

Please sign in to comment.