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

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

                Author: ASF GitHub Bot
            Created on: 23/May/18 23:06
            Start Date: 23/May/18 23:06
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #5349: 
[BEAM-3326] Remote stage evaluator
URL: https://github.com/apache/beam/pull/5349#discussion_r190425270
 
 

 ##########
 File path: runners/direct-java/build.gradle
 ##########
 @@ -58,12 +58,14 @@ dependencies {
   compile project(path: ":beam-runners-local-java-core", configuration: 
"shadow")
   compile project(path: ":beam-runners-java-fn-execution", configuration: 
"shadow")
   compile project(path: ":beam-sdks-java-fn-execution", configuration: 
"shadow")
+  compileOnly project(path: ":beam-sdks-java-harness")
 
 Review comment:
   We have been using `provided` scope in other places and this gets correctly 
translated when producing the maven jar.
   
   Your correct in that we should migrate to `compileOnly` as the provided 
scope but until that happens please stick with `provided` for now. I filed 
https://issues.apache.org/jira/browse/BEAM-4395 for the migration to 
`compileOnly`

----------------------------------------------------------------
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: 105402)
    Time Spent: 14h 40m  (was: 14.5h)

> Execute a Stage via the portability framework in the ReferenceRunner
> --------------------------------------------------------------------
>
>                 Key: BEAM-3326
>                 URL: https://issues.apache.org/jira/browse/BEAM-3326
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-core
>            Reporter: Thomas Groh
>            Assignee: Thomas Groh
>            Priority: Major
>              Labels: portability
>          Time Spent: 14h 40m
>  Remaining Estimate: 0h
>
> This is the supertask for remote execution in the Universal Local Runner 
> (BEAM-2899).
> This executes a stage remotely via portability framework APIs



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

Reply via email to