Skip to content

Commit

Permalink
fix Can't open k8s session cluster webUI apache#2248 (apache#2441)
Browse files Browse the repository at this point in the history
* fix Can't open k8s session cluster webUI apache#2248

* Update FlinkClusterServiceImpl.java
  • Loading branch information
dyccode authored Mar 15, 2023
1 parent 08ee4f6 commit 9fb0fb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ public void start(FlinkCluster cluster) {
String address =
YarnUtils.getRMWebAppURL() + "/proxy/" + deployResponse.clusterId() + "/";
flinkCluster.setAddress(address);
} else {
flinkCluster.setAddress(deployResponse.address());
}
flinkCluster.setClusterId(deployResponse.clusterId());
flinkCluster.setClusterState(ClusterState.STARTED.getValue());
Expand Down

0 comments on commit 9fb0fb4

Please sign in to comment.