Python 2.7 已終止支援,並將於 2026 年 1 月 31 日
淘汰。淘汰後,您將無法部署 Python 2.7 應用程式,即使貴機構先前曾使用機構政策重新啟用舊版執行階段的部署作業,也無法部署。現有的 Python 2.7 應用程式在
淘汰日期過後,仍會繼續執行並接收流量。建議您
改用系統支援的最新 Python 版本。
App Engine 適用的 MapReduce
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
重要事項:Google 已將 Java 和 Python MapReduce 程式庫的相關支援與未來的開發作業轉移至開放原始碼社群。原始碼和說明文件可在 GitHub 上取得
MapReduce 是透過平行且分散的方式處理大量資料的程式設計模型,適用於無法在單一要求範圍內處理長時間執行的大量工作;這類工作包括:
- 分析應用程式記錄
- 匯總外部來源的相關資料
- 轉換資料格式
- 匯出資料進行外部分析
App Engine MapReduce 是由社群維護的開放原始碼程式庫,以 App Engine 服務 (包括 Datastore 和工作佇列) 為建構基礎。您可以在 GitHub 取得這個程式庫:
說明文件所在位置
點選上方連結的 GitHub 專案 Wiki 圖示即可存取 Mapreduce 的說明文件。不過,為了方便您查閱,您也可以透過下列連結存取 Java 和 Python MapReduce 的說明文件:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-19 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-19 (世界標準時間)。"],[[["Google has transitioned the Java and Python MapReduce libraries to open-source, with the source code and documentation now available on GitHub."],["MapReduce is a programming model designed for processing large datasets in parallel, making it useful for long-running jobs like log analysis and data transformation."],["App Engine MapReduce is a community-maintained, open-source library built on App Engine services like Datastore and Task Queues."],["The MapReduce library's documentation for both Java and Python is accessible via the GitHub wiki, at the link provided for your convenience."]]],[]]