gpt4 book ai didi

java - Hbase-1.1.x 版本中的 Map reduce

转载 作者:可可西里 更新时间:2023-11-01 16:51:21 25 4
gpt4 key购买 nike

根据 http://hbase.apache.org/book.html#mapreduce.example 中的示例,我需要使用 TableMapReduceUtil 来启动 HBase 上的映射缩减,我的 Mapper 将扩展 TableMapper。但是,我在 Hbase 1.1.2 或 1.1.1 中找不到这些类。

在这些版本中,我需要有关如何通过 HBase 执行 map 缩减作业的帮助。

我正在下载 HBase 依赖项作为 pom 而不是 jar。因为,jar 无法正常工作并抛出错误,导致 maven 找不到该 repo。

    <dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>

PS:当我尝试在 IntelliJ 中自动导入时,它确实有效,但我不得不导入我不想使用的 0.94.x 版本。因为,我用的hbase-client是1.1.2,不兼容0.94.x

最佳答案

你还需要 hbase-server 依赖:

<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-server</artifactId>
<version>1.1.2</version>
</dependency>

关于java - Hbase-1.1.x 版本中的 Map reduce,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32906255/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com