You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/10 03:12:22 UTC

[GitHub] [incubator-kyuubi] yaooqinn opened a new issue #2084: [Improvement] Support arbitrary parameters for KyuubiConf or kyuubi prefixed only

yaooqinn opened a new issue #2084:
URL: https://github.com/apache/incubator-kyuubi/issues/2084


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What would you like to be improved?
   
     private def loadFromMap(props: Map[String, String] = Utils.getSystemProperties): KyuubiConf = {
       for ((key, value) <- props if key.startsWith("kyuubi.") || key.startsWith("spark.") ||
           // for user specific defaults
           key.startsWith("___")) {
         set(key, value)
       }
       this
     }
   
   In KyuubiConf, we now load kyuubi.* and spark.* from the kyuubi-defaults.conf config file or sys.props, but we now support other engine types, we shall support all engine conf or remove spark.* here
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] SteNicholas removed a comment on issue #2084: [Improvement] Support arbitrary parameters for KyuubiConf or kyuubi prefixed only

Posted by GitBox <gi...@apache.org>.
SteNicholas removed a comment on issue #2084:
URL: https://github.com/apache/incubator-kyuubi/issues/2084#issuecomment-1063613135


   @jiaoqingbo, do you have interest to take this ticket? Sorry for previous work for the issue assigned to you.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] SteNicholas commented on issue #2084: [Improvement] Support arbitrary parameters for KyuubiConf or kyuubi prefixed only

Posted by GitBox <gi...@apache.org>.
SteNicholas commented on issue #2084:
URL: https://github.com/apache/incubator-kyuubi/issues/2084#issuecomment-1063613135


   @jiaoqingbo, do you have interest to take this ticket? Sorry for previous work for the issue assigned to you.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] jiaoqingbo commented on issue #2084: [Improvement] Support arbitrary parameters for KyuubiConf or kyuubi prefixed only

Posted by GitBox <gi...@apache.org>.
jiaoqingbo commented on issue #2084:
URL: https://github.com/apache/incubator-kyuubi/issues/2084#issuecomment-1063615308


   i would like to do this,thx


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] ulysses-you closed issue #2084: [Improvement] Support arbitrary parameters for KyuubiConf or kyuubi prefixed only

Posted by GitBox <gi...@apache.org>.
ulysses-you closed issue #2084:
URL: https://github.com/apache/incubator-kyuubi/issues/2084


   


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org