Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24639
to look at the new patch set (#4).
Change subject: IMPALA-15232: Use systemd during system bootstrap
......................................................................
IMPALA-15232: Use systemd during system bootstrap
All the operating systems supported by Impala use systemd for system
and service management. The Impala bootstrap_system script was initially
conceived when Ubuntu used upstart and all platforms still supported
backward compatible service management architecture.
This patch moves all such steps in bootstrap_system to systemd
interfaces. This allows the calls to be unified across operating
systems, reducing complexity.
This updates the Postgres database-initialization command as well.
The patch also removes the step where the current setting of IMPALA_HOME
is added to the user's '.bashrc' init script; this causes subtle
problems when the user has more than one Impala worktrees.
Change-Id: I464fa679eb5e9e7630b2218b665dad6516bb6a49
---
M bin/bootstrap_system.sh
1 file changed, 18 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/24639/4
--
To view, visit http://gerrit.cloudera.org:8080/24639
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I464fa679eb5e9e7630b2218b665dad6516bb6a49
Gerrit-Change-Number: 24639
Gerrit-PatchSet: 4
Gerrit-Owner: Laszlo Gaal <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Laszlo Gaal <[email protected]>