Replies: 1 comment
-
这不是streampark的问题, 重启docker容器看看 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
streampark 版本:v2.1.1
flink 版本:1.17.1
部署步骤
git clone https://github.com/apache/incubator-streampark.git
cd incubator-streampark/deploy/helm
helm template streampark/ -n streampark -f streampark/values.yaml --output-dir ./result
kubectl create serviceaccount streampark
kubectl create clusterrolebinding flink-role-binding-flink --clusterrole=edit --serviceaccount=streampark:streampark
kubectl apply -f result/streampark/templates
下面是我的具体配置文件
application-mysql.yml configmap.yaml






这是一张streampark 容器内部/streampark/conf 路径下application.yml 文件 ,可以看到还是h2
这是 容器内部/streampark/conf 路径下application-mysql.yml 文件可以看到并没有修改成功
Beta Was this translation helpful? Give feedback.
All reactions