Skip to content

Commit 2dafb7b

Browse files
committed
Won't clean up the log toolwindow when open job run config diag
Signed-off-by: Wei Zhang <[email protected]>
1 parent 8fe1ca1 commit 2dafb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/spark/ui/SparkSubmissionContentPanelConfigurable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void refreshClusterListAsync() {
122122
submissionPanel.setClustersListRefreshEnabled(false);
123123

124124
DefaultLoader.getIdeHelper().executeOnPooledThread(() -> {
125-
HDInsightUtil.showInfoOnSubmissionMessageWindow(myProject, "List spark clusters ...", true);
125+
HDInsightUtil.showInfoOnSubmissionMessageWindow(myProject, "List spark clusters ...");
126126
List<IClusterDetail> cachedClusters = ClusterManagerEx.getInstance().getClusterDetailsWithoutAsync(true);
127127

128128
if (!ClusterManagerEx.getInstance().isSelectedSubscriptionExist()) {

0 commit comments

Comments
 (0)