Help for this page

Select Code to Download


  1. or download this
    my $status = qx{ssh r01mn1 /etc/init.d/hadoop-0.20-mapreduce-jobtracke
    +r status};
    if ( "$status" !~ /\brunning\b/ )
    {
    print "JOBTRACKER SERVICE is not running\n";
    }