You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2012/10/08 08:44:03 UTC

[jira] [Created] (PIG-2953) "which" utility does not exist on Windows

Daniel Dai created PIG-2953:
-------------------------------

             Summary: "which" utility does not exist on Windows
                 Key: PIG-2953
                 URL: https://issues.apache.org/jira/browse/PIG-2953
             Project: Pig
          Issue Type: Sub-task
            Reporter: Daniel Dai
            Assignee: Daniel Dai
             Fix For: 0.11


It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Updated] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai updated PIG-2953:
----------------------------

    Component/s:     (was: parser)
                     (was: grunt)
                     (was: tools)
    
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Updated] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai updated PIG-2953:
----------------------------

    Attachment: PIG-2953-2.patch

Attach PIG-2953-2.patch to address Dmitriy's comment.
                
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch, PIG-2953-2.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Commented] (PIG-2953) "which" utility does not exist on Windows

Posted by "Dmitriy V. Ryaboy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477486#comment-13477486 ] 

Dmitriy V. Ryaboy commented on PIG-2953:
----------------------------------------

+1
                
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Updated] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai updated PIG-2953:
----------------------------

    Attachment: PIG-2953-1.patch
    
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>          Components: grunt, parser, tools
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Commented] (PIG-2953) "which" utility does not exist on Windows

Posted by "Dmitriy V. Ryaboy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477487#comment-13477487 ] 

Dmitriy V. Ryaboy commented on PIG-2953:
----------------------------------------

actually, please use the Util functionality (see PIG-2943)
                
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Updated] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai updated PIG-2953:
----------------------------

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

Patch committed to 0.10/0.11/trunk.
                
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch, PIG-2953-2.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Updated] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai updated PIG-2953:
----------------------------

    Status: Patch Available  (was: Open)
    
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>          Components: grunt, parser, tools
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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

[jira] [Commented] (PIG-2953) "which" utility does not exist on Windows

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

Daniel Dai commented on PIG-2953:
---------------------------------

Actually Util is in test. Have to use the non-Util version without refactory.
                
> "which" utility does not exist on Windows
> -----------------------------------------
>
>                 Key: PIG-2953
>                 URL: https://issues.apache.org/jira/browse/PIG-2953
>             Project: Pig
>          Issue Type: Sub-task
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>         Attachments: PIG-2953-1.patch, PIG-2953-2.patch
>
>
> It is in StreamingCommandUtils.which(). This affects e2e tests ComputeSpec_4 and ComputeSpec_9. We shall use "where" instead on Windows.

--
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