[
https://issues.apache.org/jira/browse/BEAM-12582?focusedWorklogId=622023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622023
]
ASF GitHub Bot logged work on BEAM-12582:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/21 14:29
Start Date: 13/Jul/21 14:29
Worklog Time Spent: 10m
Work Description: chamikaramj commented on a change in pull request
#15129:
URL: https://github.com/apache/beam/pull/15129#discussion_r668815180
##########
File path: sdks/python/apache_beam/runners/portability/stager.py
##########
@@ -476,25 +466,71 @@ def _is_remote_path(path):
return path.find('://') != -1
@staticmethod
- def _create_jar_packages(jar_packages, temp_dir):
+ def append_jar_packages_to_java_env(proto_pipeline, options, temp_dir=None):
+ """Append a list of jar packages to Docker Java SDK Environment.
Review comment:
So jar_packages is still needed ? Is this only for testing ?
In production, users will get Java dependencies from CLASSPATH of the
expansion service, right ? I wonder if we can migrate existing tests to that
path as well and remove this code.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 622023)
Time Spent: 1h 10m (was: 1h)
> Adding jar packages only to Java environments
> ---------------------------------------------
>
> Key: BEAM-12582
> URL: https://issues.apache.org/jira/browse/BEAM-12582
> Project: Beam
> Issue Type: Improvement
> Components: cross-language
> Reporter: Heejong Lee
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Adding jar packages only to Java environments
--
This message was sent by Atlassian Jira
(v8.3.4#803005)