[
https://issues.apache.org/jira/browse/PIG-2140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053433#comment-13053433
]
Thejas M Nair commented on PIG-2140:
------------------------------------
java -Xmx500m -cp pig.jar org.apache.pig.Main -x local -h
gives -
{code}
...
...
-t, -optimizer_off - Turn optimizations off. The following values are supported:
...
LogicalExpressionSimplifier - Combine multiple expressions
...
{code}
> Usage printed from Main.java gives wrong option for disabling
> LogicalExpressionSimplifier
> -----------------------------------------------------------------------------------------
>
> Key: PIG-2140
> URL: https://issues.apache.org/jira/browse/PIG-2140
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.9.0, 0.10
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Fix For: 0.9.0, 0.10
>
>
> The correct command line option for disabling LogicalExpressionSimplifier is
> "-t FilterLogicExpressionSimplifier" , not "-t LogicalExpressionSimplifier".
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira