> 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-transformation-steps-reference-overview/using-table-input-to-table-output-steps-with-ael-for-managed-tables-in-hive/create-a-job-to-join-the-ktrs.md).

# Create a job to join the KTRs

Follow the steps below to create a job to process managed tables in Hive.

1. Select **File** > **New** > **Job** in the PDI client window to create a new job.

   A new canvas opens.
2. On the **Design** tab, click **General** and then double-click **Start**.

   The Start entry appears on the canvas.
3. Under **General**, double-click **Transformation**.

   The Transformation entry appears on the canvas and is connected by a hop from the Start entry.
4. Double-click the Transformation entry.

   The Transformation entry dialog box appears.
5. Browse to your saved Table input KTR file, then enter a name, such as `Table_In`. Click **OK** to save the entry.
6. Under **General**, double-click **Transformation**.

   The Transformation entry appears on the canvas and is connected by a hop from the previous Transformation entry.
7. Double-click the Transformation entry.

   The Transformation entry dialog box appears.
8. Browse to your saved Table output KTR file, then enter a name such as `Table_Out`. Click **OK** to save the entry.
9. (Optional) Add a Dummy entry joined by an error hop to each Transformation entry to handle any false results.
10. Under **General**, double-click **Success**.

    The **Success** entry appears on the canvas and is connected by a hop from the Transformation entry.
11. Click **File** > **Save As** and enter a name for the file. Save it.
12. Press **Run** to execute the job.

    The following example illustrates the job on the canvas:

    ![PDI sample job](/files/JwCq1WfS4zh1Rbb9aEay)

The content of your managed table in Hive was correctly processed using the job.


---

# 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-transformation-steps-reference-overview/using-table-input-to-table-output-steps-with-ael-for-managed-tables-in-hive/create-a-job-to-join-the-ktrs.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.
