2018-12-13 12:47:20 -07:00
---
2019-08-20 21:48:59 -07:00
id: peons
2018-12-13 12:47:20 -07:00
title: "Peons"
---
2018-11-13 10:38:37 -07:00
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
2015-05-05 16:07:32 -05:00
2018-09-04 12:54:41 -07:00
### Configuration
2020-12-17 13:37:43 -08:00
For Apache Druid Peon Configuration, see [Peon Query Configuration ](../configuration/index.md#peon-query-configuration ) and [Additional Peon Configuration ](../configuration/index.md#additional-peon-configuration ).
2018-09-04 12:54:41 -07:00
2019-08-20 21:48:59 -07:00
### HTTP endpoints
2018-09-04 12:54:41 -07:00
2020-12-17 13:37:43 -08:00
For a list of API endpoints supported by the Peon, please see the [Peon API reference ](../operations/api-reference.md#peon ).
2015-05-05 16:07:32 -05:00
Peons run a single task in a single JVM. MiddleManager is responsible for creating Peons for running tasks.
Peons should rarely (if ever for testing purposes) be run on their own.
2018-09-04 12:54:41 -07:00
### Running
2015-05-05 16:07:32 -05:00
2019-01-30 19:41:07 -08:00
The Peon should very rarely ever be run independent of the MiddleManager unless for development purposes.
2015-05-05 16:07:32 -05:00
```
2018-08-30 09:56:26 -07:00
org.apache.druid.cli.Main internal peon < task_file > < status_file >
2015-05-05 16:07:32 -05:00
```
The task file contains the task JSON object.
The status file indicates where the task status will be output.