You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kudu.apache.org by Vignesh Shenbagarajan <Vi...@Softura.com> on 2019/02/18 16:31:17 UTC

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

Re: 答复: Kudu Master and T-Server

Posted by Attila Bukor <ab...@apache.org>.
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
> 
>  
> 
> 发件人: user-return-1607-hzhelifu=corp.netease.com@kudu.apache.org
> <us...@kudu.apache.org> 代表 Vignesh
> Shenbagarajan
> 发送时间: 2019年2月19日 0:31
> 收件人: user@kudu.apache.org
> 主题: 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
> 

答复: Kudu Master and T-Server

Posted by helifu <hz...@corp.netease.com>.
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

 

发件人: user-return-1607-hzhelifu=corp.netease.com@kudu.apache.org
<us...@kudu.apache.org> 代表 Vignesh
Shenbagarajan
发送时间: 2019年2月19日 0:31
收件人: user@kudu.apache.org
主题: 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


Re: Kudu Master and T-Server

Posted by Grant Henke <gh...@cloudera.com>.
Hi Vignesh,

More details on the issues or errors you are seeing would need to be shared
for someone to help you effectively. Barring that the documentation should
be helpful:
https://kudu.apache.org/docs/configuration.html#_configuring_the_kudu_master

Thanks,
Grant

On Tue, Feb 19, 2019 at 9:41 AM Vignesh Shenbagarajan <Vi...@softura.com>
wrote:

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


-- 
Grant Henke
Software Engineer | Cloudera
grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke