On Nov 7, 2010, at 10:48 AM, sudharshan wrote: > > Hello I am a newbie to hadoop environment. I got stuck with a problem on > running jar file in hadoop > I have a mapreduce application for which I have created a web interface to > run. The application runs perfectly in command line terminal. But when same > command is issued from web interface through perl script it doesnt work and > exits with 65280 error message.
Is this the return code from system() in perl? Are you shifting the bits appropriately? [See http://perldoc.perl.org/functions/system.html for more details.]
