Skip to content

V3.0.11

Choose a tag to compare

@adashen adashen released this 09 Nov 08:59
· 10996 commits to develop since this release

IntelliJ

  • Support pushing docker image of the project to Azure Container Registry.
  • Support navigating Azure Container Registry in Azure Explorer.
  • Support pulling image from Azure Container Registry in Azure Explorer.
  • Spark local run improvement: Users can now use the same code for both Spark local run and cluster run, which means they can test locally and then submit to cluster without modification.
  • HDInsight tools for IntelliJ now generate run/debug configuration automatically to make Spark job run/debug easier for both local and cluster run.
  • Fixed some bugs.

Eclipse

  • Support pushing docker image of the project to Azure Container Registry.
  • Support navigating Azure Container Registry in Azure Explorer.
  • Support pulling image from Azure Container Registry in Azure Explorer.
  • Maven is now used to manage Scala and Spark version which make project generation easier.
  • Fixed some bugs.