Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21994 )
Change subject: IMPALA-13064: Install service for linux packaging ...................................................................... IMPALA-13064: Install service for linux packaging This patch provides LSB-compliant init scripts for impala package, administrator can manage impala services by the following commands: 'service <impala_service> <start|stop|restart|status|force-reload' This patch also change the owner of package files to 'impala', and launch process by the same user. Testing: - Manually deploy package on Ubuntu22.04 and verify it. Change-Id: If202e91e4b05adbc96cd5c556654901d2f7ca9fe Reviewed-on: http://gerrit.cloudera.org:8080/21994 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M package/CMakeLists.txt M package/bin/impala.sh A package/etc/init.d/admissiond A package/etc/init.d/catalogd A package/etc/init.d/impalad A package/etc/init.d/statestored A package/postinst 7 files changed, 214 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21994 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If202e91e4b05adbc96cd5c556654901d2f7ca9fe Gerrit-Change-Number: 21994 Gerrit-PatchSet: 7 Gerrit-Owner: Xiang Yang <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Xiang Yang <[email protected]> Gerrit-Reviewer: Zihao Ye <[email protected]>
