Skip to content

Commit 5a9c6c7

Browse files
committed
Fix line too long
1 parent c141a00 commit 5a9c6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/Client.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private class ClientActor(driverArgs: ClientArguments, conf: SparkConf) extends
141141
object Client {
142142
def main(args: Array[String]) {
143143
if (!sys.props.contains("SPARK_SUBMIT")) {
144-
println("WARNING: This client is deprecated and will be removed in a future version of Spark.")
144+
println("WARNING: This client is deprecated and will be removed in a future version of Spark")
145145
println("Use ./bin/spark-submit with \"--master spark://host:port\"")
146146
}
147147

0 commit comments

Comments
 (0)