> For the complete documentation index, see [llms.txt](https://docs.consoleflare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.consoleflare.com/live-data-streaming/master/installation-issues.md).

# 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;
