Matjaž Smolej created BEAM-7958:
-----------------------------------

             Summary: 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


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
(v7.6.14#76016)

Reply via email to