# Job settings tab

![Job settings tab, Amazon EMR Job Executor](/files/0YfeP62puSUD9ZW03f2i)

This tab includes the following options:

| Option                     | Description                                                                                                                                                                                                                                                                                                                                                                                |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **EMR job flow name**      | Specify the name of the Amazon EMR job flow to execute.                                                                                                                                                                                                                                                                                                                                    |
| **S3 staging directory**   | Specify the Amazon Simple Storage Service (S3) address of the working directory for this Hadoop job. This directory will contain the MapReduce JAR and log files.                                                                                                                                                                                                                          |
| **MapReduce Jar**          | Specify the address of the Java JAR that contains your Hadoop mapper and reducer classes. The job must be configured and submitted using a static main method in any class of the JAR.                                                                                                                                                                                                     |
| **Command line arguments** | Enter in any command line arguments you want to pass into the static main method of the specified **MapReduce Jar**. Use spaces to separate multiple arguments.                                                                                                                                                                                                                            |
| **Keep job flow alive**    | Select if you want to keep your job flow active after the PDI entry finishes. If this option is not selected, the job flow will terminate when the PDI entry finishes.                                                                                                                                                                                                                     |
| **Enable blocking**        | <p>Select if you want to force the job to wait until each PDI entry completes before continuing to the next entry. Blocking is the only way for PDI to be aware of the status of a Hadoop job. Additionally, selecting this option enables proper error handling and routing.</p><p>When you clear this option, the Hadoop job is blindly executed and PDI moves on to the next entry.</p> |
| **Logging interval**       | If you **Enable blocking**, specify the number of seconds between status log messages.                                                                                                                                                                                                                                                                                                     |


---

# 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/pdia-data-integration/10.2-data-integration/pdi-job-entries-reference-overview/amazon-emr-job-executor/options-amazon-emr-job-executor/job-settings-tab.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.
