Devlive 开源社区 本次搜索耗时 0.365 秒,为您找到 1306 个相关结果.
  • 1. Authentication

    Kyuubi Authentication Mechanism Using KERBEROS Kyuubi Authentication Mechanism In a secure cluster, services should be able to identify and authenticate callers. As the ...
  • PyHive

    4118 2024-07-05 《Apache Kyuubi 1.9.1》
    Requirements Usage DB-API Use PyHive with Pandas Authentication PyHive is a collection of Python DB-API and SQLAlchemy interfaces for Hive. PyHive can connect with the Kyuub...
  • GitHub 趋势日报 (2025年05月02日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go C++ Rust Ruby Lua C Swift TypeScript Java PHP C MDX Dart Vim Script Python JavaScript Markdown PowerShell Shell Kotlin HTML J...
  • Hive JDBC Driver

    4096 2024-07-05 《Apache Kyuubi 1.9.1》
    Instructions Install Hive JDBC JDBC URL Example Instructions Kyuubi is fully compatible with Hive JDBC and ODBC drivers that let you connect to popular Business Intelligence ...
  • Flink Connector

    4094 2024-06-29 《Apache Iceberg 1.5.2》
    Table managed in Hive catalog. Table managed in hadoop catalog Table managed in custom catalog A complete example. Apache Flink supports creating Iceberg table directly withou...
  • SQL

    4091 2024-05-25 《Apache JDO 3.2.1》
    Setting candidate class Unique results Defining a result type Parameters As we have described earlier, JDO allows access to many query languages to give the user full flexibil...
  • GitHub 趋势日报 (2025年04月10日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Go C++ Ruby Jupyter Notebook Kotlin Java C PHP Shell MDX Rust C TypeScript HTML Lua JavaScript Vim Script Python Batchfile Markdow...
  • GitHub 趋势日报 (2025年05月26日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Rust TypeScript C Dart C++ C Vim Script Python PHP Lua PowerShell JavaScript Swift Java Shell MDX Ruby HTML Kotlin Batchfile CMak...
  • GitHub 趋势日报 (2025年04月16日)

    📈 今日整体趋势 Top 10 📊 分语言趋势 Top 5 Rust Dart Ruby C C++ Java PHP Lua MDX Kotlin Go TypeScript Shell Python C Vim Script Dockerfile Jupyter Notebook HTML JavaScript ...
  • Dynamic

    动态节点 综述 创建任务 任务参数 任务参数输出 运行状态 动态节点 综述 动态节点可以通过输入多个参数列表,通过笛卡尔积计算出多所有的参数组合,然后将每个参数组合作为一个子工作流节点执行。 比如我们有一个工作流,它具有两个输入参数,a, b。 我们可以通过动态节点,将这个工作流定义当做一个节点,然后输入参数列表 参数a:a1, a2...