Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14408 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/14408 Reviewed-by: Andrew Sherman <[email protected]> Tested-by: Tim Armstrong <[email protected]> --- M be/CMakeLists.txt M bin/distcc/distcc.sh M bin/distcc/distcc_env.sh 3 files changed, 45 insertions(+), 38 deletions(-) Approvals: Andrew Sherman: Looks good to me, approved Tim Armstrong: Verified -- 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: merged Gerrit-Change-Id: Ie0b080709bd765056b9296d3deb805038fc01e5d Gerrit-Change-Number: 14408 Gerrit-PatchSet: 4 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
