


參考鏈接:https://www.zhihu.com/question/333417513
https://www.oschina.net/p/hbase
hadoop環境搭建:https://blog.csdn.net/hliq5399/article/details/78193113/
google的核心競爭技術是它的計算平臺,Google的大牛們用了下面5篇文章,介紹了它們的計算設施,
- GoogleCluster:http://research.google.com/archive/googlecluster.html
- Chubby:http://labs.google.com/papers/chubby.html
- GFS:http://labs.google.com/papers/gfs.html
- BigTable:http://labs.google.com/papers/bigtable.html
- MapReduce:http://labs.google.com/papers/mapreduce.html
google發布后,apache推出了類似的解決方案,那就是大名鼎鼎的Apache Hadoop專案,對應的結構分別是:
- Chubby–>ZooKeeper (用于分布式集群)
- GFS–>HDFS (用于分布式檔案系統)
- BigTable–>HBase (有別于傳統資料庫的資料存盤)
- MapReduce–>Hadoop(資料的邏輯處理)
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/35409.html
標籤:大數據
