[
https://issues.apache.org/jira/browse/BEAM-4130?focusedWorklogId=137872&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-137872
]
ASF GitHub Bot logged work on BEAM-4130:
----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/18 16:01
Start Date: 24/Aug/18 16:01
Worklog Time Spent: 10m
Work Description: tweise commented on a change in pull request #6265:
[BEAM-4130] Bring up Job Server container for Python jobs
URL: https://github.com/apache/beam/pull/6265#discussion_r212676518
##########
File path: sdks/python/build.gradle
##########
@@ -204,19 +204,30 @@ task directRunnerIT(dependsOn: 'installGcpTest') {
// Before running this, you need to:
//
-// 1. build the SDK container:
+// 1. Build the SDK container:
//
// ./gradlew -p sdks/python/container docker
//
-// 2. start a local JobService, for example, the Portable Flink runner
+// 2. Either a) or b)
+// a) If you want the Job Server to run in a Docker container:
+//
+// ./gradlew :b®eam-runners-flink_2.11-job-server-container docker
+//
+// b) Otherwise, start a local JobService, for example, the Portable Flink
runner
// (in a separate shell since it continues to run):
//
// ./gradlew :beam-runners-flink_2.11-job-server:runShadow
//
// Then you can run this example:
//
+// Docker (2a):
+//
// ./gradlew :beam-sdks-python:portableWordCount
//
+// Local JobService (2b):
+//
+// ./gradlew :beam-sdks-python:portableWordCount
--job_endpoint=localhost:8099
Review comment:
`Unknown command-line option '--job_endpoint`
----------------------------------------------------------------
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: 137872)
Time Spent: 5h 50m (was: 5h 40m)
> Portable Flink runner JobService entry point in a Docker container
> ------------------------------------------------------------------
>
> Key: BEAM-4130
> URL: https://issues.apache.org/jira/browse/BEAM-4130
> Project: Beam
> Issue Type: New Feature
> Components: runner-flink
> Reporter: Ben Sidhom
> Assignee: Maximilian Michels
> Priority: Minor
> Time Spent: 5h 50m
> Remaining Estimate: 0h
>
> The portable Flink runner exists as a Job Service that runs somewhere. We
> need a main entry point that itself spins up the jobĀ service (and artifact
> staging service). The main program itself should be packaged into an uberjar
> such that it can be run locally or submitted to a Flink deployment via `flink
> run`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)