MapReduce alternatives

前端 未结 5 1953
生来不讨喜
生来不讨喜 2021-01-31 04:50

Are there any alternative paradigms to MapReduce (Google, Hadoop)? Is there any other reasonable way how to split & merge big problems?

5条回答
  •  半阙折子戏
    2021-01-31 05:00

    Best alternate for MapReduce is Spark, because its 10 to 100 times faster than the MapReduce. And also very easy to maintain, less coding high performance.

提交回复
热议问题