pan3793 commented on a change in pull request #1420:
URL: https://github.com/apache/incubator-kyuubi/pull/1420#discussion_r752999826



##########
File path: 
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala
##########
@@ -943,23 +943,21 @@ object KyuubiConf {
       .booleanConf
       .createWithDefault(false)
 
-  // TODO: #1181 Format does not conform to specifications
   val SERVER_EVENT_JSON_LOG_PATH: ConfigEntry[String] =
     buildConf("backend.server.event.json.log.path")
       .doc("The location of server events go for the builtin JSON logger")
       .version("1.4.0")
       .stringConf
-      .createWithDefault("/tmp/kyuubi/events")
+      .createWithDefault("file:///tmp/kyuubi/events")

Review comment:
       cc @zhang1002 does use local filesystem in default is expected?




-- 
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]


Reply via email to