Skip to content

Commit

Permalink
Merge pull request #3 from bsidhom/python-url
Browse files Browse the repository at this point in the history
Hard-code a new python url
  • Loading branch information
axelmagn authored Mar 12, 2018
2 parents dd328ef + 61c4037 commit 92cdd00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void open(Configuration parameters) throws Exception {
.build();
RunnerApi.Environment environment = RunnerApi.Environment.newBuilder()
// TODO: Set this from transform metadata.
.setUrl("gcr.io/google.com/hadoop-cloud-dev/beam/java")
.setUrl("gcr.io/google.com/hadoop-cloud-dev/beam/python")
.build();
ArtifactSource artifactSource =
CachedArtifactSource.createDefault(getRuntimeContext().getDistributedCache());
Expand Down

0 comments on commit 92cdd00

Please sign in to comment.