Skip to content

Commit ed45738

Browse files
committed
Update SparkSubmissionContentPanel.java
Add login Azure steps detail (View -> Tool Windows -> Azure Explorer)
1 parent 733c53c commit ed45738

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/SparkSubmissionContentPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public void propertyChange(PropertyChangeEvent evt) {
272272

273273
errorMessageLabels[ErrorMessageLabelTag.ClusterName.ordinal()] = new JLabel( isSignedIn ?
274274
"Cluster Name Should not be null, please choose one for submission" :
275-
"Can't list cluster, please login within Azure Explorer and refresh");
275+
"Can't list cluster, please login within Azure Explorer (View -> Tool Windows -> Azure Explorer) and refresh");
276276
errorMessageLabels[ErrorMessageLabelTag.ClusterName.ordinal()].setForeground(DarkThemeManager.getInstance().getErrorMessageColor());
277277

278278
clustersListComboBox.getComboBox().addItemListener(new ItemListener() {

0 commit comments

Comments
 (0)