Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.8.0
-
None
Description
bootstrap_virtualenv.py can take a long time to run the first time because it compiles cython and kudu-python from scratch with a single core. Subsequent runs are faster because pip caches the results (although this has other potential downsides, like hard-to-reproduce errors is something bad is cached).
We should figure out a way to speed this up.
Attachments
Issue Links
- relates to
-
IMPALA-3932 virtualenv does not build binary python packages with toolchain
- Resolved