AWS Glue 6.0 Spark Real-Time Mode enables sub-second event processing
AWS has released Glue 6.0, featuring a new Spark Real-Time Mode for sub-second event processing and native support for Apache Iceberg v3. The update also introduces Variant columns for heterogeneous schema handling and Arrow-native UDFs to improve performance in Python-based analytical pipelines.
Key Takeaways
- Spark Real-Time Mode (RTM) enables continuous record flow for sub-second latency in Scala-based workloads.
- Apache Iceberg v3 support introduces Variant columns that store multi-schema data without requiring pre-defined structures.
- Variant shredding automatically extracts fields into typed Parquet columns at write time to accelerate downstream analytical queries.
- Arrow-native UDFs in Spark 4.1 eliminate pickle serialization overhead by processing data as vectorized columnar batches.
- Deletion vectors utilize Roaring Bitmaps to handle row-level updates and deletes without rewriting entire data files.
Why It Matters
The transition from micro-batching to continuous processing allows streaming platforms to react to telemetry and fraud signals in sub-second intervals rather than seconds. By adopting Apache Iceberg v3 and Variant types, AWS is addressing the performance penalties typically associated with JSON-heavy event streams in fragmented data environments. This infrastructure update forces a competitive response from managed data lake providers to offer similar native shredding and vectorized Python execution. As streaming architectures move toward unified real-time and batch layers, the industry will likely shift away from rigid schema enforcement at the ingestion point. Watch for adoption rates of Iceberg v3 deletion vectors as a benchmark for cost-efficient row-level data management in large-scale video analytics.
Additional Context
AWS Glue 6.0 enters a crowded field of managed streaming and data lake services racing toward sub-second processing. In March 2025, Databricks announced general availability of Apache Spark 4.0 with structured streaming improvements and native Iceberg table support, positioning its platform as a direct competitor for organizations evaluating real-time ETL pipelines. Meanwhile, Confluent reported in its Q2 2025 earnings that streaming data platform revenue grew 28% year over year, driven by enterprises consolidating real-time event processing onto managed Kafka-based infrastructure rather than building custom Spark streaming jobs. The competitive pressure underscores why AWS bundled Spark 4.1 and Iceberg v3 into a single serverless offering rather than requiring customers to stitch together separate services.
On the standards and licensing front, Apache Iceberg v3 represents a significant governance milestone for the table format ecosystem. The Apache Iceberg community ratified the v3 specification in early 2025, introducing deletion vectors, variant types, and default values for columns, features that AWS Glue 6.0 now supports natively. This matters for streaming platforms because deletion vectors enable efficient row-level updates without full file rewrites, reducing storage costs for video analytics workloads that frequently update viewing-session metadata. Snowflake announced in February 2025 that it would contribute its Polar Catalog to the Apache Iceberg project as an open-source REST catalog implementation, signaling cross-vendor convergence on Iceberg as the de facto open table format for multi-engine data lakes. That convergence gives AWS confidence that Glue 6.0's Iceberg v3 investment will not strand customers on a proprietary path.
Performance benchmarks from adjacent deployments illustrate the latency gains that continuous processing delivers over micro-batch approaches. Apache Spark 4.1's release notes document that the new Spark Connect protocol reduces client-to-cluster overhead by up to 40% compared to the legacy driver model, which directly benefits Glue 6.0's serverless architecture where client sessions are ephemeral. In production streaming scenarios, Netflix published engineering details in 2024 showing how its real-time data platform processes over 1 trillion events per day using Apache Flink with Iceberg sinks, achieving end-to-end latencies under two seconds for recommendation-signal pipelines. AWS Glue 6.0's sub-second target places it in the same tier as purpose-built stream processors like iGaming operators adopt WebRTC and LL-HLS for sub-second streaming latency, but with the added benefit of unified batch and streaming semantics under a single Spark API, reducing operational complexity for teams already invested in the Spark ecosystem.
Read full article at aws.amazon.com
Enjoy our coverage?
Add StreamingMeme as a preferred source on Google to see more of our streaming news at the top of your Search results.
Add as preferred source