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 2011/03/07 20:23:59 UTC

[jira] Created: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

Fix pig-withouthadoop.jar to contains proper jars
-------------------------------------------------

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


pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

Daniel Dai updated PIG-1887:
----------------------------

    Attachment: PIG-1887-1.patch

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

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

+1

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

Daniel Dai resolved PIG-1887.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

Patch committed to trunk.

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

Eric Yang commented on PIG-1887:
--------------------------------

Great, thanks Daniel.  :)

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

Eric Yang commented on PIG-1887:
--------------------------------

-1 Bundling HBase in withouthadoop.jar is not right.  HBase should be treated the same as Hadoop to avoid problem where bundled HBase is incompatible with system provided hadoop.

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

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

Agreed with Eric. 
Not only that, but users may want to use other hbase jars that are api-compatible (like 0.90.1 and 0.90.2..)
Plus this won't make hbase runnable anyway -- it needs zookeeper and guava, too.


> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (PIG-1887) Fix pig-withouthadoop.jar to contains proper jars

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

Daniel Dai commented on PIG-1887:
---------------------------------

Yes, actually I take out the hbase part when I commit.

> Fix pig-withouthadoop.jar to contains proper jars
> -------------------------------------------------
>
>                 Key: PIG-1887
>                 URL: https://issues.apache.org/jira/browse/PIG-1887
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>         Attachments: PIG-1887-1.patch
>
>
> pig-withouthadoop.jar miss some libraries after new parser check in. It is not runnable now. We should fix it with reference to how we build pig.jar.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira