You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robert Bradshaw (Jira)" <ji...@apache.org> on 2019/11/01 17:24:00 UTC

[jira] [Created] (BEAM-8544) Install Beam SDK with ccache for faster re-install.

Robert Bradshaw created BEAM-8544:
-------------------------------------

             Summary: Install Beam SDK with ccache for faster re-install.
                 Key: BEAM-8544
                 URL: https://issues.apache.org/jira/browse/BEAM-8544
             Project: Beam
          Issue Type: Improvement
          Components: sdk-py-harness
            Reporter: Robert Bradshaw
            Assignee: Robert Bradshaw


Re-compliling the C modules of the SDK takes 2-3 minutes. This adds to worker startup time whenever a custom SDK is being used (in particular, during development and testing). We can use ccache to re-use the old compile results when the Cython files have not changed. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)