Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4407: Move Impala setup procedures to main repo ......................................................................
IMPALA-4407: Move Impala setup procedures to main repo Before this change, Impala has relied on a chef setup in https://github.com/awleblang/impala-setup for setting up a development environment. This has a number of downsides: 1. It makes understanding what the script is doing difficult: there are 40k or so lines in that repo last I checked. 2. It makes porting to new distributions difficult unless the providers of various chef "recipes" have already ported their code. 3. It makes coordinated changes between the main repo and the impala-setup repo more awkward. This patch adds a shell script to replace that repo. It works on Ubuntu 14.04 and 16.04, while impala-setup repo only works on 14.04 and the now-unmaintained Ubuntu 15.04. Change-Id: I728abfa806ecd9461dfb443278c2a464714d984c Reviewed-on: http://gerrit.cloudera.org:8080/7587 Reviewed-by: Jim Apple <[email protected]> Tested-by: Impala Public Jenkins --- M bin/bootstrap_development.sh 1 file changed, 165 insertions(+), 39 deletions(-) Approvals: Impala Public Jenkins: Verified Jim Apple: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7587 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I728abfa806ecd9461dfb443278c2a464714d984c Gerrit-PatchSet: 7 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Jim Apple <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
