microsoft / azure-tools-for-java

Azure tools for Java, including Azure Toolkits for Eclipse, IntelliJ and related projects.
Other
239 stars 161 forks source link

[IntelliJ][Spark][RunConf][debug]Suggest adding the correct prompt #2376

Closed v-jiche closed 4 years ago

v-jiche commented 5 years ago

Build: artifacts/azure-toolkit-for-intellij-183.3795.13.develop.860.11-16-2018.zip artifacts/azure-toolkit-for-intellij-2018.2.develop.860.11-16-2018.zip

Repro Steps:

  1. Link a livy cluster.
  2. Open the Remote/Debug configurations and choose Remotely Run in Cluster.
  3. For Spark Clusters, choose the linked livy cluster.
  4. Expand Advanced Configuration(Remote Debugging) and select Enable Spark Remote Debug.

Expect: There should be a warning message showing that the livy cluster can not support remote debug. Or disable remote debug when livy cluster is selected since SSH Authentication is always fails.

vscjavaci commented 4 years ago

Track internal issue by AB#1748155