[ 
https://issues.apache.org/jira/browse/BEAM-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269320#comment-16269320
 ] 

ASF GitHub Bot commented on BEAM-2885:
--------------------------------------

lukecwik commented on a change in pull request #4150: [BEAM-2885] Maintain 
In-flight preparation requests
URL: https://github.com/apache/beam/pull/4150#discussion_r153593912
 
 

 ##########
 File path: runners/reference/job-server/build.gradle
 ##########
 @@ -22,13 +22,17 @@ applyJavaNature()
 description = "Apache Beam :: Runners :: Reference :: Job Orchestrator"
 
 dependencies {
+  compile project(path: ":beam-runners-parent:beam-java-fn-execution", 
configuration: "shadow")
+  compile project(path: 
":beam-runners-parent:beam-local-artifact-service-java", configuration: 
"shadow")
   shadow library.java.grpc_netty
   shadow project(path: ":beam-model-parent:beam-model-job-management", 
configuration: "shadow")
   shadow library.java.grpc_core
   shadow library.java.grpc_stub
   shadow library.java.slf4j_api
   shadow library.java.args4j
   testCompile library.java.junit
+  testCompile project(path: 
":beam-runners-parent:beam-runners-core-construction-java")
 
 Review comment:
   you want the shadow configuration of the project otherwise you'll get the 
unshaded jar

----------------------------------------------------------------
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]


> Support job+artifact APIs locally
> ---------------------------------
>
>                 Key: BEAM-2885
>                 URL: https://issues.apache.org/jira/browse/BEAM-2885
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-dataflow
>            Reporter: Henning Rohde
>            Assignee: Thomas Groh
>              Labels: portability
>
> As per https://s.apache.org/beam-job-api, use local support for 
> submission-side. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to