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/04/27 00:54:58 UTC

[GitHub] [incubator-kyuubi] zhaomin1423 opened a new issue, #2486: [FEATURE] support doris engine

zhaomin1423 opened a new issue, #2486:
URL: https://github.com/apache/incubator-kyuubi/issues/2486

   ### 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.
   
   
   ### Describe the feature
   
   Apache Doris is a MPP analytical database that widely used.
   
   ### Motivation
   
   _No response_
   
   ### Describe the solution
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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.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] zhaomin1423 commented on issue #2486: [FEATURE] support doris engine

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

   > According to Doris's [Guidelines for Basic Use](https://doris.apache.org/getting-started/basic-usage.html#guidelines-for-basic-use), it uses MySQL protocol to communicate, we should just support MySQL protocol in Kyuubi and it also works for Doris.
   
   Thanks for your suggestion


-- 
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] yangrong688 commented on issue #2486: [FEATURE] support doris engine

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

   According to Doris's [Guidelines for Basic Use](https://doris.apache.org/getting-started/basic-usage.html#guidelines-for-basic-use), it uses MySQL protocol to communicate, we should just support MySQL protocol in Kyuubi and it also works for Doris.


-- 
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] zhaomin1423 commented on issue #2486: [FEATURE] Support Apache Doris engine

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

   > @zhaomin1423 Would you mind change it(or open a new one) to Umbrella?
   
   I will add a new one later.


-- 
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] pan3793 commented on issue #2486: [FEATURE] Support Apache Doris engine

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

   @zhaomin1423 Would you mind change it(or open a new one) to Umbrella?


-- 
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] pan3793 commented on issue #2486: [FEATURE] support doris engine

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

   Does Doris provide other API other than JDBC? How about introduce a generic JDBC engine?


-- 
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] zhaomin1423 commented on issue #2486: [FEATURE] support doris engine

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

   > Does Doris provide other API than JDBC? How about introduce a generic JDBC engine?
   No other api for query now.
   I agree, a generic  jdbc engine will be implemented firstly, then do some adaptive for doris.
   
   


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