microsoft / azure-tools-for-java

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

[IntelliJ] Could not launch local console when no scala file is opening #2168

Closed jingyanjingyan closed 5 years ago

jingyanjingyan commented 6 years ago

Build: Private 2219

Repro Steps;

  1. Create a new maven project, do not open any scala script
  2. Click "Tools\Spark Console\Run spark local console(scala)" image

Result: Could not launch local console. The same with spark livy interactive session console.

wezhang commented 6 years ago

Workaround is to open a Scala file.

jingyanjingyan commented 5 years ago

Fix with market build, local console does not depend on opening scala file anymore.