kubernetes-data-platform
kubernetes-data-platform copied to clipboard
KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
### KDP version KDP:1.0.2 ### What did you do? 安装flink-session-cluster未提示组件依赖flink-session-cluster,直接安装flink-session-cluster可以成功,但是不会创建pod。 ### What did you see happen? 希望安装flink-session-cluster时可以提醒安装,否则无法继续安装。 ### What did you expect to see? next
### Implemented function Expect the datanode of HDFS to be able to bind multiple disks.thx ### What problem to solve? Support adding multiple disks to solve the problem of insufficient...
root@k8s-127-master:~# ./kdp install [INFO] - Ready to install KDP infrastructure, this may take a few minutes... [INFO] - Ready to install vela [INFO] - Find existing vela-core deployment, skip vela-core...
### KDP version KDP: v1.0.0 ### What did you do? ### The problem When I install kdp use comman "kdp install --local-mode --set dnsService.name=kube-dns --debug" on Mac M1 local, it...
# Are you using KDP Thank you for using and supporting KDP. We will try our best to make KDP better together with the open source community. ## The purpose...
### Description of your changes Fixes #TODO ### How has this code been tested
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.5.0 to 6.7.0. Release notes Sourced from docker/build-push-action's releases. v6.7.0 Print info message for build summary support checks by @crazy-max in docker/build-push-action#1211 Full Changelog: https://github.com/docker/build-push-action/compare/v6.6.1...v6.7.0 v6.6.1 Bump...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0. Commits 5bcd010 go.mod: update golang.org/x dependencies 3375612 ssh: add support for unpadded RSA signatures bb80217 ssh: don't use dsa keys in integration tests 6879722...
### KDP version 1.2 ### What did you do? add jar hdfs://ip:port/udf/hive-udtf-1.0-SNAPSHOT-jar-with-dependencies.jar; -- UDTF函数 create temporary function split_str as 'HiveUDTFSplitStr' using jar 'hdfs://ip:port/udf/hive-udtf-1.0-SNAPSHOT-jar-with-dependencies.jar'; -- 异常查询 with src as ( select...
### Implemented function 目前kdp的安装脚本没有卸载参数,用户安装失败的时候,只能手工卸载,但是手工卸载的时候,经常卸载不干净,影响下一次安装 ### What problem to solve? 希望后续可以提供kdp卸载的脚本或者程序,方便用户安装出问题的时候,可以卸载干净重新安装,这也是一般开源软件都具备的功能。 ### What version is expected to be completed? 希望下一版本可以实现,或者提供独立的卸载脚本或者程序也可以