Skip to content

Commit

Permalink
draft 8-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsk committed Apr 27, 2015
1 parent e60d6c6 commit fe37b92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions chapter08/03_manipulate_big_data_using_azure_hdinsight.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 8.3 使用 Azure HDInsight 處理巨量資料

在 IoT 的應用情境中,通常蒐集來的不僅是大量的資料,而這些資料通常也有**寫一次、讀取多次(write once; read many times)**的特性,當已經使用 Azure BLOB 儲存體儲存了大量來自 IoT 裝置蒐集來的、或是經由 Azure Stream Analytics 分析後的資料,後續要如何操作(查詢或修改)這些資料?Azure HDInsight 就是需要的工具。

Azure HDInsight 是 Microsoft Azure 與 Horton Networks 公司合作將 Apache Hadoop 專案移植到 Microsoft Azure 上的服務名稱,這意味著使用 Azure HDInsight 就跟操作 Hadoop 是一模一樣的,而且還不用自己架設及管理 Hadoop 的運算叢集,直接在 Microsoft Azure 上建立服務,並根據需要及負擔的價格來選擇運算資源的多寡。而在 Azure HDInsight 上的 Hadoop 版本已經可以直接處理放在 Azure BLOB 儲存體的資料,十分方便。

(圖)


## 建立 Azure HDInsight 服務


## 使用 Hive 查詢語法建立資料表

0 comments on commit fe37b92

Please sign in to comment.