# Group By step is not supported in a single threaded transformation engine

If you have a job that contains both a Pentaho MapReduce entry and a `Reducer` transformation with a Group by step, you may receive a `Step 'Group by' of type 'GroupBy' is not Supported in a Single Threaded Transformation Engine` error message. This error can occur if:

* An entire set of rows sharing the same grouping key are filtered from the transformation before the Group By step.
* The **Reduce single threaded** option in the Pentaho MapReduce entry's **Reducer** tab is selected.

To fix this issue, open the Pentaho MapReduce entry and deselect the **Reduce single threaded** option in the **Reducer** tab.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/use-hadoop-with-pentaho/big-data-issues/the-group-by-step-is-not-supported-in-a-single-threaded-transformation-engine.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
