# Running Spark App

- [Starting point](https://jinhoko.gitbook.io/apache-spark-assembly/running-spark-app/start-point.md): how spark can be started / what will happen sequentially
- [Mastering SparkConf](https://jinhoko.gitbook.io/apache-spark-assembly/running-spark-app/untitled-1-1.md): 각 conf가 system의 어떤 부분에 매핑되는지를, 그림 그려서 이쁘게 설명해주면 좋을 듯.
- [Web UI](https://jinhoko.gitbook.io/apache-spark-assembly/running-spark-app/untitled-1.md)


---

# 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://jinhoko.gitbook.io/apache-spark-assembly/running-spark-app.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.
