Acceldata Open Source Data Platform
ODP 3.2.3.5-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?
Configure Client Application
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Python Client Example
Bash
x
from livy import LivySession# Connect to Livy 3.5.5livy_3_5_5 = LivySession(url='http://<host>:8355')# Connect to Livy 3.3.3livy_3_3_3 = LivySession(url='http://<host>:8333')# Connect to Livy 3.5.1livy_3_5_1 = LivySession(url='http://<host>:8351')# Use specific versionsession = livy_3_5_5.create(kind='pyspark')Java Client Example
Bash
import org.apache.livy.LivyClient;import org.apache.livy.LivyClientBuilder;// Livy 3.5.5LivyClient client355 = new LivyClientBuilder() .setURI(new URI("http://<host>:8355")) .build();// Livy 3.3.3LivyClient client333 = new LivyClientBuilder() .setURI(new URI("http://<host>:8333")) .build();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:
Manage ConfigurationsDiscard 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