# File tab

![File tab](https://3411831820-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAYwCj9fPr1B2pjC11IOQ%2Fuploads%2Fgit-blob-74848695a63fd6d822a2c0e1ace408c755f8fc6f%2FPDITransStep_HadoopFileOutput_FileTab.png?alt=media)

The **File** tab contains the following options that define the basic properties for the file being created:

| Option                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Hadoop Cluster**                     | <p>Specify which Hadoop cluster configuration to use.</p><p>You can specify information like host names and ports for HDFS, Job Tracker, and other big data cluster components through the Hadoop Cluster configuration dialog box. Click <strong>Edit</strong> to edit an existing cluster configuration in the dialog box, or click <strong>New</strong> to create a new configuration with the dialog box. Once created, Hadoop cluster configurations settings can be reused by other transformation steps and job entries. See <a href="../../../../../advanced-topics-pentaho-data-integration-overview/connecting-to-a-hadoop-cluster-with-the-pdi-client-article">Connecting to a Hadoop cluster with the PDI client</a> for more details on the configuration settings.</p> |
| **Folder/File**                        | Specify the location and/or name of the output text file written to the Hadoop Cluster. Click **Browse** to navigate to the source file or folder in the [VFS browser](https://docs.pentaho.com/pdia-data-integration/9.3-data-integration/data-integration-perspective-in-the-pdi-client/virtual-file-system-browser/vfs-browser-connecting-to-virtual-file-systems).                                                                                                                                                                                                                                                                                                                                                                                                               |
| **Create Parent Folder**               | Indicate if a parent folder should be created for the output text file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| **Do not create file at start**        | Avoid empty files when no rows are processed.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| **Accept file name from field?**       | <p>Indicate if you want to specify the file name(s) in a field in the input stream.</p><p>This setting can be fine-tuned with the <code>kettle.properties</code> file. See <a href="../../../../../data-integration-issues/improving-performance-when-writing-multiple-files">Improving performance when writing multiple files</a>.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **File name field**                    | Specify the field that contains the filename(s) in the input stream during runtime.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Extension**                          | Add an extension to the end of the file name. The default is .txt.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Include stepnr in filename**         | Include the copy number in the file name (`_0` for example) when you run the step in multiple copies (launching several copies of a step).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Include partition nr in file name?** | Include the data partition number in the file name.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| **Include date in file name**          | Include the system date in the filename (`_20181231` for example).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| **Include time in file name**          | Include the system time in the filename (`_235959` for example).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| **Specify Date time format**           | Indicate you want to specify the date time format from the list in the **Date time format** drop-down list.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| **Date time format**                   | Specify date time formats.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| **Show file name(s)**                  | Display a list of the files generated. The list is a simulation and depends on the number of rows that go into each file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| **Add filenames to result**            | Add the filename to the internal file result set.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
