> On 28 Apr 2015, at 10:07, Chackravarthy Esakkimuthu <[email protected]> > wrote: > > sure, will send you the logs. > > And the same pattern follows for hbase installation also. > 'stop' command stops only SliderAM. > 'destroy' command stops HMaster and RegionServer only.. HBASE_REST and > THRIFT_2 still running after destroy command, And slider agents running in > all 4 hosts where container was launched. >
do you have YARN set up to actually kill processes when the containers are released.? For example: <!--time before the process gets a -9 --> <property> <name>yarn.nodemanager.sleep-delay-before-sigkill.ms</name> <value>30000</value> </property>
