Kengo Seki created PIG-4763:
-------------------------------

             Summary: Insufficient check for the number of arguments in 
runpigmix.pl
                 Key: PIG-4763
                 URL: https://issues.apache.org/jira/browse/PIG-4763
             Project: Pig
          Issue Type: Bug
            Reporter: Kengo Seki
            Priority: Trivial


runpigmix.pl first checks the number of arguments as follows:

{code}
  3 if(scalar(@ARGV) < 6 )
  4 {
  5     print STDERR "Usage: $0 <pig_home> <pig_bin> <pigmix_jar> <hadoop_home> 
<hadoop_bin> <pig mix scripts dir> <hdfs_root> <pigmix_output> [parallel] 
[numruns] [runmapreduce] [cleanup_after_test]\n";
  6     exit(-1);
  7 }
{code}

but the number of the required parameters is 8, so this check seems 
insufficient.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to