Acceldata Open Source Data Platform
ODP 3.2.3.5-2
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:
Bash
x
# Verify mpack installationambari-server list-mpacks# Expected output should include:# spark3-ambari-3.5.5.mpack# Clear Ambari cacheambari-server stoprm -rf /var/lib/ambari-server/cache/*ambari-server startIssue: 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:
Bash
ls -la /etc/spark3_3_3_3/conf/- Check port configuration:
Bash
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:
Bash
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:
Bash
netstat -tuln | grep 1808- Verify port configuration in Ambari
- 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 on Jan 28, 2026
Was this page helpful?
Next to read:
Spark 3 FAQsDiscard 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