[
https://issues.apache.org/jira/browse/BEAM-7102?focusedWorklogId=229868&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-229868
]
ASF GitHub Bot logged work on BEAM-7102:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/19 18:46
Start Date: 18/Apr/19 18:46
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #8340: [BEAM-7102]
Adding --jar_package option for Python SDK
URL: https://github.com/apache/beam/pull/8340#discussion_r276788834
##########
File path: sdks/python/apache_beam/options/pipeline_options.py
##########
@@ -777,6 +777,18 @@ def _add_argparse_args(cls, parser):
'job submission, the files will be staged in the staging area '
'(--staging_location option) and the workers will install them in '
'same order they were specified on the command line.'))
+ parser.add_argument(
Review comment:
Currently under discussion within
https://lists.apache.org/thread.html/6fcee7047f53cf1c0636fb65367ef70842016d57effe2e5795c4137d@%3Cdev.beam.apache.org%3E
----------------------------------------------------------------
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: 229868)
Time Spent: 50m (was: 40m)
> Adding --jar_package option for staging Jar artifacts from Python pipeline
> --------------------------------------------------------------------------
>
> 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: 50m
> Remaining Estimate: 0h
>
> Adding --jar_package option 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)