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

 

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

 

何李夫

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