Acceldata Open Source Data Platform
ODP 3.2.3.6-3
Release Notes
What is ODP
Installation
Advanced Installation
Configuration and Management
Upgrade
USER GUIDES
Security
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Troubleshooting Spark 3
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Issue: Service not visible in Ambari UI
Symptoms: Spark version doesn't appear in "Add Service" wizard
Solution:
# Verify mpack installation
ambari-server list-mpacks
# Expected output should include:
# spark3-ambari-3.5.5.mpack
# Clear Ambari cache
ambari-server stop
rm -rf /var/lib/ambari-server/cache/*
ambari-server start
Issue: History Server shows the wrong Spark version
Symptoms: Port 18083 shows Spark 3.5.5 instead of 3.3.3
Solution:
Verify configuration files exist:
ls -la /etc/spark3_3_3_3/conf/
Check port configuration:
grep "spark.history.ui.port" /etc/spark3_3_3_3/conf/spark-defaults.conf
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:
export SPARK_HOME=/usr/odp/current/spark3_3_3_3-client export SPARK_CONF_DIR=/etc/spark3_3_3_3/conf /usr/odp/current/spark3_3_3_3-client/bin/spark-submit ...
Issue: Port conflict
Symptoms: History Server fails to start
Solution:
Check port availability:
netstat -tuln | grep 1808
Verify port configuration in Ambari
Ensure no other services use ports 18082-18084
Last updated on Jan 28, 2026
Was this page helpful?
Next to read:
Spark 3 FAQsnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message