> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-job-entries-reference-overview/hadoop-copy-files/options-hadoop-copy-files-job/settings-tab.md).

# Settings tab

![Settings tab, Hadoop Copy Files](/files/T3apfTBKwVa1uIYHOtni)

| Option                                 | Description                                                                                                       |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| **Include subfolders**                 | Select to copy all subdirectories in the chosen directory.                                                        |
| **Destination is a file**              | Select to specify the destination is a file.                                                                      |
| **Copy empty folders**                 | Select to copy empty directories. The **Include Subfolders** option must be selected for this option to be valid. |
| **Create destination folder**          | Select to create the specified destination directory if it does not exist.                                        |
| **Replace existing files**             | Select to overwrite duplicate files in the destination directory.                                                 |
| **Remove source files**                | Select to remove the source files after copying them. This is equivalent to a move procedure.                     |
| **Copy previous results to arguments** | Select to use previous step results as your sources and destinations.                                             |
| **Add files to result files name**     | Select to create a list of files that were copied in this step.                                                   |

If you are not using Kerberos security, this step sends the username of the logged-in user when copying the files regardless of the username entered in the connect field. To change the username, set the environment variable **HADOOP\_USER\_NAME** to the username you want to use. You can set the username by changing the **OPT** variable in the `spoon.bat` or `spoon.sh` file as shown in the following example:

```
OPT="$OPT .... -DHADOOP_USER_NAME=HadoopNameToSpoof"
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/pdi-job-entries-reference-overview/hadoop-copy-files/options-hadoop-copy-files-job/settings-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
