Devlive 开源社区 本次搜索耗时 0.283 秒,为您找到 1178 个相关结果.
  • SLES 12

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following: Steps Log in to your host as root . Download ...
  • 升级文档

    1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 3. 下载新版本的安装包 4. 数据库升级 5. 后端服务升级 6. 前端服务升级 1. 备份上一版本文件和数据库 2. 停止dolphinscheduler所有服务 sh ./script/stop-all.sh 3. 下载新版本的安装包 下载 ,...
  • Permissions

    3765 2024-06-22 《Apache Accumulo 2.x》
    Configuration Granting permission View permissions Revoking permissions Accumulo users can only perform actions if they are given permission. Accumulo has three types of perm...
  • Kubeflow

    Kubeflow 综述 创建任务 任务样例 首先介绍一些DS通用参数 Kubeflow组件独有的参数 环境配置 Kubeflow 综述 Kubeflow 任务类型,用于在Kubeflow上创建任务。 后台主要使用 kubectl 命令来创建kubeflow任务, 并持续Kubeflow上资源状态直至任务完成。 目前主要支持通过使用ya...
  • Downloads

    3758 2024-05-25 《Apache JDO 3.2.1》
    Maven (convenience binary) About JDO Releases Verifying Releases To develop your own code to use or implement JDO, you can use the links below to download Apache JDO from an of...
  • Installation

    Pre-requisites Steps Building the project Next Steps This page covers the essential steps to setup OneTable in your environment. Pre-requisites Building the project require...
  • Accessing Ambari Repositories

    Table 4.1. Ambari Repository URLs Starting with the Ambari 2.7.5 release, access to Ambari repositories requires authentication. To access the binaries, you must first have the ...
  • AmazonSqs

    AmazonSqs AmazonSqs source connector Support Those Engines Spark Flink SeaTunnel Zeta Key Features batch stream exactly-once column projection parallelism su...
  • About GitHub CLI

    3734 2024-05-07 《GitHub Cli》
    About GitHub CLI What’s the difference between GitHub CLI and Git on the command line? Installing GitHub CLI Sharing feedback About GitHub CLI GitHub CLI is an open source t...
  • Task SPI

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