Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24639
Change subject: EXPERIMENT: Use systemd in system bootstrap ...................................................................... EXPERIMENT: Use systemd in 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. 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, 12 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/24639/1 -- 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: newchange Gerrit-Change-Id: I464fa679eb5e9e7630b2218b665dad6516bb6a49 Gerrit-Change-Number: 24639 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
