Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Best_practice
  • azkaban

Last edited by 李林坳 Jan 26, 2022
Page history
This is an old version of this page. You can view the most recent version or browse the history.

azkaban

增加钉钉报警

Flow Parameters 增加以下k:v

alert.type azkaban-dingding-alert

选择指定节点

目前执行器节点配置

id hostname ip
11 bdp-kapp-001 10.8.6.228
12 bdp-ctl-001 10.8.6.227
13 bdp-kapp-006 10.8.6.47
16 bdp-c-006 10.8.6.246
26 emr-header-1.cluster-211120 10.8.6.74

注意 id并不是固定不变的。executor重启后,id会发生变化。

Flow Parameters 增加以下k:v

useExecutor EXECUTOR_ID(从上表中选择一个id)

增加新的executor节点

  1. 复制应用:从10.8.8.246复制/usr/azkaban/azkaban-exec-server
  2. 修改执行用户权限:
    1. /usr/azkaban/azkaban-exec-server/plugins/extlib
    2. chmod 6050 execute-as-user
  3. 重启executor服务
    1. cd /usr/azkaban/azkaban-exec-server/
    2. ./bin/shutdown-exec.sh
    3. ./bin/start-exec.sh
    4. curl -G "localhost:$(<./executor.port)/executor?action=activate" && echo
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages