使用数据流运行器时步骤名称已存在错误
Step name already exists error when using dataflow runner
来自 https://groups.google.com/forum/#!topic/kythe/86kNuSCeorI 的交叉发布,因为我是被 Beam 常见问题解答引导到这里的。
简而言之,我 运行 使用 golang
sdk 编写的作业成功地使用了 direct
运行ner,但试图使用 dataflow
运行我在 google 云控制台中收到以下错误:
2019-02-17 (12:03:53) Step with name e19 already exists. Duplicates
are not allowed.
我将打印的计划附加到 https://pastebin.com/vpu3U52j. Grepping for e19: https://pastebin.com/L24L1guT 的 stderr。
我对Beam还不是很熟悉。我想知道哪一部分负责生成步骤名称?碰撞的可能原因是什么?
谢谢!
原来是个bug,给beam发了PR。
来自 https://groups.google.com/forum/#!topic/kythe/86kNuSCeorI 的交叉发布,因为我是被 Beam 常见问题解答引导到这里的。
简而言之,我 运行 使用 golang
sdk 编写的作业成功地使用了 direct
运行ner,但试图使用 dataflow
运行我在 google 云控制台中收到以下错误:
2019-02-17 (12:03:53) Step with name e19 already exists. Duplicates are not allowed.
我将打印的计划附加到 https://pastebin.com/vpu3U52j. Grepping for e19: https://pastebin.com/L24L1guT 的 stderr。
我对Beam还不是很熟悉。我想知道哪一部分负责生成步骤名称?碰撞的可能原因是什么?
谢谢!
原来是个bug,给beam发了PR。