# Use HBase with AEL and Amazon EMR

To use HBase with AEL and Amazon EMR, you must add the HBase libraries to the classpath.

Perform the following steps to add the HBase libraries:

1. Stop the AEL daemon.
2. From a command prompt (terminal window) on the cluster, run the following command:

   ```
   add SPARK_DIST_CLASSPATH=$(hbase classpath)
   ```
3. Start the AEL daemon.


---

# 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/install/9.3-install/pentaho-configuration/tasks-to-be-performed-by-an-it-administrator/set-up-the-adaptive-execution-layer-ael/vendor-supplied-clients/amazon-emr/use-hbase-with-ael-and-amazon-emr-ael-setup-specific-to-emr.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.
