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 32b7662 commit fd6ab00Copy full SHA for fd6ab00
core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala
@@ -68,6 +68,6 @@ private[history] abstract class ApplicationHistoryProvider {
68
* Get the event logs for the given application. The event logs are compressed into a zip file
69
* and copied into the directory passed in.
70
*/
71
- def copyApplicationEventLogs(appId: String, directory: File) = { }
+ def copyApplicationEventLogs(appId: String, directory: File): Unit = { }
72
73
}
0 commit comments