Not able to run Mapred Reliability test as "other" user. --------------------------------------------------------
Key: MAPREDUCE-719 URL: https://issues.apache.org/jira/browse/MAPREDUCE-719 Project: Hadoop Map/Reduce Issue Type: Bug Components: test Affects Versions: 0.20.1 Reporter: Suman Sehgal While executing ReliabilityTest as "other" user, following issues were observed: --> Tasktrackers are not being killed as "other" user is not the owner of tasktrackers. --> This test program just gives the usage message if not able to kill TTs. "09/07/06 09:37:00 INFO mapred.ReliabilityTest: <hostname>: usage: kill [ -s signal | -p ] [ -a ] pid ..." Instead it should give an error message and should stop further execution by giving non-zero exit code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.