Thinking Chen
Thinking Chen
@andhrs I think you can see https://github.com/zalando/postgres-operator/blob/d8a159ef1a17491813f68c7bdff600aeb811802d/pkg/cluster/database.go#L73-L92 The operator generates a pooler's `user_lookup` function for each database created, and you need to connect to the operator-generated database in order to...
`rst` 好像用 `python` 就能直接转成 `html`,同建议可考虑做成 `rst` 模式,`airflow` 的官网文档应该可以通过查看源的方式获取 `rst` 文档的原文。 不同版本是不是可以考虑做成不同的分支,`master` 是最新的版本,别的 `branch` 可以当作旧版本的翻译的备份
@joshvictor1024 Hi~ I fixed the check failure on the `submarine-server`. If you have time, can you resubmit to see if the error is still there? In the meantime, I would...
LGTM @pingsutw Can you help continue to review the code? So far Codecov doesn't seem to be scanning for operator/go related codes, and we may need to add that part...
@tonywang-sh Hi~ You can try 0.6.0. Here is the document https://submarine.apache.org/docs/0.6.0/adminDocs/yarn/
@tonywang-sh It is in `submarine-client`, and you need to change tag to `release-0.6.0`
@tonywang-sh Can you show your build command and mvn/java version? There is a profile `hadoop-3.2` in pom.xml, hadoop 3.2 should be compiled if it is configured correctly.
@tonywang-sh Can you show your build command and mvn/java version? I run `mvn clean install -DskipTests -Phadoop-3.2` and build succeeded.
@tonywang-sh You can not use `hadoop-3.2.2`, because there is no `hadoop-3.2.2` profile in pom.xml. If you want to use hadoop 3.2.2, I think you need to change `hadoop.version` to 3.2.2....
@tonywang-sh I have not tried kerberos, but in my experience, if you have logged into kerberos, hadoop will recognize kerberos authentication information by default. If you encounter problems when trying...