Troubleshooting Spark 3

Issue: Service not visible in Ambari UI

Symptoms: Spark version doesn't appear in "Add Service" wizard

Solution:

Bash
Copy

Issue: History Server shows the wrong Spark version

Symptoms: Port 18083 shows Spark 3.5.5 instead of 3.3.3

Solution:

  1. Verify configuration files exist:
Bash
Copy
  1. Check port configuration:
Bash
Copy
  1. Restart History Server from Ambari UI

Issue: spark-submit fails to find the correct version

Symptoms: Application uses the wrong Spark version

Solution:

Set environment variables explicitly:

Bash
Copy

Issue: Port conflict

Symptoms: History Server fails to start

Solution:

  1. Check port availability:
Bash
Copy
  1. Verify port configuration in Ambari
  2. Ensure no other services use ports 18082-18084
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated