Devlive 开源社区 本次搜索耗时 0.084 秒,为您找到 1726 个相关结果.
  • Stored Procedure

    存储过程节点 任务参数 存储过程节点 根据选择的数据源,执行存储过程。 拖动工具栏中的PROCEDURE 任务节点到画板中,如下图所示: 前提:在该数据库里面创建存储过程,如: CREATE PROCEDURE dolphinscheduler . test ( in in1 INT , out out1 I...
  • 8.1 Custom Word templates

    3094 2024-05-24 《R Markdown Cookbook》
    You can apply the styles defined in a Word template document to new Word documents generated from R Markdown. Such a template document is also called a “style reference document.”...
  • Architecture

    3091 2025-03-13 《Apache Gobblin 0.17.0》
    Gobblin Architecture Overview Gobblin Job Flow Gobblin Constructs Source and Extractor Converter Quality Checker Fork Operator Data Writer Data Publisher Gobblin Task Flow...
  • Creating your first interoperable table

    Creating your first interoperable table Using Apache XTable™ (Incubating) to sync your source tables in different target format involves running sync on your current dataset usi...
  • Apache Zeppelin

    Apache Zeppelin 综述 创建任务 任务参数 生产(克隆)模式 任务样例 Zeppelin Paragraph 任务样例 Apache Zeppelin 综述 Zeppelin 任务类型,用于创建并执行Zeppelin 类型任务。worker 执行该任务的时候,会通过Zeppelin Cient API 触发Zeppelin ...
  • Debian 9

    Steps Next Step More Information On a server host that has Internet access, use a command line editor to perform the following Steps Install the Ambari bits. This also insta...
  • 7.15 For hardcore HTML users (*)

    3074 2024-05-24 《R Markdown Cookbook》
    In Section 6.12 , we mentioned that if you feel the constraint of Markdown (due to its simplicity) is too strong, you can embed code chunks in a pure LaTeX document instead of Mar...
  • 7.10 Include the content of an existing HTML file (*)

    3064 2024-05-24 《R Markdown Cookbook》
    With the includes option of the html_document format (or any other formats that support this option), you can include the content of an existing HTML file in the HTML output doc...
  • Amazon EMR

    Amazon EMR 综述 任务参数 任务样例 创建EMR集群并运行Steps 向运行中的EMR集群添加Step 注意事项: Amazon EMR 综述 Amazon EMR 任务类型,用于在AWS上操作EMR集群并执行计算任务。 后台使用 aws-java-sdk 将JSON参数转换为任务对象,提交到AWS,目前支持两种程序类型: ...
  • 4.1 Insert page breaks

    3049 2024-05-23 《R Markdown Cookbook》
    When you want to break a page, you can insert the command \newpage in the document. It is a LaTeX command, but the rmarkdown package is able to recognize it for both LaTeX outpu...