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

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

                Author: ASF GitHub Bot
            Created on: 26/Sep/18 23:10
            Start Date: 26/Sep/18 23:10
    Worklog Time Spent: 10m 
      Work Description: youngoli commented on a change in pull request #6498: 
[BEAM-5304] Adding ReferenceRunner Job Server Gradle subproject.
URL: https://github.com/apache/beam/pull/6498#discussion_r220750716
 
 

 ##########
 File path: runners/reference/job-server/build.gradle
 ##########
 @@ -0,0 +1,48 @@
+/*
+ * 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.
+ */
+import groovy.json.JsonOutput
+
+apply plugin: org.apache.beam.gradle.BeamModulePlugin
+applyJavaNature(
+  validateShadowJar: false,
+  shadowClosure: {
+  }
+)
+
+description = "Apache Beam :: Runners :: Reference :: Job Server"
+
+apply plugin: "application"
+
+mainClassName = 
"org.apache.beam.runners.direct.portable.job.ReferenceRunnerJobServer"
+
+dependencies {
+  compile project(path: ":beam-runners-direct-java", configuration: "shadow")
+  compile project(path: ":beam-runners-java-fn-execution", configuration: 
"shadow")
+  compile library.java.slf4j_simple
+}
+
+run {
 
 Review comment:
   I don't think it's necessary because in this case the JobServer works with 
just run. It feels odd using the shaded version just for consistency (unless 
there's some other advantage to using runShadow that I don't know).

----------------------------------------------------------------
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: 148510)
    Time Spent: 40m  (was: 0.5h)

> Support running user pipelines with the Universal Local Runner in Java.
> -----------------------------------------------------------------------
>
>                 Key: BEAM-5304
>                 URL: https://issues.apache.org/jira/browse/BEAM-5304
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-direct
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> In order to aid testing, devs should be able to write pipelines and then 
> easily run them with the ULR. The Flink runner seems to have this 
> functionality, so the implementation could be based on that.



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

Reply via email to