Joe McDonnell has uploaded this change for review. (
http://gerrit.cloudera.org:8080/24500
Change subject: PROTOTYPE: Packaging to ship multiple malloc implementations
......................................................................
PROTOTYPE: Packaging to ship multiple malloc implementations
Currently, this ships multiple impalad binaries with
different malloc implementations. It has the following
structure:
- impalad: now a helper script to call the same binary name
in the malloc implementation directory (i.e. statestored
calls {malloc_impl}/statestore)
- (statestored,admissiond,catalogd) - symlink to impalad
- {malloc_impl}/impalad - the actual impala binary
- {malloc_impl}/(statestored,admissiond,catalogd) - symlink
to malloc-specific impalad
This modifies the docker image creation and the upstream
OS packaging logic (RPMs and DEBs).
TODO:
- Fix Breakpad test
- Add a way to turn this off
Testing:
- Ran builds locally
Change-Id: I53d3768b9d0df69c280ac3e9b478664830b93cc0
---
M be/CMakeLists.txt
M be/src/service/CMakeLists.txt
A be/src/service/impalad_helper.sh
M bin/run-binary.sh
M bin/run-jvm-binary.sh
M bin/start-impala-cluster.py
M docker/impala_base/Dockerfile
M docker/setup_build_context.py
8 files changed, 193 insertions(+), 26 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/24500/1
--
To view, visit http://gerrit.cloudera.org:8080/24500
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53d3768b9d0df69c280ac3e9b478664830b93cc0
Gerrit-Change-Number: 24500
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <[email protected]>