Raki
Raki
@zsxwing @RishiKumarRay - any updates on this issue? I'm looking for a simple Java (non-Spark) Docker Container that let's anyone reproduce the ["Zappy" fake example in the Delta docs](https://docs.delta.io/latest/delta-standalone.html#mock-situation) and...
Here's a rudimentary prototype I'm working on to deserialize Kafka to Delta - current iteration includes a barebones Java Parquet Writer that also commits to Delta: https://github.com/mdrakiburrahman/kafka-delta-ingest-adls/blob/main/src/main/java/com/microsoft/kdi/KDI.java I think as...
@ErikSchierboom - sure! I've never contributed a scenario to Exercism - but if you can point me the necessary reqs (Unit testing etc) and assign the issue to me, I'm...
@phyzical I came up with a hack a "`Job` deleter `Job`". Basically, this: > I was also thinking of running a PreSync job with kubectl inside that deletes my Job...
Hey @johnSchnake - I noticed this on our OpenShift cluster running `sonobuoy retrieve` as well. OpenShift has a very very large number of system namespaces compared to regular Kubernetes (a...
You'll find this funny, the tarball a 15 minute custom plugin test generated is 292 MB:  And after unzipping, it blows up to 1 GB of logs:  ...
For anyone else who faces this^: https://github.com/vmware-tanzu/sonobuoy/blob/785b39031166a11107c6f98cbce803a2ba190235/site/content/docs/v0.56.9/sonobuoy-config.md#query-options You want to set Namespace `Filters` to resolve the above issue with OpenShift.
This is something that threw me off as well - why does it keep local state if it should use the single remote copy? I found that the local `terraform.tfstate`...
Also just noticed in the logs, terratest marshalls out the JSON for `.test-data/TerraformOptions.json`. This file contains the `EnvVars` (understandable) - but Terratest it also logs the contents of this in...
Same issue here - based on @willemm's logs above it looks like the Operator is glitching out when reading the owner tag - looks like a string parsing problem. It...