Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] kyuubi组件只能部署2个kyuubiserver吗,能不能部署3个或多个 #628

Open
2 of 3 tasks
ymZhao1001 opened this issue Dec 6, 2024 · 1 comment
Open
2 of 3 tasks

Comments

@ymZhao1001
Copy link

Search before asking

  • I had searched in the feature and found no similar feature requirement.

Description

com.datasophon.api.service.impl.ServiceInstallServiceImpl#serviceValidation

if ("KyuubiServer".equals(serviceRole) && hosts.size() !=2) {
throw new ServiceException(Status.TWO_KYUUBISERVERS_NEED_TO_BE_DEPLOYED.getMsg());
}

Usage Scenario

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@thomasg19930417
Copy link
Contributor

What does it mean to deploy more than three scenarios?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants