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?
Livy Appendix: Quick Reference
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Appendix A: Quick Reference
Installation Commands
# Install mpacks
ambari-server install-mpack --mpack=<path-to-mpack> --verbose
ambari-server restart
Port Reference
Livy Version | Default Port | Alternative Ports |
|---|---|---|
3.5.5 | 8355 | 8350-8359 |
3.5.1 | 8351 | 8350-8359 |
3.3.3 | 8333 | 8330-8339 |
Common API Endpoints
# Version info
curl http://<host>:<port>/version
# List sessions
curl http://<host>:<port>/sessions
# Create session
curl -X POST http://<host>:<port>/sessions -H "Content-Type: application/json" -d '{...}'
# Get session
curl http://<host>:<port>/sessions/{session-id}
# Delete session
curl -X DELETE http://<host>:<port>/sessions/{session-id}
# List batches
curl http://<host>:<port>/batches
# Submit batch
curl -X POST http://<host>:<port>/batches -H "Content-Type: application/json" -d '{...}'
Configuration Locations
# Livy 3.5.5
/etc/livy3/conf/livy.conf
/etc/livy3/conf/livy-env.sh
# Livy 3.3.3
/etc/livy3_3_3_3/conf/livy.conf
/etc/livy3_3_3_3/conf/livy-env.sh
# Livy 3.5.1
/etc/livy3_3_5_1/conf/livy.conf
/etc/livy3_3_5_1/conf/livy-env.sh
Log Locations
# Livy 3.5.5
/var/log/livy3/livy-livy-server.out
# Livy 3.3.3
/var/log/livy333/livy-livy-server.out
# Livy 3.5.1
/var/log/livy351/livy-livy-server.out
Appendix B: API Version Compatibility Matrix
Feature | Livy 3.3.3 | Livy 3.5.1 | Livy 3.5.5 |
|---|---|---|---|
Interactive Sessions | ✅ | ✅ | ✅ |
Batch Jobs | ✅ | ✅ | ✅ |
Python Sessions | ✅ | ✅ | ✅ |
R Sessions | ✅ | ✅ | ✅ |
Scala Sessions | ✅ | ✅ | ✅ |
Kerberos Auth | ✅ | ✅ | ✅ |
SSL/TLS | ✅ | ✅ | ✅ |
Session Pooling | ⚠️ Limited | ✅ | ✅ Enhanced |
Metrics API | ⚠️ Basic | ✅ | ✅ Enhanced |
Async Operations | ✅ | ✅ | ✅ Improved |
Last updated on Jan 28, 2026
Was this page helpful?
Next to read:
Livy 3 Takeawaysnull
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