You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Thejas M Nair (JIRA)" <ji...@apache.org> on 2010/08/26 16:53:53 UTC

[jira] Created: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

java properties not honored in case of properties such as stop.on.failure
-------------------------------------------------------------------------

                 Key: PIG-1569
                 URL: https://issues.apache.org/jira/browse/PIG-1569
             Project: Pig
          Issue Type: Bug
            Reporter: Thejas M Nair
             Fix For: 0.8.0


In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.


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


[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Ding updated PIG-1569:
------------------------------

    Status: Patch Available  (was: Open)

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1569.patch
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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


[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Ding updated PIG-1569:
------------------------------

    Attachment: PIG-1569.patch

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1569.patch
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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


[jira] Updated: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Ding updated PIG-1569:
------------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1569.patch
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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


[jira] Assigned: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Ding reassigned PIG-1569:
---------------------------------

    Assignee: Richard Ding

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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


[jira] Commented: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Richard Ding (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904452#action_12904452 ] 

Richard Ding commented on PIG-1569:
-----------------------------------

Patch committed to trunk.

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1569.patch
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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


[jira] Commented: (PIG-1569) java properties not honored in case of properties such as stop.on.failure

Posted by "Thejas M Nair (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904369#action_12904369 ] 

Thejas M Nair commented on PIG-1569:
------------------------------------

looks good. +1 

> java properties not honored in case of properties such as stop.on.failure
> -------------------------------------------------------------------------
>
>                 Key: PIG-1569
>                 URL: https://issues.apache.org/jira/browse/PIG-1569
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Richard Ding
>             Fix For: 0.8.0
>
>         Attachments: PIG-1569.patch
>
>
> In org.apache.pig.Main , properties are being set to default value without checking if the java system properties have been set to something else.
> stop.on.failure, opt.multiquery, aggregate.warning are some properties that have this problem.

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