You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Now unix domain socket path string is a fixed value in code.
class ExternalCache(fiberType: FiberType) extends OapCache with Logging { private val conf = SparkEnv.get.conf private val externalStoreCacheSocket: String = "/tmp/plasmaStore" private var cacheInit: Boolean = false private var externalDBClient: ExternalDBClient = null ... }
How about making it configurable?
@winningsix @jikunshang @offthewall123
Thanks
The text was updated successfully, but these errors were encountered: