-
Notifications
You must be signed in to change notification settings - Fork 198
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
java.io.NotSerializableException when running df.show() #845
Comments
one update: I turned on
|
We are sending the credentials to the executors so they can read/write the data. AwsCredentials is not serializable, hence the issue. I'll check what can be done here |
Hello, I was wondering if there have been any updates or solutions regarding this issue? |
I've nudged the relevant team, as we depend on googleapis/google-auth-library-java#1113 |
Hi @davidrabinowitz , It seems that the fix has already been released. Can you confirm when the fixed version of this library will be released? |
Fixed in version 0.31.1 |
Running bigquery connector on spark2.4 in a cluster mode.
The below is being executed without any issues
The below works fine yielding expected results
However
df.show()
throws the below exception and it's very difficult to understand what fails upstreamHere's the full stack trace
The text was updated successfully, but these errors were encountered: