Kalvin C
Kalvin C
Do you think the best approach would be to implement both options? That way users could could submit jobs with keytabs for long running (streaming type) jobs, and the the...
> For option 2, the secret storing the keytab and principal gets mounted into the operator pod Did you mean to say the driver pod? Otherwise I'm a bit confused...
Awesome! Thanks for all the input - I'm going to try to take a stab at this (while following the other PR to make sure things don't diverge to wildly...
> No, I meant the operator pod. The operator who runs spark-submit needs to have the keytab local so spark-submit can access it and use it for login. The k8s...
@DarinJ Any chance you still have the notes and patch for getting this working with Spark 2.0, Toree 0.2?
hey @trobrock trying to replicate this in a minimal case, but seemingly unable to, i've verified i don't have `GITHUB_PERSONAL_ACCESS_TOKEN` set either. are you `ctrl-c`ing anywhere in the steps? ```bash...
@trobrock yes, was using `claude-3.7-sonnet`
Hey @benvenker those `RateLimitExceeded` errors come directly from the API, in the anthropic case the logic is: https://github.com/block/goose/blob/main/crates/goose/src/providers/anthropic.rs#L103-L105 In this specific case, there was a new feature added to call...
> A possible fix would be to check the size of the conversation and progressively summarise it if needed, before asking for the 4 word summary based on the summarised...
Currently unable to replicate in a working session, paused until we can get some session logs to try to determine what sent the only whitespace text blocks.