Taurus-Le
Taurus-Le
> 图表内筛选控制器仅在独立创建并保存的数据图表里展示,在仪表板内部创建的图表是不会展示的。仪表板里请使用仪表板控制器组件。 神速啊,明白了,感谢,支持国产
I've run into the same problem with kubekey v3.0.10。I've never learned go before, which made it hard for me to read the source code and locate the problem.
I think I might find out the cause by chance. I noticed kk was downloading cni v1.2.0 while creating cluster. But the version specified in [manifest.yaml](https://www.kubesphere.io/docs/v3.3/installing-on-linux/introduction/air-gapped-installation/) is v0.9.1. I changed...
Modify `registry` in `config-sample.yaml` as below might solve the problem: ```yaml registry: type: harbor auths: "dockerhub.kubekey.local": username: admin password: Harbor12345 certsPath: "/etc/docker/certs.d/dockerhub.kubekey.local" privateRegistry: "dockerhub.kubekey.local" namespaceOverride: "kubesphereio" registryMirrors: [] insecureRegistries: []...
Hi @cerveada, sorry for the trouble. I meant to save you some trouble. I did not do the opposite intentionally. Thanks for helping.
Version of apache maven and JDK used to build spline-spark-agent: ``` [hadoop@h8 spline-spark-agent]$ mvn -version Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /home/hadoop/SW/apache-maven-3.8.5 Java version: 1.8.0_331, vendor: Oracle Corporation, runtime: /home/hadoop/SW/jdk1.8.0_331/jre...
Got it. Thanks. If there's anything I could help, please let me know. And I just found Delta Lake: 2.0.0 has been released.
Hi @cerveada, I've switched Delta Lake:1.2.0 to Delta Lake: 1.1.0. And this time I got the same error as #479. ``` 22/07/22 09:42:46 ERROR SplineQueryExecutionListener: Unexpected error occurred during lineage...
Hi @cerveada, I did not stop the Spark myself. I never called `stop()` on SparkContext or SparkSession. Is it because I'm running spark on yarn? I had a suspicion there...