Hello Andrew Sherman, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14408
to look at the new patch set (#2).
Change subject: IMPALA-9034: fix distcc+ccache
......................................................................
IMPALA-9034: fix distcc+ccache
According to the ccache manpage, the correct way to compose it with
distcc is to use CCACHE_PREFIX. I think this explains why local
ccache wasn't working for me.
I updated the distcc wrapper scripts to do this instead and
confirmed that it works - after doing a clean and rebuilding
the same branch, it is much faster and "ccache -s" shows a
bunch of cache hit.
ccache on the distcc server side still works.
Change-Id: Ie0b080709bd765056b9296d3deb805038fc01e5d
---
M be/CMakeLists.txt
M bin/distcc/distcc.sh
M bin/distcc/distcc_env.sh
3 files changed, 45 insertions(+), 38 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/14408/2
--
To view, visit http://gerrit.cloudera.org:8080/14408
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ie0b080709bd765056b9296d3deb805038fc01e5d
Gerrit-Change-Number: 14408
Gerrit-PatchSet: 2
Gerrit-Owner: Tim Armstrong <[email protected]>
Gerrit-Reviewer: Andrew Sherman <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>