Skip to content

Commit

Permalink
Hard-code a new python url
Browse files Browse the repository at this point in the history
  • Loading branch information
bsidhom committed Mar 12, 2018
1 parent dd328ef commit 61c4037
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 61c4037

Please sign in to comment.