Luke Cwik created BEAM-4448:
-------------------------------
Summary: --sdk_location seems to be a required parameter now in
the Apache Beam Python SDK when using the DataflowRunner
Key: BEAM-4448
URL: https://issues.apache.org/jira/browse/BEAM-4448
Project: Beam
Issue Type: Bug
Components: runner-dataflow, sdk-py-core
Reporter: Luke Cwik
Assignee: Ankur Goenka
During the code import process of Apache Beam code into Google, it was
discovered that the --sdk_location is a required parameter. Tests would fail
with:
{code:java}
apache_beam/runners/portability/stager.py", line 513, in
_download_pypi_sdk_package.format(package_name))
RuntimeError: Please set --sdk_location command-line option or install a valid
apache-beam distribution.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)