Dagang Wei

Results 9 issues of Dagang Wei

Currently after a session cluster is up and running, we have to submit jobs to the cluster through Flink's API endpoint, which usually means the user has to install Flink...

feature

https://ci.apache.org/projects/flink/flink-docs-stable/ops/jobmanager_high_availability.html

feature

I wanted to run kafka-docker in k8s for testing purposes, even a single node deployment is good enough. Can we provide a guide for k8s deployment?

kubernetes

#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...

#### Describe the bug `make run` failed with `OSError: libcudart.so.12: cannot open shared object file: No such file or directory` #### Setup and configuration **Current version**: ```bash $ git log...

bug
severity:medium

https://issues.apache.org/jira/browse/TOREE-551

Needs Discussions

The example in README.md for parsing the result of `session.call_tool` has been updated to reflect the structure of `CallToolResult`. This change aligns the README example with the type definitions in...

Adds an early check for `terraformer import google` to make sure GOOGLE_APPLICATION_CREDENTIALS is set and the file exists, otherwise returns an error and fails. Fix #2064

The error message is quite confusing when `GOOGLE_APPLICATION_CREDENTIALS` is not set. For example: ``` $ terraformer import google --resources=networks,subnetworks --connect=true --regions=us-central1 --projects=my-project 2025/08/03 11:20:51 google importing project my-project region us-central1...