Laszlo Gaal has uploaded this change for review. (
http://gerrit.cloudera.org:8080/12893
Change subject: IMPALA-6826: Extend bootstrap_system.sh to Ubuntu 18.04
......................................................................
IMPALA-6826: Extend bootstrap_system.sh to Ubuntu 18.04
Tweak bin/bootstrap_system.sh to automate the preparation of
an Impala development environment on Ubuntu 18.04.
The following changes were required:
- extend the OS recognition logic to Ubuntu 18.04
- add 'ant' to the list of onstalled packages
- request OpenJDK 8 as the default Java environment (Ubuntu 18.04
defaults to OpenJDK 11)
These changes enable bootstratp_system.sh to set up an Impala development
environment where Impala can be successfully built.
Note that the patch does not attempt to pass the tests yet; this change
prepares only the environment. Bugs specific to Ubuntu 18 will be fixed
by follow-up commits.
Tested in the following environments:
- in a Docker container, using
"docker/test-with-docker.py --base-image:ubuntu:18.04"
- on an AWS EC2 m5.4xlarge instance
Change-Id: Iad790f72ea6b62258aed2225eb7bdf79590c350f
---
M bin/bootstrap_system.sh
1 file changed, 40 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/12893/1
--
To view, visit http://gerrit.cloudera.org:8080/12893
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad790f72ea6b62258aed2225eb7bdf79590c350f
Gerrit-Change-Number: 12893
Gerrit-PatchSet: 1
Gerrit-Owner: Laszlo Gaal <[email protected]>