[
https://issues.apache.org/jira/browse/BEAM-6269?focusedWorklogId=179118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-179118
]
ASF GitHub Bot logged work on BEAM-6269:
----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Dec/18 15:34
Start Date: 27/Dec/18 15:34
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #7316: [BEAM-6269]
Cross-SDK transform expansion protocol.
URL: https://github.com/apache/beam/pull/7316#discussion_r244174608
##########
File path: model/job-management/src/main/proto/beam_construction_api.proto
##########
@@ -0,0 +1,49 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/*
+ * Protocol Buffers describing the Job API, api for communicating with a runner
+ * for job submission over GRPC.
+ */
+
+syntax = "proto3";
+
+package org.apache.beam.model.construction.v1;
+
+option go_package = "construction_v1";
+option java_package = "org.apache.beam.model.construction.v1";
+option java_outer_classname = "ConstructionApi";
+
+import "beam_runner_api.proto";
+
+message ConstructionRequest {
+ org.apache.beam.model.pipeline.v1.Components components = 1;
+ org.apache.beam.model.pipeline.v1.PTransform transform = 2;
+ string namespace = 3;
+}
Review comment:
The caller chooses a service that it thinks can handle the expansion. The
services, of course, can refuse.
The dependencies in the returned graph are part of the specified
environments. (I thought about artifact provisioning a bit, but didn't do
anything with that in this PR.)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 179118)
Time Spent: 2h (was: 1h 50m)
> Support mixed-language pipelines.
> ---------------------------------
>
> Key: BEAM-6269
> URL: https://issues.apache.org/jira/browse/BEAM-6269
> Project: Beam
> Issue Type: New Feature
> Components: beam-model, runner-core, sdk-java-core, sdk-py-core
> Reporter: Robert Bradshaw
> Assignee: Kenneth Knowles
> Priority: Major
> Time Spent: 2h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)