[
https://issues.apache.org/jira/browse/BEAM-7102?focusedWorklogId=236980&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-236980
]
ASF GitHub Bot logged work on BEAM-7102:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/19 18:22
Start Date: 03/May/19 18:22
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #8340:
[BEAM-7102] Adding `jar_packages` experiment option for Python SDK
URL: https://github.com/apache/beam/pull/8340#discussion_r280880005
##########
File path: sdks/python/apache_beam/runners/portability/stager.py
##########
@@ -308,6 +318,56 @@ def _download_file(from_url, to_path):
def _is_remote_path(path):
return path.find('://') != -1
+ def _stage_jar_packages(self, jar_packages, staging_location, temp_dir):
+ """Stages a list of local jar packages for Java SDK Harness.
+
+ :param jar_packages: Ordered list of local paths to jar packages to be
+ staged. Only packages on localfile system and GCS are supported.
+ :param staging_location: Staging location for the packages.
Review comment:
Please add a test
----------------------------------------------------------------
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: 236980)
Time Spent: 1.5h (was: 1h 20m)
> Adding `jar_packages` experiment option for Python SDK
> ------------------------------------------------------
>
> Key: BEAM-7102
> URL: https://issues.apache.org/jira/browse/BEAM-7102
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Adding `jar_packages` experiment option for Python SDK for staging Jar
> artifacts from Python pipeline. This is required for running cross-language
> transforms.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)