Skip to content

ADH-8176: prepare for HA spark connect#54

Open
werzerbb wants to merge 2 commits into
develop/4.3.0/3.5.4.4from
feature/ADH-8176-kyuubi-spark-connect-ha
Open

ADH-8176: prepare for HA spark connect#54
werzerbb wants to merge 2 commits into
develop/4.3.0/3.5.4.4from
feature/ADH-8176-kyuubi-spark-connect-ha

Conversation

@werzerbb

@werzerbb werzerbb commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator
  • catch RetryException in GrpcRetryHandler.scala to allow HA failover between queries
  • call KyuubiSessionBuilder.getOrCreate() in python/pyspark/shell.py

…HA failover between queries, added tests; 2) call KyuubiSessionBuilder.getOrCreate() in python/pyspark/shell.py
Comment thread python/pyspark/shell.py
username=os.environ.get("KYUUBI_USERNAME"),
password=os.environ.get("KYUUBI_PASSWORD"))
spark = ConnectSparkSession(connection=_kyuubi_builder)
spark = _kyuubi_builder.getOrCreate()

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not forget to sync 4.2 branch if needed.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I have plan to add support spark connect auth to 4.2 branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants