Devlive 开源社区 本次搜索耗时 0.198 秒,为您找到 953 个相关结果.
  • OssJindoFile

    Description Key features Options path [string] bucket [string] access_key [string] access_secret [string] endpoint [string] custom_filename [boolean] file_name_expression [...
  • Timeline

    747 2024-06-28 《Apache Hudi 0.15.0》
    Actions States Active and Archived timeline LSM Timeline Archival Configs Spark write client configs Flink Options At its core, Hudi maintains a timeline which is a log of...
  • 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 ...
  • 7.3 Style code blocks and text output

    745 2024-05-10 《R Markdown Cookbook》
    References We can customize the style of code chunks and their text output using the chunk options class.source and class.output , respectively. These options take character vec...
  • Doris

    Support Doris Version Support Those Engines Key Features Description Sink Options schema_save_mode[Enum] data_save_mode[Enum] save_mode_create_template Data Type Mapping Su...
  • 4.9 Multiple authors in a document

    745 2024-05-23 《R Markdown Cookbook》
    References We can add multiple authors to an R Markdown document within the YAML frontmatter in a number of ways. If we simply want to list them on the same line, we can provide ...
  • File Sizing

    744 2024-06-30 《Apache Hudi 0.15.0》
    Auto-sizing during writes File sizing for Copy-On-Write (COW) and Merge-On-Read (MOR) tables More details about file sizing for Merge-On-Read(MOR) tables Configs Auto-Sizing Wi...
  • ClickhouseFile

    Description Key features Options host [string] database [string] table [string] username [string] password [string] sharding_key [string] clickhouse_local_path [string] co...
  • SSO Integration

    Background SSO login workflow How to enable SSO login Note Background As an enterpise practice, it’s common to apply Single sign-on (SSO) across all applications, so that use...
  • Task SPI

    DolphinScheduler Task SPI 扩展 如何进行任务插件开发? DolphinScheduler Task SPI 扩展 如何进行任务插件开发? org.apache.dolphinscheduler.spi.task.TaskChannel 插件实现以上接口即可。主要包含创建任务(任务初始化,任务运行等方法)、任务取消,如果是...