[
https://issues.apache.org/jira/browse/BEAM-7722?focusedWorklogId=276642&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-276642
]
ASF GitHub Bot logged work on BEAM-7722:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jul/19 11:53
Start Date: 15/Jul/19 11:53
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #9043: [BEAM-7722]
Add a Python FlinkRunner that fetches and uses released artifacts.
URL: https://github.com/apache/beam/pull/9043#discussion_r303397233
##########
File path: sdks/python/apache_beam/runners/portability/job_server.py
##########
@@ -154,6 +158,78 @@ def local_temp_dir(self, **kwargs):
return tempfile.mkdtemp(dir=self._local_temp_root, **kwargs)
+class JavaJarJobServer(SubprocessJobServer):
+
+ MAVEN_REPOSITORY = 'https://repo.maven.apache.org/maven2/org/apache/beam'
+ JAR_CACHE = os.path.expanduser("~/.apache_beam/cache")
+
Review comment:
The super will automatically be called here, just like any other
non-overridden method in the superclass.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 276642)
Time Spent: 4h 10m (was: 4h)
> Simplify running of Beam Python on Flink
> ----------------------------------------
>
> Key: BEAM-7722
> URL: https://issues.apache.org/jira/browse/BEAM-7722
> Project: Beam
> Issue Type: Test
> Components: sdk-py-core
> Reporter: Robert Bradshaw
> Priority: Major
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Currently this requires building and running several processes. We should be
> able to automate most of this away.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)