gpt4 book ai didi

java - 在 Scala 中初始化 Apache Beam 测试管道失败

转载 作者:行者123 更新时间:2023-12-04 00:25:29 24 4
gpt4 key购买 nike

当我尝试运行测试管道时,它会引发错误

这里是创建测试管道的源代码:

val p: TestPipeline = TestPipeline.create()

这是错误:

java.lang.IllegalStateException: Is your TestPipeline declaration missing a @Rule annotation? Usage: @Rule public final transient TestPipeline pipeline = TestPipeline.create();

最佳答案

我已经通过以下代码解决了这个问题:

val p: TestPipeline = TestPipeline.create().enableAbandonedNodeEnforcement(false)

关于java - 在 Scala 中初始化 Apache Beam 测试管道失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57362284/

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