You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/03 03:07:00 UTC

[jira] [Work logged] (BEAM-4071) Java: PortableRunner - p.run() via given JobService

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

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

                Author: ASF GitHub Bot
            Created on: 03/May/18 03:06
            Start Date: 03/May/18 03:06
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on a change in pull request #5150:  [BEAM-4071] Add Portable Runner Job API shim
URL: https://github.com/apache/beam/pull/5150#discussion_r185689507
 
 

 ##########
 File path: runners/reference/java/build.gradle
 ##########
 @@ -27,8 +27,11 @@ framework to execute user-definied functions."""
 dependencies {
   shadow project(path: ":beam-model-pipeline", configuration: "shadow")
   shadow project(path: ":beam-runners-core-construction-java", configuration: "shadow")
+  shadow project(path: ":beam-sdks-java-fn-execution", configuration: "shadow")
   shadow library.java.slf4j_api
-  testCompile library.java.junit
+  shadowTest project(path: ":beam-runners-core-construction-java", configuration: "shadowTest")
 
 Review comment:
   Yes - https://issues.apache.org/jira/browse/BEAM-3138

----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 97752)
    Time Spent: 19h 10m  (was: 19h)

> Java: PortableRunner - p.run() via given JobService
> ---------------------------------------------------
>
>                 Key: BEAM-4071
>                 URL: https://issues.apache.org/jira/browse/BEAM-4071
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-core
>            Reporter: Ben Sidhom
>            Assignee: Ben Sidhom
>            Priority: Minor
>             Fix For: 2.5.0
>
>          Time Spent: 19h 10m
>  Remaining Estimate: 0h
>
> There needs to be a way to execute Java-SDK pipelines against a portable job server. The job server itself is expected to be started up out-of-band. The "PortableRunner" should take an option indicating the Job API endpoint and defer other runner configurations to the backend itself.



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