[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["This example demonstrates a Hadoop MapReduce job that counts word occurrences in a text file, storing the results in Bigtable."],["The code, located in the `GoogleCloudPlatform/cloud-bigtable-examples` GitHub repository, uses the `WordCountHBase` class to implement the MapReduce logic."],["A mapper tokenizes the text and generates key-value pairs where each word is a key and the value is 1."],["A reducer sums the values for each word and writes the final count to a specified Bigtable table in a `cf:count` column."],["To run this example in a local environment, you will need to install and initialize the gcloud CLI, then set up application default credentials."]]],[]]