Apache Storm compared to Hadoop

后端 未结 6 1414
北海茫月
北海茫月 2021-01-30 01:37

How does Storm compare to Hadoop? Hadoop seems to be the defacto standard for open-source large scale batch processing, does Storm has any advantages over hadoop? or Are they co

6条回答
  •  没有蜡笔的小新
    2021-01-30 02:25

    I've been using Storm for a while and now I've quit this really good technology for an amazing one : Spark (http://spark.apache.org) which provides developer with a unified API for batch or streaming processing (micro-batch) as well as machine learning and graph processing.

    worth a try.

提交回复
热议问题