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][runconf]Use a same main class input for local and remote run. #2569

Closed konjac closed 5 years ago

konjac commented 5 years ago

Now, for HDInsight/CosmosSpark/CosmosServerlessSpark run configs, it is allowed to use different names for the local run and remote run. This will lead a few problem for finding config from data context. We need to force only one main class name in a run configuration.

1964

konjac commented 5 years ago

This has been implemented by #2622