përmbledhje
Abonohu

Learning Spark: Lightning-Fast Big Data Analysis

mendi926Vocabulary listFjalë: 5
Anglisht
Anglisht
Gjeneruar me AI
Big dataLarge volumes of complex and rapidly accumulating data sets
Përkufizimet:
An amount of data that is beyond the ability of typical software tools to capture, manage, and process efficiently.
Cluster computingThe use of multiple computers to accomplish a task or operation.
Përkufizimet:
A form of computing in which a group of computers are linked together so that they can perform tasks more efficiently.
Resilient Distributed Dataset (RDD)A data structure in Apache Spark.
Përkufizimet:
An immutable distributed collection of objects that can be processed in parallel.
DAGAcronym for Directed Acyclic Graph.
Përkufizimet:
A concept in mathematics and computer science that refers to a system of items in which each item has a direction and cannot be returned to from its previous item.
ImmutabilityThe state of being unchangeable.
Përkufizimet:
A property of a set or a data type whose elements or data, once created, cannot be changed.