apachestorm初学者:intellij idea:无法解析符号'localcluster';无法解析符号“localdprc”

ix0qys7i  于 2021-06-21  发布在  Storm
关注(0)|答案(2)|浏览(343)

我打算试用风暴起动器。
我按照标题“importing storm starter as a project in idea”下的说明进行操作https://github.com/apache/incubator-storm/tree/master/examples/storm-starter .*****

*****有3个不同之处(我认为这不会导致本文后面提到的错误):

1) 我导入了所有的模块,而不仅仅是storm starter。也就是说,我在更高级别的目录(somepath/incubator storm/而不是somepath/incubator storm/examples/storm starter)导入。
2) 我使用的是oraclejdk7。具体来说,Java1.7.0\u60。说明推荐jdk6。
3) 在导入过程中,我请求idea自动下载maven源代码和依赖项。
intellij idea中遇到错误:
无法解析符号“localcluster”
无法解析符号“localdprc”

twh00eeo

twh00eeo1#

我也遇到过类似的问题,我终于意识到你需要这么做

mvn clean install -DskipTests=true

在顶部风暴目录建立你的风暴第一。

7jmck4yq

7jmck4yq2#

如果这也不工作,你正在使用intellij。。。只需为intellij安装clojure插件。出现错误的原因是ide无法解析storm中localcluster类对应的clojure代码。

相关问题