Grokbase Groups Pig dev December 2009
FAQ
pig command line -M option doesn't support table union correctly (comma seperated paths)
----------------------------------------------------------------------------------------

Key: PIG-1158
URL: https://issues.apache.org/jira/browse/PIG-1158
Project: Pig
Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Jing Huang
Fix For: 0.7.0


for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
i see this errror from stand out:
[main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.


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

Search Discussions

  • Olga Natkovich (JIRA) at Dec 17, 2009 at 2:13 am
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Olga Natkovich reassigned PIG-1158:
    -----------------------------------

    Assignee: Richard Ding
    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Richard Ding (JIRA) at Dec 18, 2009 at 7:14 pm
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792589#action_12792589 ]

    Richard Ding commented on PIG-1158:
    -----------------------------------

    Without -M option Pig converts paths to their absolute locations before passing them to the loaders/storers. With -M option, Pig passes the paths "as is" to the loaders/storers.

    This distinction seems to be obsolete. The fix will be to convert paths to their absolute locations in both cases.


    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Richard Ding (JIRA) at Dec 18, 2009 at 9:10 pm
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Richard Ding updated PIG-1158:
    ------------------------------

    Status: Patch Available (was: Open)
    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0

    Attachments: PIG-1158.patch


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Richard Ding (JIRA) at Dec 18, 2009 at 9:10 pm
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Richard Ding updated PIG-1158:
    ------------------------------

    Attachment: PIG-1158.patch
    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0

    Attachments: PIG-1158.patch


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Hadoop QA (JIRA) at Dec 19, 2009 at 5:26 am
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792786#action_12792786 ]

    Hadoop QA commented on PIG-1158:
    --------------------------------

    +1 overall. Here are the results of testing the latest attachment
    http://issues.apache.org/jira/secure/attachment/12428482/PIG-1158.patch
    against trunk revision 892408.

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

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

    +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.

    +1 release audit. The applied patch does not increase the total number of release audit warnings.

    +1 core tests. The patch passed core unit tests.

    +1 contrib tests. The patch passed contrib unit tests.

    Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/143/testReport/
    Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/143/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
    Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h8.grid.sp2.yahoo.net/143/console

    This message is automatically generated.
    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0

    Attachments: PIG-1158.patch


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Olga Natkovich (JIRA) at Dec 21, 2009 at 8:17 pm
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Olga Natkovich updated PIG-1158:
    --------------------------------

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

    patch committed to the trunk. Thanks, Richard
    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0

    Attachments: PIG-1158.patch


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
  • Daniel Dai (JIRA) at May 14, 2010 at 6:48 am
    [ https://issues.apache.org/jira/browse/PIG-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

    Daniel Dai closed PIG-1158.
    ---------------------------

    pig command line -M option doesn't support table union correctly (comma seperated paths)
    ----------------------------------------------------------------------------------------

    Key: PIG-1158
    URL: https://issues.apache.org/jira/browse/PIG-1158
    Project: Pig
    Issue Type: Bug
    Affects Versions: 0.6.0
    Reporter: Jing Huang
    Assignee: Richard Ding
    Fix For: 0.7.0

    Attachments: PIG-1158.patch


    for example, load (1.txt,2.txt) USING org.apache.hadoop.zebra.pig.TableLoader()
    i see this errror from stand out:
    [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2100: hdfs://gsbl90380.blue.ygrid.yahoo.com/user/hadoopqa/1.txt,2.txt does not exist.
    --
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupdev @
categoriespig, hadoop
postedDec 17, '09 at 1:57a
activeMay 14, '10 at 6:48a
posts8
users1
websitepig.apache.org

1 user in discussion

Daniel Dai (JIRA): 8 posts

People

Translate

site design / logo © 2023 Grokbase