Sascha
Sascha
I am not sure how you run your stats collector, but if you use a sidekiq job, don't forget to clean the stats key after each run. I fixed the...
do you need some help on this? which branch do you mean?
As a workaround, parts of the HiveWarehouseSession can be used directly: import com.hortonworks.hwc.HiveWarehouseSession; ... HiveWarehouseSession session = HiveWarehouseSession.session(sparkSession); becomes import com.hortonworks.spark.sql.hive.llap.HiveWarehouseBuilder; import com.hortonworks.spark.sql.hive.llap.HiveWarehouseSession; ... HiveWarehouseSession session = HiveWarehouseBuilder.session(sparkSession);
The OpenAPI Specification contains a line that needs an update: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md?plain=1#L1036 Is this the documentation file that needs to be updated?
Created some demo snippet with an input field having a dropdown menu: https://jsfiddle.net/np4z7k80/ Clicking into the input field should open the dropdown, but clicking again into the input closes the...
Is there a way to debug the dropped events? On a small VPS, we see e.g. this: Apr 5 15:20:02 host falco: Falco internal: syscall event drop. 1 system calls...
@bobbylight what do you think about the PR? Its a very small but very power full fix.
Looks like the user-agent parser fails on the security version. Created a small pull-request to fix the parser regexp. A new release without the `+` in the version should fix...
Dependency on `grafana-plugin-sdk-go` was already bumped on master, but not on the 11.3.x branch (was fixed in [v0.256.0](https://github.com/grafana/grafana-plugin-sdk-go/releases/tag/v0.256.0)). > Solved in v11.3.0, thanks a lot :) Bug was not fixed...
Tested with IRSA on EKS with a config like this: ```yaml keystore: aws: secretsmanager: region: us-east-1 kmskey: arn:aws:kms:us-east-1:... ```