Tim Robertson created BEAM-7517: ----------------------------------- Summary: Document dynamic destinations for avro Key: BEAM-7517 URL: https://issues.apache.org/jira/browse/BEAM-7517 Project: Beam Issue Type: Improvement Components: website Reporter: Tim Robertson
I've seen several folk struggle with writing Avro files to dynamic locations which I think might be a good addition to the pipelines patterns. An example showing how it may be done is in [this example|https://github.com/gbif/pipelines/blob/master/pipelines/export-gbif-hbase/src/main/java/org/gbif/pipelines/hbase/beam/ExportHBase.java#L81] Notably it is not clear why this is necessary {code}.withDestinationCoder(StringUtf8Coder.of()){code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)