[ 
https://issues.apache.org/jira/browse/BEAM-6269?focusedWorklogId=179117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-179117
 ]

ASF GitHub Bot logged work on BEAM-6269:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Dec/18 15:31
            Start Date: 27/Dec/18 15:31
    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_r244174150
 
 

 ##########
 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;
 
 Review comment:
   These environments refer to runtime environments, which the expander may 
choose. Possibly it makes sense to pass along some hints/suggestions, though 
how best to do this in general is unclear. (The choice of expansion service is 
the choice of environment where the expansion should occur. Such a service 
could internally be multiplexing, of course.)
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 179117)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to