[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2011-03-07 Thread Alexander Lehmann (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003335#comment-13003335 ] Alexander Lehmann commented on PIG-366: --- Is it allowed to open new issues for PigPen in

[jira] Commented: (PIG-366) PigPen - Eclipse plugin for a graphical PigLatin editor

2011-03-07 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003417#comment-13003417 ] Olga Natkovich commented on PIG-366: Its is absolutely allowed and encouraged to create

[jira] Commented: (PIG-1830) Type mismatch error in key from map, when doing GROUP on PigStorageSchema() variable

2011-03-07 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003420#comment-13003420 ] Olga Natkovich commented on PIG-1830: - I think it would be good to add a test that

Re: Failing Test org.apache.pig.parser.TestLogicalPlanGenerator

2011-03-07 Thread Dmitriy Ryaboy
I am certain I have a clean tree. TestDBStorage: The error with the table already existing is caused by another test in the same test suite creating the table, and not dropping it. Pretty sure this test has been failing for a while. TestLogicalPlanGenerator: Hardcoded path may have started

[jira] Commented: (PIG-1830) Type mismatch error in key from map, when doing GROUP on PigStorageSchema() variable

2011-03-07 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003448#comment-13003448 ] Dmitriy V. Ryaboy commented on PIG-1830: Olga, it's there: +/** + * See

[jira] Commented: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-07 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003449#comment-13003449 ] Alan Gates commented on PIG-1881: - The reason for not opening this up is that it exposes the

[jira] Commented: (PIG-1830) Type mismatch error in key from map, when doing GROUP on PigStorageSchema() variable

2011-03-07 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003455#comment-13003455 ] Olga Natkovich commented on PIG-1830: - sorry, Dmitriy, I missed it Type mismatch error

[jira] Updated: (PIG-1861) The pig script stored in the Hadoop History logs is stored as a concatenated string without whitespace this causes problems when attempting to extract and execute the script

2011-03-07 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1861: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

Review Request: Typed map for Pig

2011-03-07 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/472/ --- Review request for pig. Summary --- Currently Pig map type is untyped,

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

2011-03-07 Thread Daniel Dai (JIRA)
[ 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

[jira] Updated: (PIG-1888) Fix TestLogicalPlanGenerator not use hardcoded path

2011-03-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1888: Attachment: PIG-1888-1.patch Fix TestLogicalPlanGenerator not use hardcoded path

[jira] Created: (PIG-1888) Fix TestLogicalPlanGenerator not use hardcoded path

2011-03-07 Thread Daniel Dai (JIRA)
Fix TestLogicalPlanGenerator not use hardcoded path --- Key: PIG-1888 URL: https://issues.apache.org/jira/browse/PIG-1888 Project: Pig Issue Type: Bug Components: impl Affects

[jira] Commented: (PIG-1881) Need a special interface for Penny (Inspector Gadget)

2011-03-07 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003547#comment-13003547 ] Santhosh Srinivasan commented on PIG-1881: -- The one time argument is a little bit

Re: Failing Test org.apache.pig.parser.TestLogicalPlanGenerator

2011-03-07 Thread Daniel Dai
It hardcoded my working directory. I promise I didn't do that :). Create PIG-1888 for it. Daniel On 03/06/2011 05:16 PM, Dmitriy Ryaboy wrote: I just pulled trunk, did ant clean + ant test, and I see this test failing. It seems that there are some hardcoded paths in there: Failed to

Build failed in Jenkins: Pig-trunk-commit #686

2011-03-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Pig-trunk-commit/686/changes Changes: [thejas] PIG-1884: Change ReadToEndLoader.setLocation not throw UnsupportedOperationException [daijy] PIG-1887: Fix pig-withouthadoop.jar to contains proper jars --

[jira] Updated: (PIG-1837) Error while using IsEmpty function

2011-03-07 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1837: -- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

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

2011-03-07 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003594#comment-13003594 ] Eric Yang commented on PIG-1887: -1 Bundling HBase in withouthadoop.jar is not right. HBase

Build failed in Jenkins: Pig-trunk-commit #687

2011-03-07 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Pig-trunk-commit/687/changes Changes: [rding] PIG-1837: Error while using IsEmpty function -- [...truncated 5397 lines...] [ivy:resolve] found org.apache.ftpserver#ftplet-api;1.0.0 in maven2 [ivy:resolve] found

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

2011-03-07 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003604#comment-13003604 ] Dmitriy V. Ryaboy commented on PIG-1887: Agreed with Eric. Not only that, but users

[jira] Updated: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1889: - Attachment: pig-1889.txt bin/pig should pick up HBase configuration from HBASE_CONF_DIR

[jira] Created: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
bin/pig should pick up HBase configuration from HBASE_CONF_DIR -- Key: PIG-1889 URL: https://issues.apache.org/jira/browse/PIG-1889 Project: Pig Issue Type: Improvement Affects

[jira] Commented: (PIG-1618) Switch to new parser generator technology

2011-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003663#comment-13003663 ] Xuefu Zhang commented on PIG-1618: -- I think the behavior change was largely due to the way

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

2011-03-07 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003678#comment-13003678 ] Eric Yang commented on PIG-1887: Great, thanks Daniel. :) Fix pig-withouthadoop.jar to

[jira] Commented: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003680#comment-13003680 ] Eric Yang commented on PIG-1889: For the default /etc/hbase/conf apth, could we make it

[jira] Updated: (PIG-1188) Padding nulls to the input tuple according to input schema

2011-03-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1188: Attachment: PIG-1188-1.patch Padding nulls to the input tuple according to input schema

[jira] Updated: (PIG-1862) Pig returns exit code 0 for the failed Pig script due to non-existing input directory

2011-03-07 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1862: -- Attachment: PIG-1862_1.patch Rebase the patch against trunk. Pig returns exit code 0 for the failed

[jira] Commented: (PIG-1888) Fix TestLogicalPlanGenerator not use hardcoded path

2011-03-07 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003738#comment-13003738 ] Xuefu Zhang commented on PIG-1888: -- +1 Fix TestLogicalPlanGenerator not use hardcoded

[jira] Updated: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated PIG-1889: - Attachment: pig-1889.txt Done. bin/pig should pick up HBase configuration from HBASE_CONF_DIR

[jira] Commented: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Eric Yang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003749#comment-13003749 ] Eric Yang commented on PIG-1889: +1 Looks good. Thanks Todd. bin/pig should pick up HBase

[jira] Updated: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1889: --- Resolution: Fixed Status: Resolved (was: Patch Available) Committed. Thanks Todd.

[jira] Closed: (PIG-1889) bin/pig should pick up HBase configuration from HBASE_CONF_DIR

2011-03-07 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy closed PIG-1889. -- bin/pig should pick up HBase configuration from HBASE_CONF_DIR

[jira] Resolved: (PIG-1888) Fix TestLogicalPlanGenerator not use hardcoded path

2011-03-07 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai resolved PIG-1888. - Resolution: Fixed Hadoop Flags: [Reviewed] Patch committed to trunk. Fix TestLogicalPlanGenerator

PIG-671

2011-03-07 Thread deepak kumar v
Hi Pig Developers, This is my first dive into open source contribution and i hope to dive deep. I was going through https://issues.apache.org/jira/browse/PIG-671 and observed the following with COUNT.java COUNT.exec() always retrieves the first item from input tuple which it assumes is a bag and

Re: PIG-671

2011-03-07 Thread Dmitriy Ryaboy
Actually I think if you just implement getArgToFuncMapping for COUNT, where you only return a mapping for a single bag argument, pig will notice that the wrong number of args is supplied during the compilation phase and no runtime exceptions will be required. I haven't checked how well the