[ https://issues.apache.org/jira/browse/BEAM-2885?focusedWorklogId=105386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-105386 ]
ASF GitHub Bot logged work on BEAM-2885: ---------------------------------------- Author: ASF GitHub Bot Created on: 23/May/18 22:51 Start Date: 23/May/18 22:51 Worklog Time Spent: 10m Work Description: lukecwik commented on a change in pull request #5370: [BEAM-2885] Move the ReferenceRunner Job Service, Artifact Services to the DirectRunner module URL: https://github.com/apache/beam/pull/5370#discussion_r190422404 ########## File path: runners/direct-java/build.gradle ########## @@ -57,12 +57,14 @@ dependencies { compile project(path: ":beam-runners-core-java", configuration: "shadow") 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") shadow project(path: ":beam-sdks-java-core", configuration: "shadow") shadow library.java.joda_time shadow library.java.findbugs_jsr305 shadow library.java.slf4j_api shadow library.java.hamcrest_core shadow library.java.junit + shadow library.java.args4j Review comment: It was the job server that had it which you deleted below. ---------------------------------------------------------------- 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: 105386) Time Spent: 3.5h (was: 3h 20m) > 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 > Priority: Major > Labels: portability > Time Spent: 3.5h > Remaining Estimate: 0h > > As per https://s.apache.org/beam-job-api, use local support for > submission-side. -- This message was sent by Atlassian JIRA (v7.6.3#76005)