david yuan
david yuan
@ulysses-you hello,i'm interested with this component,hope work with you
@yaooqinn @pan3793 @ulysses-you i found spark have package the connect module to maven repository https://mvnrepository.com/artifact/org.apache.spark/spark-connect-client-jvm_2.13/3.4.0 can we use thoes package to simplify the code? maybe we could provide a connectingstr...
@ulysses-you @pan3793 Understand, I'd like to try this challenging issue, which could go on for a long time, as I need to go through the whole architecture of kyuubi-server and...
> Just to clarify here, the intention is to support spark connect client as another connection type to the engine - so you could still use jdbc or notebook (via...
@pan3793 @yaooqinn @ulysses-you @tgravescs Hello, I have analyzed the processing flow of spark-connect, as shown in the following figure.  1. SparkSession.builder.remote(host:port).getOrCreate() to create a SparkConnectClient(RPCClient) 2. spark.sql(xxx), acutually, this...
@pan3793 @yaooqinn @ulysses-you this pr is only a draft for discussion. What do you think about this method to compatible spark grpc ?
@ulysses-you what do you think about the new module kyuubi-grpc(only structure, not write test case yet)
@yaooqinn @cxzl25 please give me some advice
> 2\. the data model in Redis is different from RDBMS, how do we map the API? 1. actually we also want use the redis-jdbc from Data-Grip but the Data-Grip...
> It is not common to use jdbc to access redis. If the redis jdbc client supports the mysql dialect, I think we can use mysql type jdbc engine to...