Search Articles — Sudonull

Search Results

In this project

Iceberg Optimization: sorting and deletion vectors

https://sudonull.com/iceberg-optimization-sorting-and-deletion-vectors

Configuring write order, statistics, and vectorized deletion in Apache Iceberg. Speed up queries, reduce load on storage. For data engineers.

Date filters in Apache Superset: workarounds

https://sudonull.com/date-filters-in-apache-superset-workarounds

How to solve the default time column issue in Superset 3.x–6.x. Working technical solutions for developers: virtual datasets, extra_json, SQL parameterization.

Human-readable URL for SEO: setup on Apache and Nginx

https://sudonull.com/human-readable-url-for-seo-setup-on-apache-and-nginx

Learn to set up human-readable URLs on CMS and servers for traffic growth. .htaccess examples, Nginx, automation scripts. Improve indexing without 404 errors.

Date filters in Superset: bypassing the wrapper

https://sudonull.com/date-filters-in-superset-bypassing-the-wrapper

Setting up virtual datasets in Apache Superset with custom dates from filters. Hack with a dummy column for middle/senior dev. Full guide without filtering errors.

Flink real-time JOIN: tables 4+2 TB

https://sudonull.com/flink-real-time-join-tables-4-2-tb

Implementation of stateful JOIN on Apache Flink for real-time result updates between terabyte tables. Table API, KeyedCoProcessFunction, MapState. Code and architecture for middle/senior.

From other projects

From the web

Apache Spark™ - Unified Engine for large-scale data analytics

https://spark.apache.org/

What is Apache Spark ™? Apache Spark ™ is a multi-language engine for executing data engineering, data science, and machine learning on single-node machines or clusters.

Downloads - Apache Spark

https://spark.apache.org/downloads.html

Spark docker images are available from Dockerhub under the accounts of both The Apache Software Foundation and Official Images. Note that, these images contain non-ASF software and may be …

Apache Spark - Wikipedia

https://en.wikipedia.org/wiki/Apache_Spark

Apache Spark ... Apache Spark is an open-source unified analytics engine for large-scale data processing. Spark provides an interface for programming clusters with implicit data parallelism and …

GitHub - apache/spark: Apache Spark - A unified analytics engine for ...

https://github.com/apache/spark

Mar 31, 2014 · Spark is a unified analytics engine for large-scale data processing. It provides high-level APIs in Scala, Java, Python, and R (Deprecated), and an optimized engine that supports general …

What is Spark? - Introduction to Apache Spark and Analytics - AWS

https://aws.amazon.com/what-is/apache-spark/

What is Apache Spark? Apache Spark is an open-source, distributed processing system used for big data workloads. It utilizes in-memory caching, and optimized query execution for fast analytic queries …

Understanding Apache Spark Architecture: A Beginner-Friendly Guide

https://medium.com/@aj.patil9292/understanding-apache-spark-architecture-a-beginner-friendly-guide-4df344739768

Jul 1, 2025 · We’ll break down Spark’s architecture, execution flow, and core concepts like jobs, stages, tasks, partitions, and DAG — all in plain English with practical examples.

Apache Spark Architecture: A Guide for Data Practitioners

https://www.datacamp.com/blog/apache-spark-architecture

Jun 18, 2025 · Master Apache Spark’s architecture with this deep dive into its execution engine, memory management, and fault tolerance—built for data engineers and analysts.

What is Apache Spark? - Databricks

https://www.databricks.com/blog/what-is-apache-spark

Apache Spark is an open source, distributed computing engine designed for fast processing of large scale data across clusters of machines. Apache Spark supports multiple workloads including batch …

Apache Spark - Introduction - Online Tutorials Library

https://www.tutorialspoint.com/apache_spark/apache_spark_introduction.htm

Apache Spark is a lightning-fast cluster computing technology, designed for fast computation. It is based on Hadoop MapReduce and it extends the MapReduce model to efficiently use it for more types of …

What is Apache Spark? - Google Cloud

https://cloud.google.com/learn/what-is-apache-spark

What is Apache Spark? Apache Spark is a unified analytics engine for large-scale data processing with built-in modules for SQL, streaming, machine learning, and graph processing. Spark can run on...

Trending Now