IntelliJ IDEA
 
Get IntelliJ IDEA

Spark

Last modified: 11 February 2024

With the Spark plugin, you can create, submit, and monitor your Spark jobs right in the IDE. The plugin features include:

  • The Spark new project wizard, which lets you quickly create a Spark project with needed dependencies.

  • The Spark Submit run configuration to build and upload your Spark application to a cluster. For Scala files, there is also a special icon in the gutter, which lets you create this configuration even faster.

  • The Spark monitoring tool window to monitor submitted jobs, view DAG visualizations, and more. This includes jobs submitted from the Spark Submit run configurations and EMR steps. If you have the Zeppelin plugin installed, you can also open Spark jobs from Zeppelin notebooks.

  • Integration with other big data tools without leaving the IDE (open Spark applications from AWS EMR, navigate to Spark jobs from Hadoop YARN, view logs in S3 storages).

In this chapter: