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

feat(pyspark): support ibis.pyspark.connect() #8515

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Mar 1, 2024

Closes #8496.

@cpcloud cpcloud added this to the 9.0 milestone Mar 1, 2024
@cpcloud cpcloud added feature Features or general enhancements pyspark The Apache PySpark backend labels Mar 1, 2024
@cpcloud cpcloud changed the title feat(pyspark): support connecting without an explicit pyspark session object feat(pyspark): support connecting without an explicit session object Mar 1, 2024
@cpcloud cpcloud changed the title feat(pyspark): support connecting without an explicit session object feat(pyspark): support ibis.pyspark.connect() Mar 1, 2024
@lostmygithubaccount
Copy link
Member

nice!

[ins] In [1]: import ibis

[ins] In [2]: con = ibis.pyspark.connect()
Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel).
24/03/01 09:30:08 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable

@cpcloud cpcloud enabled auto-merge (squash) March 1, 2024 14:30
@lostmygithubaccount
Copy link
Member

should update #6976 with this once it's in (or perhaps wait until 9.0 release)

@cpcloud cpcloud merged commit 0f663e6 into ibis-project:main Mar 1, 2024
79 checks passed
@cpcloud cpcloud deleted the pyspark-simple-connect branch March 1, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements pyspark The Apache PySpark backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: supprt empty ibis.spark.connect()
2 participants