Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transition to spark connect #86

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

transition to spark connect #86

wants to merge 2 commits into from

Conversation

MrPowers
Copy link
Owner

@MrPowers MrPowers commented Feb 2, 2024

This PR is not meant to be merged.

This is to see if chispa works with Spark Connect.

It is. not working yet. I run poetry run pytest tests and it just hangs.

.master("local")
.appName("chispa")
.getOrCreate())
spark = SparkSession.builder.remote("sc://localhost").appName("chispa").getOrCreate()

Choose a reason for hiding this comment

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

The test is called readme example but it's not consistent with readme

I think readme should stick with vanilla spark session though

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