🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar

AI-ordlista

Den kompletta ordlistan över AI

162
kategorier
2 032
underkategorier
23 060
termer
📖
termer

Apache Spark

Open-source distributed processing framework designed in-memory to accelerate Big Data analytics with optimized parallel execution.

📖
termer

RDD (Resilient Distributed Dataset)

Fundamental data structure of Spark, immutable and partitioned, enabling fault tolerance through reconstruction of lost data.

📖
termer

DataFrame

Distributed data collection organized into named columns, similar to a database table, optimized for structured queries.

📖
termer

Spark SQL

Spark module integrating SQL queries and DataFrame operations with automatic optimization via the Catalyst Optimizer.

📖
termer

Spark Streaming

Spark extension enabling real-time data stream processing with micro-batches for near-real-time latency.

📖
termer

MLlib

Spark's distributed machine learning library providing classification, regression, clustering, and recommendation algorithms.

📖
termer

GraphX

Spark API for distributed graph processing, combining the advantages of graphs with RDD performance.

📖
termer

DAG (Directed Acyclic Graph)

Representation of Spark execution plan for transformations, optimized to eliminate redundancies and parallelize processing.

📖
termer

Spark Driver

Main process coordinating Spark task execution, creating the SparkContext and dividing operations into stages.

📖
termer

Spark Executor

Worker process executing tasks assigned by the Driver on each cluster node, managing memory and partitioned data.

📖
termer

Spark Context

Main entry point of the Spark application, managing cluster connections and coordinating access to distributed resources.

📖
termer

Partition

Logical unit of data distribution in Spark, enabling parallelism by dividing RDDs/DataFrames into independent fragments.

📖
termer

Shuffle

Costly data redistribution operation between partitions, necessary during aggregations, joins, or groupings in Spark.

📖
termer

Catalyst Optimizer

Spark query optimization engine transforming and reorganizing execution plans to improve performance.

📖
termer

Tungsten

Spark execution backend optimizing memory and CPU through binary data management and bytecode generation.

📖
termer

Cache/Persist

Mechanism for persisting RDDs/DataFrames in memory or on disk for fast reuse and to avoid costly recalculations.

📖
termer

Broadcast Variable

Read-only variable efficiently distributed to all executors to minimize network transfers during joins.

📖
termer

Accumulator

Additive shared variable used to aggregate information from parallel tasks in a thread-safe manner.

📖
termer

Transformation

Lazy operation creating a new RDD/DataFrame without immediate execution, deferred until a triggering action.

📖
termer

Action

Operation triggering the execution of the DAG plan to produce a result, forcing the computation of all previous transformations.

🔍

Inga resultat hittades