Håkon

Results 11 comments of Håkon

@manusa did you investigate this? I'm seeing a similar issue when trying to run a Spark 3.2.0 cluster on Openshift. ``` java.lang.NoClassDefFoundError: Could not initialize class io.fabric8.kubernetes.internal.KubernetesDeserializer jdk.internal.reflect.GeneratedConstructorAccessor49.newInstance(Unknown Source) java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)...

@rohanKanojia What openshift version are you on? I think it's related to a version issue between openshift and the 5.4.1 client (for me at least)

I'll get it tested on Monday, thanks for looking into it!

Tried it out now, doesn't seem to affect the issue in my case: I still see `java.lang.NoClassDefFoundError: Could not initialize class io.fabric8.kubernetes.internal.KubernetesDeserializer`. Np about the pings, thanks for taking the...

@sethvargo @bharathkkb are you planning to add support for this in the (near) future?

@fa-aman I recommend just switching to the gcloud action like @vyshkov proposes above, it's basically the same syntax but without the limitation on gen1

Thanks for the feedback! You're right, the tutorials are narrowed down to using the data source from an already set up Spark cluster with the library available etc. Just so...

Found out about the auto-generation from the swagger docs: cool. Any success in using that with Python? Seems to not be able to correctly get tokens (it fails on decoding...

Yeah, have the same feeling. Thanks for having a look, if you want to reproduce: one way to make it fail is to try getting a token ``` tripletex.TokensessionApi().token_session_create_create( consumer_token=,...

Hi again! I think maybe the docs are off. For example, the EmployTooken.token field is marked as required, as is Department.name, but neither are returned from the API (at least...