We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5313d80 commit 733c53cCopy full SHA for 733c53c
Utils/hdinsight-node-common/src/com/microsoft/azure/hdinsight/common/ClusterManagerEx.java
@@ -164,7 +164,7 @@ public synchronized ImmutableList<IClusterDetail> getClusterDetails() {
164
return Optional.ofNullable(subscriptionManager.getSubscriptionDetails());
165
} catch (IOException e) {
166
DefaultLoader.getUIHelper().showError("Failed to get HDInsight Clusters. " +
167
- "Please check your subscription and login at Azure Explorer.",
+ "Please check your subscription and login at Azure Explorer (View -> Tool Windows -> Azure Explorer).",
168
"List HDInsight Cluster Error");
169
170
return Optional.empty();
0 commit comments