Skip to content

Commit f13ad3d

Browse files
Logging level is updated from info to warning.
1 parent 63ee0c8 commit f13ad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/scheduler/SchedulableBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ private[spark] class FairSchedulableBuilder(val rootPool: Pool, conf: SparkConf)
191191
parentPool = new Pool(poolName, DEFAULT_SCHEDULING_MODE,
192192
DEFAULT_MINIMUM_SHARE, DEFAULT_WEIGHT)
193193
rootPool.addSchedulable(parentPool)
194-
logInfo(("An Unconfigured pool is found. It is built with default configuration. " +
194+
logWarning(("An Unconfigured pool is found. It is built with default configuration. " +
195195
"This can happen when the file that pools are read from isn't set, or when that file " +
196196
"doesn't contain the pool name specified by spark.scheduler.pool. " +
197197
"Created pool: %s, schedulingMode: %s, minShare: %d, weight: %d").format(

0 commit comments

Comments
 (0)