Hello Zookeeper masters, We have a shell script (has an infinite loop, and will always run) on Linux, and want to use Zookeeper to monitor whether the script is live, and using Ephemeral node is a natural choice, and I have found it is easier to integrate with Java as existing API, and wondering how to integrate with a shell script? Any samples is appreciated.
http://zookeeper.apache.org/doc/trunk/zookeeperOver.html#Nodes+and+ephemeral+nodes Thanks in advance, Lin
