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

azkaban · Changes

Page history
Update azkaban authored Jan 26, 2022 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 13 additions and 1 deletion
+13 -1
  • best_practice/azkaban.md best_practice/azkaban.md +13 -1
  • No files found.
best_practice/azkaban.md
View page @ d2d50b06
......@@ -17,4 +17,16 @@ Flow Parameters 增加以下k:v
Flow Parameters 增加以下k:v
```useExecutor EXECUTOR_ID(从上表中选择一个id)```
\ No newline at end of file
```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```
\ No newline at end of file
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