@@ -1858,7 +1858,7 @@ object KyuubiConf {
1858
1858
" Note that: Kyuubi supports custom event handlers with the Java SPI." +
1859
1859
" To register a custom event handler," +
1860
1860
" the user needs to implement a subclass" +
1861
- " of org.apache.kyuubi.events.handler.CustomEventHandlerProvider" +
1861
+ " of ` org.apache.kyuubi.events.handler.CustomEventHandlerProvider` " +
1862
1862
" which has a zero-arg constructor." )
1863
1863
.version(" 1.3.0" )
1864
1864
.stringConf
@@ -1921,7 +1921,7 @@ object KyuubiConf {
1921
1921
buildConf(" kyuubi.engine.security.secret.provider" )
1922
1922
.internal
1923
1923
.doc(" The class used to manage the internal security secret. This class must be a " +
1924
- " subclass of EngineSecuritySecretProvider." )
1924
+ " subclass of ` EngineSecuritySecretProvider` ." )
1925
1925
.version(" 1.5.0" )
1926
1926
.stringConf
1927
1927
.createWithDefault(
@@ -2058,8 +2058,8 @@ object KyuubiConf {
2058
2058
buildConf(" kyuubi.session.conf.advisor" )
2059
2059
.doc(" A config advisor plugin for Kyuubi Server. This plugin can provide some custom " +
2060
2060
" configs for different users or session configs and overwrite the session configs before " +
2061
- " open a new session. This config value should be a subclass of " +
2062
- " ' org.apache.kyuubi.plugin.SessionConfAdvisor' which has a zero-arg constructor." )
2061
+ " opening a new session. This config value should be a subclass of " +
2062
+ " ` org.apache.kyuubi.plugin.SessionConfAdvisor` which has a zero-arg constructor." )
2063
2063
.version(" 1.5.0" )
2064
2064
.stringConf
2065
2065
.createOptional
@@ -2068,7 +2068,7 @@ object KyuubiConf {
2068
2068
buildConf(" kyuubi.session.group.provider" )
2069
2069
.doc(" A group provider plugin for Kyuubi Server. This plugin can provide primary group " +
2070
2070
" and groups information for different users or session configs. This config value " +
2071
- " should be a subclass of ' org.apache.kyuubi.plugin.GroupProvider' which " +
2071
+ " should be a subclass of ` org.apache.kyuubi.plugin.GroupProvider` which " +
2072
2072
" has a zero-arg constructor. Kyuubi provides the following built-in implementations: " +
2073
2073
" <li>hadoop: delegate the user group mapping to hadoop UserGroupInformation.</li>" )
2074
2074
.version(" 1.7.0" )
0 commit comments