美文网首页大数据
(01)Spark学习——四大特性

(01)Spark学习——四大特性

作者: KyleHai | 来源:发表于2019-04-06 09:42 被阅读0次

    Apache Spark is a fast and general engine for large-scale data processing.

    1、Speed 高运行速度

        Run programs up to 100x faster than Hadoop MapReduce in memory,or 10x faster on disk.

    2、Ease of use 易用性

        Spark offers over 80 high-level operators that make it easy to build parallel apps. And you can use it interactively from the Scala and Python shells.

    3、Generality 一栈式,通用性

        Spark powers a stack of high-level tools including Spark SQL,MLlib for machine learning, GraphX, and Spark Streaming. You can combine these libraries seamlessly in the same application.

    4、Runs Everywhere 各处运行

        Spark runs on Hadoop, Mesos, standalone, or in the cloud. It can access diverse data sources including HDFS, Cassandra, HBase, S3.

    相关文章

      网友评论

        本文标题:(01)Spark学习——四大特性

        本文链接:https://www.haomeiwen.com/subject/broliqtx.html