- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Mac 上的 DirectRunner 测试我的数据流管道,并收到了很多这样的“警告”消息,我是否知道如何摆脱它们,因为太多了,我什至看不到我的调试消息。
谢谢
Apr 05, 2018 2:14:48 PM org.apache.beam.sdk.util.MutationDetectors$CodedValueMutationDetector verifyUnmodifiedThrowingCheckedExceptions
WARNING: Coder of type class org.apache.beam.sdk.coders.SerializableCoder has a #structuralValue method which does not return true when the encoding of the elements is equal.
Element com.apigee.analytics.platform.core.service.schema.EventRow@4a590d0b
最佳答案
确保所有序列化值都具有正确的 equals()
可能会有所帮助。自 SerializableCoder
以来的实现expects他们:
The structural value of the object is the object itself. The
SerializableCoder
should be only used for objects with a properObject#equals
implementation.
Coder
为您的 POJO。根据
docs,SerializableCoder 不保证确定性编码:
SerializableCoder
does not guarantee a deterministic encoding, as Java serialization may produce different binary encodings for two equivalent objects.
关于google-cloud-dataflow - 使用 DirectRunner 测试数据流并获得大量 verifyUnmodifiedThrowingCheckedExceptions,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49681787/
鉴于数据集如下 {"slot":"reward","result":1,"rank":1,"isLandscape":false,"p_type":"main","level":1276,"type"
我正在使用 Mac 上的 DirectRunner 测试我的数据流管道,并收到了很多这样的“警告”消息,我是否知道如何摆脱它们,因为太多了,我什至看不到我的调试消息。 谢谢 Apr 05, 2018
我目前有一个在 GCP 上运行的管道。整个过程是使用 pandas 来操作 CSV 并进行一些转换以及来自外部源的侧面输入编写的。 (它使用 bigquery 和存储 API)。事实是,它在 32vC
使用数据流时,完美运行的管道会引发错误。所以我尝试了一个简单的管道并得到了同样的错误。 相同的管道将在 DirectRunner 上正常运行。执行环境是 Google-datalab。 请让我知道我的
我正在使用 apache beam DirectRunner 从 kafka 主题加载数据。我的代码如下: conf={'bootstrap.servers':'localhost:9092'} wi
以下代码: def get_pipeline(workers): pipeline_options = PipelineOptions(['--direct_num_workers', str
当我声明具有两个源(1 个 gcs 和 1 个 pubsub)的管道时,我收到错误,但仅限于 Beam DirectRunner。与 Google dataflow runner 配合使用,效果很好。
当我声明具有两个源(1 个 gcs 和 1 个 pubsub)的管道时,我收到错误,但仅限于 Beam DirectRunner。与 Google dataflow runner 配合使用,效果很好。
我很好奇这里是否还有其他人遇到过类似的 python apache beam 数据流运行器问题,如下所述。 (我现在还不能运送到 CloudRunner) 正在执行的查询返回不到 1800 万行。如果
我可以使用 DirectRunner 运行这段代码,它运行良好。使用 DataflowRunner 它会崩溃: TypeError: process() takes exactly 4 argumen
我目前正在开发一个数据流管道,该管道使用 Apache Beam Java SDK 2.8.0 从 Pub/Sub 读取流数据。该管道只是来自 Google 的 PubsubToText.java 模
长话短说 我们有一个默认的 VPC。试图运行数据流作业。初始步骤(读取文件)设法处理 1/2 个步骤。获取 JOB_MESSAGE_ERROR: SDK harness sdk-0-0 disconn
长话短说 我们有一个默认的 VPC。试图运行数据流作业。初始步骤(读取文件)设法处理 1/2 个步骤。获取 JOB_MESSAGE_ERROR: SDK harness sdk-0-0 disconn
我是一名优秀的程序员,十分优秀!