Skip to content
Snippets Groups Projects
Commit 6613ab66 authored by Aaron Davidson's avatar Aaron Davidson
Browse files

Fix compiler warning in SparkZooKeeperSession

parent 4d74b899
No related branches found
No related tags found
Loading
......@@ -103,6 +103,7 @@ private[spark] class SparkZooKeeperSession(zkWatcher: SparkZooKeeperWatcher) ext
connectToZooKeeper()
case KeeperState.Disconnected =>
logWarning("ZooKeeper disconnected, will retry...")
case s => // Do nothing
}
}
}
......
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