[ 
https://issues.apache.org/jira/browse/PIG-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Travis Crawford updated PIG-3317:
---------------------------------

    Affects Version/s: 0.12
         Release Note: Optimization rules can be disabled with the 
"pig.optimizer.rules.disabled" pig property, allowing scripts to disable 
optimizations themselves. As in prior release, optimizations may still be 
disabled with the "optimizer_off" command-line option.
               Status: Patch Available  (was: In Progress)
    
> disable optimizations via pig properties
> ----------------------------------------
>
>                 Key: PIG-3317
>                 URL: https://issues.apache.org/jira/browse/PIG-3317
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.12
>            Reporter: Travis Crawford
>            Assignee: Travis Crawford
>         Attachments: PIG-3317_disable_opts.1.patch
>
>
> Pig provides a number of optimizations which are described at 
> [http://pig.apache.org/docs/r0.11.1/perf.html#optimization-rules]. As is 
> described in the docs, all or specific optimizations can be disabled via the 
> command-line.
> Currently the caller of a pig script must know which optimizations to disable 
> when running because that information cannot be set in the script itself. Nor 
> can optimizations be disabled site-wide through pig.properties.
> Pig should allow disabling optimizations via properties so that pig scripts 
> themselves can disable optimizations as needed, rather than the caller 
> needing to know what optimizations to disable on the command-line.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to