wiki:jazz/10-10-20

Version 3 (modified by jazz, 14 years ago) (diff)

--

2010-10-20

Hadoop

  • NoHadoop: Big Data Requires Not Only Hadoop
    • 這篇文章講了很多 Hadoop 替代方案,針對許多不同的應用情境:
      • CloudScale - 即時資料倉儲需求(realtime data-wharehouse requirements)
      • MPI , BSP - 若有高速運算需求(supercomputing requirements)
      • Pregel (架構,沒有code,Google) - 若要作大量圖形演算法運算(graph computing requirements)
      • Percolator (架構,沒有code,Google)- 若必須針對大量資料作持續的更新(incrementally update the analytics on a massive data set continuously)

MapReduce