peon part

This commit is contained in:
liujianhuan 2020-04-06 15:09:00 +08:00
parent 31277cd7fc
commit e79f986bd2
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<!-- toc -->
## Peons
### 配置
对于Apache Druid Peon配置可以参见 [Peon查询配置]() 和 [额外的Peon配置]()
### HTTP
对于Peon的API接口详见 [Peon API]()
Peon在单个JVM中运行单个任务。MiddleManager负责创建运行任务的Peon。Peon应该很少如果为了测试目的自己运行。
### 运行
Peon应该很少独立于MiddleManager除非出于开发目的。
```
org.apache.druid.cli.Main internal peon <task_file> <status_file>
```
任务文件包含任务JSON对象。状态文件指示将输出任务状态的位置。