On Tue, Feb 19, 2019 at 02:05:02PM +0800, helifu wrote:
> Hi,
> 
>  
> 
> In our cluster we use shell commands below to start and stop nodes:
> 
> 1)  nohup ./bin/kudu-tserver --flagfile=./conf/tserver.conf > tserver.log &
> 
> 2)  ps -ef | grep "kudu-tserver" | grep -v "grep" | awk -F " " '{print $2}'
> | xargs kill

Just a tip, "pkill kudu-tserver" does basically the same thing and it's
shorter/cleaner.

> 
>  
> 
> Btw, curious what kind of difficulties you encountered, could you share us?

Also, have you been able to start it with earlier versions?

> 
>  
> 
> 何李夫
> 
> 2019-02-19 14:01:50
> 
>  
> 
> 发件人: [email protected]
> <[email protected]> 代表 Vignesh
> Shenbagarajan
> 发送时间: 2019年2月19日 0:31
> 收件人: [email protected]
> 主题: Kudu Master and T-Server
> 
>  
> 
> Hi,
> 
>  
> 
> I am having difficulties in starting and stopping kudu servers. Is there any
> particular command to execute these tasks in version 1.8?
> 
>  
> 
> Looking forward to your response.
> 
>  
> 
> Thank You,
> 
> Vignesh
> 

Reply via email to