---
title: Validate the Spark Environment
description: After validating the backend repository, you must check that the Spark analytics machine is running properly.
component: autonomous-identity
version: 2022.11.12
page_id: autonomous-identity:admin-guide:chap-validate-spark-env
canonical_url: https://docs.pingidentity.com/autonomous-identity/2022.11.12/admin-guide/chap-validate-spark-env.html
section_ids:
  sec-validate-spark-env: Validate the Spark Environment
---

# Validate the Spark Environment

## Validate the Spark Environment

After validating the backend repository, you must check that the Spark analytics machine is running properly.

1. Go to $SPARK\_HOME/sbin, and make sure Spark is running.

   ```
   $ start-master.sh
   ```

2. Check the status.

   ```
   $ jps
   ```

3. Check that Spark UI is available on port 8080 on the master server. For troubleshooting, refer to [\[install-guide:\]](#install-guide:).

4. Check if all zoran z-scripts/files exist within the directory: `/opt/zoran/python-3.6/bin/`.
