On 7 July 2014 19:42, Rui Zhang <[email protected]> wrote: > Hi, > > I am now working on make a tarball for my own application. What I mean is > start the application in the script like the HBase example you gave to us. > In the python script, we need some commands for each role. If the command > of my application can start more than one processes, does that mean all the > processes are running in just one container? >
yes. They actually run in the same Linux Process Group -if the agent is killed/stopped all the child processes terminate too > My guess is that the python script is run on the machine of that specific > container. So the processes initiated by the script should run in this > container. Am I correct? > > correct -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
