Skip to content

Commit 733c53c

Browse files
committed
Update ClusterManagerEx.java
With Azure login step details (View -> Tool Windows -> Azure Explorer)
1 parent 5313d80 commit 733c53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utils/hdinsight-node-common/src/com/microsoft/azure/hdinsight/common/ClusterManagerEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public synchronized ImmutableList<IClusterDetail> getClusterDetails() {
164164
return Optional.ofNullable(subscriptionManager.getSubscriptionDetails());
165165
} catch (IOException e) {
166166
DefaultLoader.getUIHelper().showError("Failed to get HDInsight Clusters. " +
167-
"Please check your subscription and login at Azure Explorer.",
167+
"Please check your subscription and login at Azure Explorer (View -> Tool Windows -> Azure Explorer).",
168168
"List HDInsight Cluster Error");
169169

170170
return Optional.empty();

0 commit comments

Comments
 (0)