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

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

                Author: ASF GitHub Bot
            Created on: 28/Feb/19 09:12
            Start Date: 28/Feb/19 09:12
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #7947: [BEAM-6731] Bundle 
Java ExpansionService with Flink JobServer 
URL: https://github.com/apache/beam/pull/7947#discussion_r261103038
 
 

 ##########
 File path: sdks/python/build.gradle
 ##########
 @@ -210,7 +210,7 @@ task portableWordCount {
 def portableWordCountTask(name, streaming, crossLanguage) {
   tasks.create(name) {
     dependsOn = ['installGcpTest']
-    mustRunAfter = [':beam-runners-flink_2.11-job-server-container:docker', 
':beam-sdks-python-container:docker', ':beam-sdks-java-container:docker', 
':beam-runners-core-construction-java:buildTestExpansionServiceJar']
+    mustRunAfter = [':beam-runners-flink_2.11-job-server-container:docker', 
':beam-sdks-python-container:docker', ':beam-sdks-java-container:docker', 
':beam-runners-java-fn-execution:buildTestExpansionServiceJar']
 
 Review comment:
   Yes, can address this next. It is actually still required because the 
`TestExpansionService` builds a new jar which contains the test dependencies 
which would normally not be part of the jar. I did not change the test setup 
for now.
 
----------------------------------------------------------------
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]


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

    Worklog Id:     (was: 205681)
    Time Spent: 50m  (was: 40m)

> Move Java ExpansionService into Flink JobServer
> -----------------------------------------------
>
>                 Key: BEAM-6731
>                 URL: https://issues.apache.org/jira/browse/BEAM-6731
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-flink, sdk-java-core
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> With BEAM-6730 user can use existing Java transforms from other SDKs. This 
> creates additional operational complexity because users have to bring up an 
> ExpansionService separately of the JobServer for Flink.
> The Java implementation of the ExpansionService can be conveniently 
> integrated into the Flink JobServer such that users only have to bring up a 
> single endpoint.
> CC [~robertwb] [~chamikara] [~thw] [~angoenka]



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

Reply via email to