# Installation Issues

### Common issues/errors:

If you are getting the following error while installing Spark **3.2** try installing Spark **3.0.3**

![](/files/pYdin3Gp1aQ48YTH1T1H)

Alternate steps to resolve the error:

**OPTION 1**

Open a spark cluster manually using the command:

```bash
spark-class org.apache.spark.deploy.master.Master
```

Your output should be something like the image below:

![](/files/sDYFbKeCmj4uXyJ4Ba4K)

This means that your UI is set at localhost:8080 and you have opened the master at localhost:7077.

So now the only thing that's left to do is open a 2nd cmd and execute the command:

```bash
spark-shell --master spark://localhost:7077
```

Your output should be something like the image below:

![](/files/ZZi97cndPopqvlkVeJx6)

**OPTION 2**

Install an older spark version preferably **Spark 3.0.3**&#x20;


---

# 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.consoleflare.com/live-data-streaming/master/installation-issues.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.
