You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yan Zhou (JIRA)" <ji...@apache.org> on 2009/10/02 19:47:23 UTC

[jira] Created: (PIG-991) A few minor bugs as described in the Description section

A few minor bugs as described in the Description section
--------------------------------------------------------

                 Key: PIG-991
                 URL: https://issues.apache.org/jira/browse/PIG-991
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.4.0
            Reporter: Yan Zhou
            Assignee: Yan Zhou
            Priority: Minor
             Fix For: 0.6.0


1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
2) the default compression is changed from "lzo" to "gz" for gzip;
3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Yan Zhou updated PIG-991:
-------------------------

    Description: 
1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
2) the default compression is changed from "lzo" to "gz" for gzip;
3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
6) and 7) a couple of issues reported in Jira917.

  was:
1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
2) the default compression is changed from "lzo" to "gz" for gzip;
3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.

        Summary: [zebra] A few minor bugs as described in the Description section  (was: A few minor bugs as described in the Description section)

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Yan Zhou updated PIG-991:
-------------------------

    Release Note: Patch should be applied after that of Jira987.
          Status: Patch Available  (was: Open)

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Commented: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Gaurav Jain commented on PIG-991:
---------------------------------



Patch Reviewed 
+1

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Yan Zhou updated PIG-991:
-------------------------

    Attachment: Bugs.patch

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Raghu Angadi updated PIG-991:
-----------------------------

    Attachment: Bugs-2.patch

I am committing a slightly modified patch. I removed the following lines that modified build.xml at the top level. Please ask one of the PIG committers to commit that change.

The part that is removed :
{noformat}
@@ -940,4 +942,13 @@

      <target name="published" depends="ivy-publish-local, maven-artifacts"/>

+    <target name="pig-test">
+    <jar
+      jarfile="${build.dir}/pig-test-${version}.jar"
+      basedir="${build.dir}/test/classes"
+      excludes="**/Test*.class"
+    >
+    </jar>
+    </target>
+
 </project>
{noformat}

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs-2.patch, Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Raghu Angadi updated PIG-991:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Yan.

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs-2.patch, Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Commented: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Hadoop QA commented on PIG-991:
-------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12421138/Bugs.patch
  against trunk revision 821101.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 18 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/57/console

This message is automatically generated.

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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


[jira] Updated: (PIG-991) [zebra] A few minor bugs as described in the Description section

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

Raghu Angadi updated PIG-991:
-----------------------------

    Release Note:   (was: Patch should be applied after that of Jira987.)

bq. Patch should be applied after that of Jira987.

[moved above comment from 'Release Notes' to this comment].

> [zebra] A few minor bugs as described in the Description section
> ----------------------------------------------------------------
>
>                 Key: PIG-991
>                 URL: https://issues.apache.org/jira/browse/PIG-991
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Yan Zhou
>            Assignee: Yan Zhou
>            Priority: Minor
>             Fix For: 0.6.0
>
>         Attachments: Bugs.patch
>
>
> 1) "lzo2" was used as the compressor name for the LZO compression algorithm; it should be "lzo" instead;
> 2) the default compression is changed from "lzo" to "gz" for gzip;
> 3) In JAVACC file SchemaParser.jjt, the package name was wrong using the old "package org.apache.pig.table.types";
> 4) in build.xml, two new javacc targets are added to generate TableSchemaParser and TableStorageParser java codes;
> 5) Support of column group security ( https://issues.apache.org/jira/browse/PIG-987 ) lacked support of the dumpinfo method: the groups and permissions were not displayed. Note that as a consequence, the patch herein must be applied after that of JIRA987.
> 6) and 7) a couple of issues reported in Jira917.

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