Skip to content
Snippets Groups Projects
Commit 550b0cf4 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Merge pull request #780 from cybermaster/master

SPARK-850
parents 22abbc10 33b9b155
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,8 @@ private[spark] class ClusterScheduler(val sc: SparkContext)
override def run() {
if (!hasLaunchedTask) {
logWarning("Initial job has not accepted any resources; " +
"check your cluster UI to ensure that workers are registered")
"check your cluster UI to ensure that workers are registered " +
"and have sufficient memory")
} else {
this.cancel()
}
......
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