-
Notifications
You must be signed in to change notification settings - Fork 602
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
Upgrade google-cloud-java to 0.30.0. #3855
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3855 +/- ##
===============================================
- Coverage 79.442% 79.439% -0.003%
Complexity 17829 17829
===============================================
Files 1168 1168
Lines 64346 64346
Branches 9823 9823
===============================================
- Hits 51118 51116 -2
- Misses 9310 9312 +2
Partials 3918 3918
|
Let's test whether this fixes our longstanding auth issues on Spark before merging (#3591) @jean-philippe-martin would you have time to test? |
With a service account key set, it worked like a charm:
Though I understand that this is expected. So next I tried it without any
This is with Next I went to my repro code and tried it again with v30. It failed ( |
I tried
|
I tried this branch out and got the dreaded 404 error, unfortunately:
|
@droazen , I was able to reproduce your result. I tried to isolate what made it work or not. I tried with two kinds of inputs:
I tried with two choices for
I tried with two different clusters:
With every one of those eight combinations, I got the same result: the dreaded "Error code 404 trying to get security access token from Compute Engine metadata for the default service account."
|
I tried again just now with the latest |
Closing this one. The next release of |
No description provided.