This commit is contained in:
Kent Yao 2018-03-14 11:03:43 +08:00
parent 72f81de679
commit 4580feecc2

View File

@ -219,16 +219,15 @@ private[kyuubi] class SessionManager private(
ipAddress: String,
sessionConf: Map[String, String],
withImpersonation: Boolean): SessionHandle = {
val kyuubiSession =
new KyuubiSession(
protocol,
username,
password,
conf.clone(),
ipAddress,
withImpersonation,
this,
operationManager)
val kyuubiSession = new KyuubiSession(
protocol,
username,
password,
conf.clone(),
ipAddress,
withImpersonation,
this,
operationManager)
kyuubiSession.open(sessionConf)
if (isOperationLogEnabled) {