# Apache Spark examples on AWS & Valohai

***

## Overview

This example demonstrates:

* Launching AWS EMR clusters from Valohai
* Running Spark batch jobs remotely
* Managing EMR configuration via Valohai parameters

***

### Steps

{% stepper %}
{% step %}
**Setup AWS IAM users**

Create a new IAM role to access EMR and S3.
{% endstep %}

{% step %}
**Import and Run the examples on Valohai**

Start with running the `run-debug-with-minimal-configuration` example step.
{% endstep %}

{% step %}
**Running your own Spark applications**

The `valohai.yaml` in the project includes examples for a minimal configuration as well as maximal example. The maximal example should cover most of the configuration options.
{% endstep %}
{% endstepper %}

***

### GitHub Repository

The repository walks you through the steps above:

{% embed url="<https://github.com/valohai/spark-examples>" %}


---

# 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.valohai.com/project-gallery/data-engineering-and-etl/spark-examples.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.
