Hadoop3.1.1不支持吗?

发布于 2025-02-10 08:30:15 字数 498 浏览 2 评论 0原文

当我使用以下CMD构建Alluxio时。

    mvn -T 4C clean install -pl underfs/hdfs/ \
   -Dmaven.javadoc.skip=true -DskipTests -Dlicense.skip=true \
   -Dcheckstyle.skip=true -Dfindbugs.skip=true \
   -Pufs-hadoop-3 -Dufs.hadoop.version=3.1.1

它引起了错误未能在项目Alluxio-undfs-HDFS上执行目标:无法解决项目org.Alluxio的依赖性:Alluxio-underfs-HDFS:JAR:2.7.4:无法找到Artifact org.alluxio:Alluxio:Alluxio:Alluxio:Alluxio -HADOOP:JAR:3.1.1中央(https://repo1.maven.org/maven2)

不支持Hadoop3.1.1吗?

When I build alluxio with following cmd.

    mvn -T 4C clean install -pl underfs/hdfs/ \
   -Dmaven.javadoc.skip=true -DskipTests -Dlicense.skip=true \
   -Dcheckstyle.skip=true -Dfindbugs.skip=true \
   -Pufs-hadoop-3 -Dufs.hadoop.version=3.1.1

It raises an error Failed to execute goal on project alluxio-underfs-hdfs: Could not resolve dependencies for project org.alluxio:alluxio-underfs-hdfs:jar:2.7.4: Could not find artifact org.alluxio:alluxio-shaded-hadoop:jar:3.1.1 in central (https://repo1.maven.org/maven2)

Does it mean hadoop3.1.1 is not supported?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

盗琴音 2025-02-17 08:30:15

您还需要构建特定的hadoop UF,以启用Hadoop 3.1.1,此外是什么是预制的: https://docs.alluxio.io.io.io.io/os/oser/stable/stable/stable/en/contributor/contributor/building-alluxio-from-----from--------from-------- source.html#build-different-hdfs-under-sendorage

如果您在Alluxio(例如V2.8.0)的特定标签上,请尝试在主分支或分支上构建Branch-2.8。如果其他所有问题都不起作用,则可能必须构建整个项目,请尝试删除-pl ufferfs/hdfs/

you need to build specific Hadoop UFS to enable hadoop 3.1.1 in addition to what is pre-built: https://docs.alluxio.io/os/user/stable/en/contributor/Building-Alluxio-From-Source.html#build-different-hdfs-under-storage.

If you are on a specific tag for Alluxio like v2.8.0, try building it on master branch or a branch like branch-2.8. If all else doesn't work, you might have to build the entire project, try to remove the -pl underfs/hdfs/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文