gpt4 book ai didi

java - SystemFile.getLocal() 的 jar 文件是什么?

转载 作者:行者123 更新时间:2023-12-02 03:57:12 28 4
gpt4 key购买 nike

我找不到 FileSystem.getLocal() 类的 jar 文件;

FileSystem fs = FileSystem.get(conf);
Path clusters = new Path(BASE_DIR, new Path("initial-clusters"));

我包含了来自 Hadoop 的所有 jar 文件,但编译器告诉我一些关于找不到类的问题

最佳答案

jar-download.com建议您需要 hadoop-common JAR。

所以,请确保

  • 你也确实有那个 JAR
  • 您的类路径设置正确,以便编译器也可以找到该 JAR

但真正的答案是:使用像 maven 或 gradle 这样的构建系统,指定你的 dependencies ,并让构建系统为您拉取它。

关于java - SystemFile.getLocal() 的 jar 文件是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56751922/

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