MCPcopy Create free account
hub / github.com/apache/impala / toolchain_pkg_dir

Function toolchain_pkg_dir

infra/python/bootstrap_virtualenv.py:251–255  ·  view source on GitHub ↗

Return the path to the toolchain package

(pkg_name)

Source from the content-addressed store, hash-verified

249
250
251def toolchain_pkg_dir(pkg_name):
252 '''Return the path to the toolchain package'''
253 pkg_version = os.environ["IMPALA_" + pkg_name.upper() + "_VERSION"]
254 return os.path.join(os.environ["IMPALA_TOOLCHAIN_PACKAGES_HOME"],
255 pkg_name + "-" + pkg_version)
256
257
258def install_adls_deps(venv_dir):

Callers 3

select_ccFunction · 0.85
exec_pip_installFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected