Devlive 开源社区 本次搜索耗时 0.107 秒,为您找到 1726 个相关结果.
  • 参数优先级

    参数优先级 例子 参数优先级 DolphinScheduler 中所涉及的参数值的定义可能来自三种类型: 项目级别参数 :在项目管理中定义的项目级别参数 全局参数 :在工作流保存页面定义时定义的变量 启动参数 :在工作流启动页面定义的变量 上游任务传递的参数 :上游任务传递过来的参数 本地参数 :节点的自有变量,用户在“自定义参数”定义的变量,并...
  • Chaining

    1807 2024-06-07 《Underscore.js 1.13.6》
    chain value Calling chain will cause all future method calls to return wrapped objects. When you’ve finished the computation, call value to retrieve the final value. Here’s an...
  • Object

    1806 2024-06-05 《Ramda 0.8.0》
    clone values eqProps keys omit pick pickAll project prop props keysIn path valuesIn toPairs toPairsIn propOr has hasIn assoc assocPath lens pickBy clone {*...
  • Configuring iptables

    RHEL/CentOS/Oracle/Amazon Linux SLES Ubuntu Debian For Ambari to communicate during setup with the hosts it deploys to and manages, certain ports must be open and available. T...
  • Collections

    1801 2024-05-25 《Lodash 2.4.2》
    _.at(collection, [index]) Arguments Returns Example _.contains(collection, target, [fromIndex=0]) Aliases Arguments Returns Example _.countBy(collection, [callback=identit...
  • Install Postgres

    Before You Begin Steps Before You Begin If you have already installed a MySQL database, you may skip these steps. You must install Postgres 9.5 or later for SAM and Schema Re...
  • 4.13 Convert models to equations

    1799 2024-05-23 《R Markdown Cookbook》
    References The equatiomatic package (Anderson, Heiss, and Sumners 2024 ) (https://github.com/datalorax/equatiomatic ) developed by Daniel Anderson et al. provides a convenient a...
  • Oracle

    Oracle数据源 Oracle数据源 数据源:选择 ORACLE 数据源名称:输入数据源的名称 描述:输入数据源的描述 IP 主机名:输入连接 ORACLE 的 IP 端口:输入连接 ORACLE 的端口 用户名:设置连接 ORACLE 的用户名 密码:设置连接 ORACLE 的密码 数据库名:输入连接 ORACLE 的 ServiceName...
  • Kinit Auxiliary Service

    1786 2024-07-05 《Apache Kyuubi 1.9.1》
    Installing and Configuring the Kerberos Clients Kerberos Ticket Configurations Further Readings Kinit auxiliary service is a critical service both for authentication between K...
  • 变量管理

    背景介绍 创建变量 在Flink SQL中引用变量 在Flink JAR作业的args中引用变量 背景介绍 在实际生产环境中,Flink作业一般很复杂,会依赖多个外部组件,例如,从Kafka中消费数据时要从HBase或Redis中去获取相关数据,然后将关联好的数据写入到外部组件,这样的情况下会导致如下问题: Flink作业想要关联这些组件,需...