You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if two BeamSink exists in one flink program, getRuntimeContext.addAccumulator("Druid: Messages received", receivedCounter)
occured error. because accumulator aleady exists.
The text was updated successfully, but these errors were encountered:
if two BeamSink exists in one flink program,
getRuntimeContext.addAccumulator("Druid: Messages received", receivedCounter)
occured error. because accumulator aleady exists.
The text was updated successfully, but these errors were encountered: