yaooqinn commented on a change in pull request #1160:
URL: https://github.com/apache/incubator-kyuubi/pull/1160#discussion_r716202656
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/session/KyuubiSessionManager.scala
##########
@@ -31,6 +32,12 @@ class KyuubiSessionManager private (name: String) extends
SessionManager(name) {
def this() = this(classOf[KyuubiSessionManager].getSimpleName)
+ override def LOG_ROOT: String = if (Utils.isTesting) {
Review comment:
we don't need this anymore, we can set SERVER_OPERATION_LOG_DIR_ROOT in
test or maven pom file
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]