172
views
views
Spark is based on the Hadoop distributed file system but does not use Hadoop MapReduce, but its own framework for parallel data processing, which starts with the insertion of data into persistent distributed data records (RDD) and distributed memory abstractions, which computes large Spark clusters in a way that fault-tolerant.
apache spark benefits
Spark is based on the Hadoop distributed file system but does not use Hadoop MapReduce, but its own framework for parallel data processing, which starts with the insertion of data into persistent distributed data records (RDD) and distributed memory abstractions, which computes large Spark clusters in a way that fault-tolerant.