[
https://issues.apache.org/jira/browse/BEAM-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16040093#comment-16040093
]
Colin Bookman commented on BEAM-2418:
-------------------------------------
[~lcwik], I the ProtobufCoderProviderRegistar is included in the jar file.
Here's the jar file in question:
https://storage.googleapis.com/beam-dataflowio-bucket/dataflow-teleport-1.0-Alpha.jar
Here's the entire code for the Beam pipeline:
https://github.com/cobookman/DatastoreToGCS/tree/beam
Here's the script / build I'm running and getting the error for:
https://github.com/cobookman/DatastoreToGCS/blob/beam/scripts/datastore_to_gcs.sh
> Datastore IO does not work out of the box
> -----------------------------------------
>
> Key: BEAM-2418
> URL: https://issues.apache.org/jira/browse/BEAM-2418
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-extensions, sdk-java-gcp
> Affects Versions: 2.0.0
> Reporter: Stephen Sisk
> Assignee: Vikas Kedigehalli
> Priority: Blocker
> Fix For: 2.1.0
>
>
> We have user reports that DatastoreIO does not work when they try to use it.
> We believe this is a result of our effort to minimize our dependencies in the
> core SDK (protobuf in this case). ProtoCoder is not registered by default, so
> a user would need explicitly include 'beam-sdks-java-extensions-protobuf' in
> their maven dependencies to get it.
> We need to confirm it, but if so, we will probably need to fix this in the
> next release to have ProtoCoder when using DatastoreIO.
> cc [~vikasrk]
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)