We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfdc62 commit f07dcdfCopy full SHA for f07dcdf
bigtop-manager-server/src/main/java/org/apache/bigtop/manager/server/service/YarnHaService.java
@@ -22,10 +22,6 @@
22
import org.apache.bigtop.manager.server.model.req.EnableYarnRmHaReq;
23
24
public interface YarnHaService {
25
-
26
- /**
27
- * 启用 YARN ResourceManager HA:写入 yarn-site 推荐 key,并触发 service configure/restart。
28
- */
29
CommandDTO buildEnableYarnRmHaCommand(Long clusterId, Long serviceId, EnableYarnRmHaReq req);
30
}
31
0 commit comments