Microsoft Fabric Updates Blog

Fabric Spark Applications Comparison (Preview)

The Spark Applications Comparison feature is now in preview in Microsoft Fabric. This new capability empowers developers and data engineers to analyze, debug, and optimize Spark performance across multiple application runs—whether you’re tracking changes from code updates or data variations to improve performance.

What is Spark Applications Comparison?

The Spark Applications Comparison feature allows users to select and compare up to four Spark application run side by side. By visualizing and contrasting key execution metrics, users can more easily identify performance regressions, improvements, and anomalies.

Key Use Cases

  • Compare runs from the same artifact (e.g., Notebook or Spark Job Definition).
  • Identify regressions or improvements by viewing metric deltas from a base run.
  • Debug performance issues using execution time, input/output data trends, and resource utilization metrics.

Explore the Compare Panel

The Compare Panel provides a side-by-side breakdown of key performance and resource metrics. Each Spark application run can be easily compared to the base run, with clear indicators of change and percentage variation

Metrics include

  • Start Time
  • Running Duration
  • Queued Duration
  • Total Duration
  • Executor CPU Time & Run Time
  • Input / Output Size and Record Counts
  • Disk & Memory Spill
  • Shuffle Write Volume and Record Count

For anomalous runs, the panel also surfaces potential root causes and highlights time-intensive activities to help focus your debugging efforts.

Deep Dive: Spark Monitoring L2 Integration

For any run in the comparison view, you can navigate to the detailed Spark L2 Monitoring page to explore jobs, stages, logs, and configuration history in greater depth—enabling root cause analysis and fine-tuned performance optimization.

How It Works

Access the Compare Feature – You can launch the comparison view directly from the Monitor Run Series page:

  1. Navigate to the Run Series page.
  2. Switch to the Compare Runs tab.
  3. Select up to four completed runs to compare. One run will serve as the base run for reference, and others will be compared against it.

You can reassign the base run at any time by clicking the flag icon.

Get Started

To try out the Spark Applications Comparison feature, head over to the Monitor Run Series page in Microsoft Fabric. Select a few completed runs, open the Compare Panel, and start exploring how your Spark applications evolve over time.

For more information, refer to the documentation for Apache Spark Applications Comparison.

Liittyvät blogikirjoitukset

Fabric Spark Applications Comparison (Preview)

huhtikuuta 7, 2026 tekijä Premal Shah

Organizations today manage data across multiple storage systems, often in formats like CSV, Parquet, and JSON. While this data is readily available, turning it into analytics-ready tables typically requires building and maintaining complex ETL pipelines. Shortcut transformations remove that complexity. With Shortcut transformations, you can convert structured files referenced through OneLake shortcuts into Delta tables … Continue reading “Shortcut transformations: Turn files into Delta tables without pipelines (Generally Available)”

huhtikuuta 6, 2026 tekijä Jovan Popovic

Fabric Data Warehouse now supports the ANY_VALUE() aggregate, making it easier to write readable, efficient T-SQL when you want to group by a key but still return descriptive columns that are functionally the same for every row in the group. What is ANY_VALUE()? ANY_VALUE() is an aggregate or analytic function that returns an arbitrary value … Continue reading “Use ANY_VALUE() for simpler grouping of results in Fabric Data Warehouse (Generally Available)”