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

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

                Author: ASF GitHub Bot
            Created on: 26/Dec/18 09:40
            Start Date: 26/Dec/18 09:40
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #7316: 
[BEAM-6269] Cross-SDK transform expansion protocol.
URL: https://github.com/apache/beam/pull/7316#discussion_r243969399
 
 

 ##########
 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:
   How can the caller make sure that dependencies needed for expansion are in 
place (may be this is a part of environment definition) ?
 
----------------------------------------------------------------
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: 178646)
    Time Spent: 1h 10m  (was: 1h)

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




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

Reply via email to