[
https://issues.apache.org/jira/browse/BEAM-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547847#comment-17547847
]
Kenneth Knowles commented on BEAM-7958:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/19558
> Log message argument missing for stager's .whl extra_package warning
> --------------------------------------------------------------------
>
> Key: BEAM-7958
> URL: https://issues.apache.org/jira/browse/BEAM-7958
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Affects Versions: 2.14.0
> Reporter: Matjaž Smolej
> Priority: P4
>
> In file sdks/python/apache_beam/runners/portability/stager.py, method
> apache_beam.runners.portability.stager.Stager._stage_extra_packages, package
> argument is missing for log message:
> {code:java}
> if os.path.basename(package).endswith('.whl'):
> logging.warning(
> 'The .whl package "%s" is provided in --extra_package. '
> 'This functionality is not officially supported. Since wheel '
> 'packages are binary distributions, this package must be '
> 'binary-compatible with the worker environment (e.g. Python 2.7 '
> 'running on an x64 Linux host).')
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)