Dataflow Runner 0.5.1 released

We are pleased to announce Dataflow Runner 0.5.1 :

This is a patch release that makes it possible to use gp2 volume type for storage on the EMR cluster. Such volume must be configured as below:

"volumeSpecification": {
    "sizeInGB": 10,
    "volumeType": "gp2"
}

Starting from this release, binaries won’t be published to Bintray any more and will be attached to each Github release instead.

3 Likes