[ 
https://issues.apache.org/jira/browse/PIG-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768456#action_12768456
 ] 

Hadoop QA commented on PIG-1025:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12422834/TEST-org.apache.pig.test.TestFRJoin.txt
  against trunk revision 828213.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 415 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/107/console

This message is automatically generated.

> Should be able to set job priority through Pig Latin
> ----------------------------------------------------
>
>                 Key: PIG-1025
>                 URL: https://issues.apache.org/jira/browse/PIG-1025
>             Project: Pig
>          Issue Type: New Feature
>          Components: grunt
>    Affects Versions: 0.4.0
>            Reporter: Kevin Weil
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: PIG-1025.patch, PIG-1025_2.patch, 
> TEST-org.apache.pig.test.TestFRJoin.txt
>
>
> Currently users can set the job name through Pig Latin by saying
> set job.name 'my job name'
> The ability to set the priority would also be nice, and the patch should be 
> small.  The goal is to be able to say
> set job.priority 'high'
> and throw a JobCreationException in the JobControlCompiler if the priority is 
> not one of the allowed string values from the o.a.h.mapred.JobPriority enum: 
> very_low, low, normal, high, very_high.   Case insensitivity makes this a 
> little nicer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to