Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-7958

Log message argument missing for stager's .whl extra_package warning

Details

    • Bug
    • Status: Open
    • P4
    • Resolution: Unresolved
    • 2.14.0
    • None
    • runner-core
    • None

    Description

      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:

            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).')
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            matjazs Matjaž Smolej
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: