You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Gaurav Jain (JIRA)" <ji...@apache.org> on 2010/02/16 20:27:36 UTC

[jira] Created: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

[Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
-------------------------------------------------------------------------------------

                 Key: PIG-1240
                 URL: https://issues.apache.org/jira/browse/PIG-1240
             Project: Pig
          Issue Type: Improvement
    Affects Versions: 0.7.0
            Reporter: Gaurav Jain
            Assignee: Gaurav Jain
            Priority: Minor
             Fix For: 0.7.0



Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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


[jira] Closed: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

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

Daniel Dai closed PIG-1240.
---------------------------


> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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


[jira] Commented: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

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

Yan Zhou commented on PIG-1240:
-------------------------------

Results of Hudson run on the load-store-redesign  branch:

-1 overall.
 
+1 @author.  The patch does not contain any @author tags.
 
 -1 tests included.  The patch doesn't appear to include any new or modified tests.
                           Please justify why no tests are needed for this patch.

+1 javadoc.  The javadoc tool did not generate any warning messages.

+1 javac.  The applied patch does not increase the total number of javac compiler warnings.

+1 findbugs.  The patch does not introduce any new Findbugs warnings.

No tests are needed for this manifest change.
 +1 release audit.  The applied patch does not increase the total number of release audit warnings.


> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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


[jira] Commented: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

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

Yan Zhou commented on PIG-1240:
-------------------------------

+1

> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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


[jira] Updated: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

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

Gaurav Jain updated PIG-1240:
-----------------------------

    Attachment: PIG-1240.patch


Old looked like:

--------------------------------------------------------------------------------------------
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 14.0-b16 (Sun Microsystems Inc.)
Main-class:   org.apache.hadoop.zebra.io.BasicTable
--------------------------------------------------------------------------------------------


New Manifest file would look like

++++++++++++++++++++++++++++
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 14.0-b16 (Sun Microsystems Inc.)

Name: org/apache/hadoop/zebra
Implementation-Vendor: Apache
Implementation-Title: Zebra
Implementation-Version: 0.7.0-dev
Build-TimeStamp: Feb 16 2010, 20:17:07
Svn-Revision: 910376
+++++++++++++++++++++++++++++


Zebra is a libarary and does not have a main-class. So Main-class attribute is removed .

> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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


[jira] Resolved: (PIG-1240) [Zebra] suggestion to have zebra manifest file contain version and svn-revision etc.

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

Yan Zhou resolved PIG-1240.
---------------------------

    Resolution: Fixed

Patch commited to the load-store-redesign branch.

> [Zebra]  suggestion to have zebra manifest file contain version and svn-revision etc.
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-1240
>                 URL: https://issues.apache.org/jira/browse/PIG-1240
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.7.0
>            Reporter: Gaurav Jain
>            Assignee: Gaurav Jain
>            Priority: Minor
>             Fix For: 0.7.0
>
>         Attachments: PIG-1240.patch
>
>
> Zebra jars' manifest file sld  have zebra manifest file contain version and svn-revision etc.

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