Skip to content

Commit 9b8f772

Browse files
andrewor14rxin
authored andcommitted
[Typo] Stoped -> Stopped
Author: Andrew Or <andrewor14@gmail.com> Closes #847 from andrewor14/yarn-typo and squashes the following commits: c1906af [Andrew Or] Stoped -> Stopped (cherry picked from commit ba5d4a9) Signed-off-by: Reynold Xin <rxin@apache.org>
1 parent bc6bbfa commit 9b8f772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yarn/common/src/main/scala/org/apache/spark/scheduler/cluster/YarnClientSchedulerBackend.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ private[spark] class YarnClientSchedulerBackend(
113113
override def stop() {
114114
super.stop()
115115
client.stop()
116-
logInfo("Stoped")
116+
logInfo("Stopped")
117117
}
118118

119119
}

0 commit comments

Comments
 (0)