Have you tried using "nohup"

    nohup bin/zookeeper-server-start.sh config/zookeeper.properties &
    nohup bin/kafka-server-start.sh config/server.properties &


On Tue, Jun 16, 2015 at 3:21 PM, Su She <suhsheka...@gmail.com> wrote:

> Hello Everyone,
>
> I'm wondering how to keep Zookeeper and Kafka Server up even when my
> SSH (using putty) becomes inactive. I've tried running it in the
> background (using &), but it seems like it stops sometimes after a
> couple hours or so and I'll have to restart zookeeper and/or the kafka
> server.
>
> The only remediation i've found is to export TMOUT=[big number], but
> there must be another solution.
>
> Thank you!
>
> Best,
>
> Su
>

Reply via email to