65.9k views
2 votes
Apache Spark provides a single, unifying platform for which three of the following types of operations?

A. graph operations
B. record locking
C. batch processing
D. machine learning
E. ACID transactions
F. transaction processing

User Ron Davis
by
8.0k points

1 Answer

3 votes

Final answer:

Apache Spark provides a single, unifying platform for batch processing, machine learning, and graph operations.

Step-by-step explanation:

Apache Spark provides a single, unifying platform for three types of operations: batch processing, machine learning, and graph operations.

Batch processing refers to processing large volumes of data in parallel, while machine learning involves training algorithms to make predictions or take actions based on data.

Graph operations deal with analyzing and manipulating relationships and structures represented as graphs.

User OwenP
by
8.8k points