Deploy yaooqinn/kyuubi to github.com/yaooqinn/kyuubi.git:gh-pages
Some checks failed
Kyuubi / Build (push) Has been cancelled
SL Scan / Scan-Build (push) Has been cancelled

This commit is contained in:
Kent Yao (from Travis CI) 2021-01-14 10:48:21 +00:00
parent d28f433cb7
commit 049b4383f9

View File

@ -159,6 +159,11 @@ case class KyuubiConf(loadSysDefault: Boolean = true) extends Logging {
}
}
/**
* Note to developers:
* You need to rerun the test `org.apache.kyuubi.config.AllKyuubiConfiguration` locally if you
* add or change a config. That can help to update the conf docs.
*/
object KyuubiConf {
/** a custom directory that contains the [[KYUUBI_CONF_FILE_NAME]] */