Kyuubi provides several auxiliary SQL functions as supplement to Spark’s Built-in Functions Name Description Return Type Since kyuubi_version Return the version of K...
JDO defines XML MetaData in jdo files as well as orm files, but also specifies that named queries can be defined in jdoquery files. As always with XML, the metadata must match t...
Enable LDAP Authentication Kyuubi can be configured to enable frontend LDAP authentication for clients, such as the BeeLine, or the JDBC and ODBC drivers. At present, only simple...
Features Usage Hive Dialect plugin aims to provide Hive Dialect support to Spark’s JDBC source. It will auto registered to Spark and applied to JDBC sources with url prefix of j...
Enable JDBC Authentication Configure the authentication properties Authentication with In-memory Database Kyuubi supports authentication via JDBC query. A query is prepared wit...
Writing with SQL INSERT OVERWRITE INSERT INTO Upsert to table with primary keys. DELETE FROM UPDATE MERGE INTO Writing with DataFrames Appending data Overwriting data Crea...