Github user squito commented on a diff in the pull request:
https://github.com/apache/spark/pull/19383#discussion_r146663719
--- Diff:
core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala ---
@@ -129,29 +130,17 @@ private[history] class FsHistoryProvider(conf:
SparkConf, clock: Clock)
// Visible for testing.
private[history] val listing: KVStore = storePath.map { path =>
val dbPath = new File(path, "listing.ldb")
+ val metadata = new FsHistoryProviderMetadata(CURRENT_LISTING_VERSION,
logDir.toString())
def openDB(): LevelDB = new LevelDB(dbPath, new
KVStoreScalaSerializer())
--- End diff --
unused now
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]