We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0b078 commit e1a8da8Copy full SHA for e1a8da8
core/src/main/scala/org/apache/spark/util/logging/RollingPolicy.scala
@@ -109,7 +109,7 @@ private[spark] class SizeBasedRollingPolicy(
109
}
110
111
@volatile private var bytesWrittenSinceRollover = 0L
112
- val formatter = new SimpleDateFormat("--YYYY-MM-dd--HH-mm-ss--SSSS")
+ val formatter = new SimpleDateFormat("--yyyy-MM-dd--HH-mm-ss--SSSS")
113
114
/** Should rollover if the next set of bytes is going to exceed the size limit */
115
def shouldRollover(bytesToBeWritten: Long): Boolean = {
0 commit comments