Streaming data and Hadoop? (not Hadoop Streaming)

前端 未结 10 1391
别跟我提以往
别跟我提以往 2021-01-30 11:55

I\'d like to analyze a continuous stream of data (accessed over HTTP) using a MapReduce approach, so I\'ve been looking into Apache Hadoop. Unfortunately, it appears that Hadoop

10条回答
  •  旧巷少年郎
    2021-01-30 12:43

    Multiple options here. I suggest the combination of Kafka and Storm + (Hadoop or NoSql) as the solution. We already build our big data platform using those opensource tools, and it works very well.

提交回复
热议问题