引擎类型 | 节点类型 | 默认模 |
MaxCompute | ODPS Script | ODPS Script 代码模板包含以下模板变量:${author}(作者)和 ${createTime}(创建时间),格式以注释分隔线包裹。 |
ODPS SQL | ODPS SQL 代码模板的默认内容包含注释行 --odps sql,以及模板变量 ${author}(作者)和 ${createTime}(创建时间),各行之间以星号分隔线隔开。编辑完成后单击保存。 |
ODPS MR | ODPS MR 代码模板默认内容为 -odps mr,并包含 ${author}(作者)和 ${createTime}(创建时间)两个变量占位符。在弹窗中编辑完成后,单击保存即可。 |
PyODPS 2 | PyODPS 2 代码模板默认内容为英文提示信息:Please try your best avoiding downloading massive data from MaxCompute. Related methods are open_reader of tables or instances, and to_pandas of DataFrames. It is recommended to use PyODPS DataFrame created from MaxCompute tables, or MaxCompute SQL directly. Reference: https://developer.aliyun.com/article/745029。可在弹窗中编辑模板内容后单击保存,或单击取消放弃修改。 |
PyODPS 3 | PyODPS 3 代码模板内容为英文提示信息:Please try your best avoiding downloading massive data from MaxCompute. Related methods are open_reader of tables or instances, and to_pandas of DataFrames. It is recommended to use PyODPS DataFrame created from MaxCompute tables, or MaxCompute SQL directly. Reference: https://developer.aliyun.com/article/745029。 |
EMR | EMR MR | --EMR MR
--**********************************************************--
--author:${author}
--create time:${createTime}
--EMR MR node can only run on exclusive resource groups.
--**********************************************************--
|
EMR Shell | EMR Shell 代码模板内容包含模板变量 ${author} 和 ${createTime},并提示 EMR Shell 节点只能在独享资源组上运行。 |
EMR Presto | EMR Presto 代码模板内容包含以下模板变量和提示信息:--author:${author}、--create time:${createTime} 和 --EMR Presto node can only run on exclusive resource groups.。 |
EMR Spark Streaming | --EMR Spark Streaming
--***************************************************--
--author:${author}
--create time:${createTime}
--EMR Spark Streaming node can only run on exclusive resource groups.
--***************************************************--
|
EMR Trino | EMR Trino 代码模板内容为 --EMR Trino 标题行、--author:${author} 作者变量占位符、--create time:${createTime} 创建时间变量占位符,以及提示信息 EMR Trino node can only run on exclusive resource groups.。 |
EMR Hive | EMR Hive 节点的代码模板内容包含以下模板变量和提示信息:${author}(作者)、${createTime}(创建时间),以及提示 EMR Hive node can only run on exclusive resource groups.。 |
EMR Spark | --EMR Spark
--*******************************************--
--author:${author}
--create time:${createTime}
--EMR Spark node can only run on exclusive resource groups.
--*******************************************--
|
EMR Spark SQL | EMR Spark SQL 的默认代码模板内容包含注释块,其中定义了 ${author}(作者)和 ${createTime}(创建时间)两个变量,并提示 EMR Spark SQL node can only run on exclusive resource groups.(EMR Spark SQL 节点仅支持在独享资源组上运行)。 |
CDH | CDH Hive | --CDH Hive
--*************************************************************--
--author:${author}
--create time:${createTime}
--CDH Hive node can only run on exclusive resource groups.
--*************************************************************--
|
CDH Spark | --CDH Spark
--**********************************************************--
--author:${author}
--create time:${createTime}
--CDH Spark node can only run on exclusive resource groups.
--**********************************************************--
|
CDH MR | --CDH MR
--**********************************************************************--
--author:${author}
--create time:${createTime}
--CDH MR node can only run on exclusive resource groups.
--**********************************************************************--
|
CDH Presto | --CDH Presto
--**********************************************************--
--author:${author}
--create time:${createTime}
--CDH Presto node can only run on exclusive resource groups.
--**********************************************************--
|
CDH Impala | CDH Impala 代码模板内容包含以下变量和提示信息:${author}(作者)、${createTime}(创建时间),并提示 CDH Impala 节点只能在独享资源组上运行。 |
Hologres | Hologres SQL | Hologres SQL 代码模板默认包含注释头,使用 ${author} 和 ${createTime} 变量自动填充作者和创建时间。 |
其他 | Shell | #!/bin/bash
#************************************************************#
##author:${author}
##create time:${createTime}
#************************************************************#
|
ClickHouse SQL | ClickHouse SQL 代码模板内容示例:顶部和底部为星号分隔线,中间包含两个模板变量 --author:${author} 和 --create time:${createTime}。编辑完成后单击保存。 |
HTTP触发器 | --HTTP Trigger
--**********************************************************--
--author:${author}
--create time:${createTime}
--HTTP Trigger is a kind of virtual node. It can trigger its child nodes when you calling the
DataWorks OpenAPI "RunTriggerNode".
--HTTP Trigger is usually used to linking with user's system
--See details here: https://www.alibabacloud.com/help/document_detail/190911.html
--**********************************************************--
|