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/09/23 23:03:26 UTC

[jira] [Created] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

Some more bin/pig, build.xml cleanup for 0.9.1
----------------------------------------------

                 Key: PIG-2301
                 URL: https://issues.apache.org/jira/browse/PIG-2301
             Project: Pig
          Issue Type: Bug
          Components: impl
            Reporter: Daniel Dai
            Assignee: Daniel Dai
            Priority: Critical
             Fix For: 0.9.1, 0.10


There are several more cleanup need to go into 0.9.1:
1. Cleanup redundant bin/pig code after PIG-2284
2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Attachment: PIG-2301-1.patch

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup redundant bin/pig code after PIG-2284
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Attachment: PIG-2301-1.patch

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup redundant bin/pig code after PIG-2284
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Attachment:     (was: PIG-2301-1.patch)

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup redundant bin/pig code after PIG-2284
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Resolved] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai resolved PIG-2301.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Patch committed to both trunk and 0.9 branch.
                
> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup bin/pig
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig.jar" and "pig-withouthadoop.jar"
> 4. add jython.jar into classpath in develop setup

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

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

+1

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup bin/pig
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig.jar" and "pig-withouthadoop.jar"
> 4. add jython.jar into classpath in develop setup

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Attachment: PIG-2301-1.patch

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup redundant bin/pig code after PIG-2284
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Attachment:     (was: PIG-2301-1.patch)

> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup redundant bin/pig code after PIG-2284
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"

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

        

[jira] [Updated] (PIG-2301) Some more bin/pig, build.xml cleanup for 0.9.1

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

Daniel Dai updated PIG-2301:
----------------------------

    Description: 
There are several more cleanup need to go into 0.9.1:
1. Cleanup bin/pig
2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
3. ant default target should build both "pig.jar" and "pig-withouthadoop.jar"
4. add jython.jar into classpath in develop setup

  was:
There are several more cleanup need to go into 0.9.1:
1. Cleanup redundant bin/pig code after PIG-2284
2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
3. ant default target should build both "pig-all.jar" and "pig-withouthadoop.jar"


> Some more bin/pig, build.xml cleanup for 0.9.1
> ----------------------------------------------
>
>                 Key: PIG-2301
>                 URL: https://issues.apache.org/jira/browse/PIG-2301
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>            Priority: Critical
>             Fix For: 0.9.1, 0.10
>
>         Attachments: PIG-2301-1.patch
>
>
> There are several more cleanup need to go into 0.9.1:
> 1. Cleanup bin/pig
> 2. Use "HADOOP_PREFIX" in addition to "HADOOP_HOME" to avoid deprecate warning
> 3. ant default target should build both "pig.jar" and "pig-withouthadoop.jar"
> 4. add jython.jar into classpath in develop setup

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