[ 
https://issues.apache.org/jira/browse/IMPALA-13064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906284#comment-17906284
 ] 

ASF subversion and git services commented on IMPALA-13064:
----------------------------------------------------------

Commit 4ba6f9b5a5a6779629b400287b98f1f5cbe6eeed in impala's branch 
refs/heads/master from Xiang Yang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4ba6f9b5a ]

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]>


> Install services from RPM/DEB packages
> --------------------------------------
>
>                 Key: IMPALA-13064
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13064
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Infrastructure
>            Reporter: Quanlong Huang
>            Assignee: XiangYang
>            Priority: Major
>
> Our doc mentions using the {{service}} command to start impala processes:
> https://impala.apache.org/docs/build/html/topics/impala_processes.html
> Start the statestore service using a command similar to the following:
> {code}
> $ sudo service impala-state-store start{code}
> Start the catalog service using a command similar to the following:
> {code}
> $ sudo service impala-catalog start{code}
> Start the Impala daemon services using a command similar to the following:
> {code}
> $ sudo service impala-server start{code}
> The RPM/DEB package should install these services and launch the process 
> using 'impala' user name.
> CC [~yx91490] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to