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 2010/01/06 19:23:54 UTC

[jira] Created: (PIG-1180) Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory

Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory
----------------------------------------------------------------------------------------------------------------

                 Key: PIG-1180
                 URL: https://issues.apache.org/jira/browse/PIG-1180
             Project: Pig
          Issue Type: Bug
          Components: impl
    Affects Versions: 0.6.0
            Reporter: Daniel Dai
            Assignee: Daniel Dai
             Fix For: 0.6.0


Piggybank depends on pig.jar to compile. If we build pig using the option "ant jar-withouthadoop", we only get pig-withouthadoop.jar. In this case, piggybank should look for pig-withouthadoop.jar. 

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


[jira] Updated: (PIG-1180) Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory

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

Daniel Dai updated PIG-1180:
----------------------------

    Attachment: PIG-1180-1.patch

pig.jar have higher priority than pig-withouthadoop.jar. If pig.jar exists, use pig.jar first, if not, then look for pig-withouthadoop.jar.

> Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1180
>                 URL: https://issues.apache.org/jira/browse/PIG-1180
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.6.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.6.0
>
>         Attachments: PIG-1180-1.patch
>
>
> Piggybank depends on pig.jar to compile. If we build pig using the option "ant jar-withouthadoop", we only get pig-withouthadoop.jar. In this case, piggybank should look for pig-withouthadoop.jar. 

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


[jira] Resolved: (PIG-1180) Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory

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

Daniel Dai resolved PIG-1180.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

This patch is applied to build.xml only. No need for hudson process. Patch committed to trunk and 0.6 branch. 

> Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1180
>                 URL: https://issues.apache.org/jira/browse/PIG-1180
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.6.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.6.0
>
>         Attachments: PIG-1180-1.patch
>
>
> Piggybank depends on pig.jar to compile. If we build pig using the option "ant jar-withouthadoop", we only get pig-withouthadoop.jar. In this case, piggybank should look for pig-withouthadoop.jar. 

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


[jira] Commented: (PIG-1180) Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory

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

Olga Natkovich commented on PIG-1180:
-------------------------------------

+1

> Piggybank should compile even if we only have "pig-withouthadoop.jar" but no "pig.jar" in the pig home directory
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1180
>                 URL: https://issues.apache.org/jira/browse/PIG-1180
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.6.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.6.0
>
>         Attachments: PIG-1180-1.patch
>
>
> Piggybank depends on pig.jar to compile. If we build pig using the option "ant jar-withouthadoop", we only get pig-withouthadoop.jar. In this case, piggybank should look for pig-withouthadoop.jar. 

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