> 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/10.2-data-integration/pdi-job-entries-reference-overview/sqoop-import-job/general-sqoop-import/quick-setup-mode.md).

# Quick Setup mode

![Sqoop Import step Quick Setup mode](/files/WQyeuMZXPeun8tZ0EglN)

## Source

The Source refers to the database from which you want to pull your data into a cluster.

| Option                  | Definition                                                                                                                                                                                                                                                                          |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Database Connection** | <p>Click <strong>Choose Available</strong> to select an existing database connection that contains the data for import.</p><p>If you do not have an existing connection, click <strong>New</strong>. If you need to modify an existing connection, click <strong>Edit</strong>.</p> |
| **Edit**                | Click **Edit** to open the **Database Connection** dialog box if you need to modify an existing connection database.                                                                                                                                                                |
| **New**                 | Click **New** to open the **Database Connection** dialog box where you can add a new database connection. See [Define data connections](https://help.hitachivantara.com/Documentation/Pentaho/9.5/Setup/Define_data_connections)                                                    |
| **Table**               | The name of the source table. If the source database requires a schema, you must supply it in the format: `SCHEMA.TABLE_NAME`. This table must exist in the destination database and its structure must match the input data’s format.                                              |
| **Browse**              | Click **Browse** to open the **Database Explorer** and explore configured database connections.                                                                                                                                                                                     |

\## Target

The target refers to the Hadoop cluster where you want to put your data.

| Option               | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Hadoop Cluster**   | <p>The name of the Hadoop cluster that contains the data for import. Use the <strong>Use Advanced Options</strong> to specify configuration information for the host names and ports for HDFS, Job Tracker, and other big data cluster components (default).</p><p>Click <strong>Choose Available</strong> to select an existing cluster to use. If you do not have any existing cluster connections, click <strong>New.</strong></p><p>Information on Hadoop can be found in <a href="https://help.hitachivantara.com/Documentation/Pentaho/9.5/Work_with_data/Use_Hadoop_with_Pentaho">Use Hadoop with Pentaho</a>.</p> |
| **Target Directory** | Path of the HDFS directory from where you want to import.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| **Browse**           | <p>Click <strong>Browse</strong> to display the <strong>Open File</strong> dialog box, which displays the file system of the cluster. Click the directory to select the directory with your Sqoop data.</p><p><strong>Note</strong>: <strong>Browse</strong> only works when you have a valid cluster connection configured.</p>                                                                                                                                                                                                                                                                                          |

\## Open File dialog box

When you have a valid cluster connection, click **Browse** to display the **Open File** dialog box to view the cluster files.

| Option                                   | Definition                                                                                                         |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **Open from Folder**                     | Indicates the path and name of the HDFS directory you want to browse. This directory becomes the active directory. |
| **Up One Level**                         | Displays the parent directory of the active directory shown in the **Open from Folder** field.                     |
| **Delete**                               | Deletes a folder from the active directory.                                                                        |
| **Create Folder**                        | Creates a new folder in the active directory.                                                                      |
| **Active Directory Contents (no label)** | Displays the active directory, which is the one that is listed in the **Open from Folder** field.                  |
| **Filter**                               | Applies a filter to the results displayed in the active directory contents.                                        |


---

# 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/10.2-data-integration/pdi-job-entries-reference-overview/sqoop-import-job/general-sqoop-import/quick-setup-mode.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.
