-
Notifications
You must be signed in to change notification settings - Fork 21
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
'Table implementation does not support writes' while calling 'saveAsTable' from DataFrameWriter using qbeast #42
Comments
I came up with the same result running something different. I'm running SQL sentences using
I found out that I forgot to set the SessionExtension and configs for the Catalog. So, I opened a spark-shell like this:
This way I have been able to write in
I feel like it has something to do with the |
What went wrong?
Table implementation does not support writes
while attempting to save a dataframe to themetastore_db
using thesaveAsTable
method.How to reproduce?
Branch and commit id:
Fork of qbeast-spark from @osopardo1, branch
28-dimension-filtering
, commit id4d642af
Spark version:
Spark 3.1.1
Hadoop version:
Hadoop 3.2.0
Are you running Spark inside a container? Are you launching the app on a remote K8s cluster? Or are you just running the tests in a local computer?
Standalone mode
Stack trace:
The text was updated successfully, but these errors were encountered: