You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2008/11/18 19:51:44 UTC

[jira] Created: (HIVE-70) provide option to limit standard error output by user scripts

provide option to limit standard error output by user scripts
-------------------------------------------------------------

                 Key: HIVE-70
                 URL: https://issues.apache.org/jira/browse/HIVE-70
             Project: Hadoop Hive
          Issue Type: Bug
            Reporter: Joydeep Sen Sarma


runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Assigned: (HIVE-70) provide option to limit standard error output by user scripts

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma reassigned HIVE-70:
-------------------------------------

    Assignee: Joydeep Sen Sarma

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Updated: (HIVE-70) provide option to limit standard error output by user scripts

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma updated HIVE-70:
----------------------------------

    Status: Patch Available  (was: Open)

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>         Attachments: hive-70.txt
>
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Updated: (HIVE-70) provide option to limit standard error output by user scripts

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

Carl Steinbach updated HIVE-70:
-------------------------------

    Fix Version/s: 0.3.0
                       (was: 0.6.0)
      Component/s: CLI

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>             Fix For: 0.3.0
>
>         Attachments: hive-70.txt
>
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Commented: (HIVE-70) provide option to limit standard error output by user scripts

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648877#action_12648877 ] 

dhruba borthakur commented on HIVE-70:
--------------------------------------

+1 Code looks good.

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>         Attachments: hive-70.txt
>
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Updated: (HIVE-70) provide option to limit standard error output by user scripts

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

dhruba borthakur updated HIVE-70:
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I just committed this. Thanks Joydeep!

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>             Fix For: 0.20.0
>
>         Attachments: hive-70.txt
>
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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


[jira] Updated: (HIVE-70) provide option to limit standard error output by user scripts

Posted by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma updated HIVE-70:
----------------------------------

    Attachment: hive-70.txt

> provide option to limit standard error output by user scripts
> -------------------------------------------------------------
>
>                 Key: HIVE-70
>                 URL: https://issues.apache.org/jira/browse/HIVE-70
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Joydeep Sen Sarma
>            Assignee: Joydeep Sen Sarma
>         Attachments: hive-70.txt
>
>
> runaway user scripts emitting every row to standard error overwhelm our log partitions. We need to provide an option to limit standard error size per task.

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