原文連接:『 Spark 』1. spark 簡介git
本系列是綜合了本身在學習spark過程當中的理解記錄 + 對參考文章中的一些理解 + 我的實踐spark過程當中的一些心得而來。寫這樣一個系列僅僅是爲了梳理我的學習spark的筆記記錄,並不是爲了作什麼教程,因此一切以我的理解梳理爲主,沒有必要的細節就不會記錄了。若想深刻了解,最好閱讀參考文章和官方文檔。github
其次,本系列是基於目前最新的 spark 1.6.0 系列開始的,spark 目前的更新速度很快,記錄一下版本好仍是必要的。
最後,若是各位以爲內容有誤,歡迎留言備註,全部留言 24 小時內一定回覆,很是感謝。
Tips: 若是插圖看起來不明顯,能夠:1. 放大網頁;2. 新標籤中打開圖片,查看原圖哦。sql
Apache Spark™ is a fast and general engine for large-scale data processing.編程
Apache Spark is a fast and general-purpose cluster computing system.
It provides high-level APIs in Java, Scala, Python and R
, and an optimized engine that supports general execution graphs.
It also supports a rich set of higher-level tools including :app
Spark started in 2009, open sourced 2010, unlike the various specialized systems[hadoop, storm], Spark’s goal was to :ide
generalize MapReduce to support new apps within same engineoop
speed up iteration computing over hadoop.學習
下一篇,簡單介紹 spark 裏必須深入理解的基本概念。大數據