[jira] Updated: (PIG-905) TOKENIZE throws exception on null data

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-905: --- Attachment: PIG-905-1.patch Include null handling suggested by Olga. For Jeff's comment on DataByteArray, it is

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-05 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-901: --- Status: Open (was: Patch Available) resubmitting to hudson patch queue > InputSplit (SliceWra

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-05 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-901: --- Status: Patch Available (was: Open) > InputSplit (SliceWrapper) created by Pig is big in size d

pig patch test builds

2009-08-05 Thread Giridharan Kesavan
Sendmail issue on hudson.zones is fixed and the pig patch build is restarted. Thanks, -Giri

RE: pig patch test builds

2009-08-05 Thread Giridharan Kesavan
If you have changed the jira status to patch available in the last couple of days please resubmit your patch for hudson to pick your patch for testing. -Giri From: Giridharan Kesavan Sent: Wednesday, August 05, 2009 7:31 PM To: 'pig-dev@hadoop.apache.org' Cc: Nigel Daley; Olga Natkovich Subject

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-05 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Open (was: Patch Available) > support cast of chararray to other simple types > ---

[jira] Updated: (PIG-893) support cast of chararray to other simple types

2009-08-05 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-893: --- Status: Patch Available (was: Open) > support cast of chararray to other simple types > ---

[jira] Commented: (PIG-905) TOKENIZE throws exception on null data

2009-08-05 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739527#action_12739527 ] Olga Natkovich commented on PIG-905: I think we should also check for null or empty input

[jira] Commented: (PIG-893) support cast of chararray to other simple types

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739568#action_12739568 ] Dmitriy V. Ryaboy commented on PIG-893: --- Jeff, Thanks for the contribution! Just a few c

[jira] Updated: (PIG-660) Integration with Hadoop 0.20

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-660: -- Attachment: pig_660_shims_2.patch Sure is.. uploading a patch with the fixed package name. > Int

[jira] Commented: (PIG-909) Allow Pig executable to use hadoop jars not bundled with pig

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739570#action_12739570 ] Dmitriy V. Ryaboy commented on PIG-909: --- Sorry I am being slow -- which libraries are mi

Hudson build is back to normal: Pig-Patch-minerva.apache.org #147

2009-08-05 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/147/changes

[jira] Commented: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739583#action_12739583 ] Hadoop QA commented on PIG-901: --- +1 overall. Here are the results of testing the latest attachm

[jira] Commented: (PIG-909) Allow Pig executable to use hadoop jars not bundled with pig

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739639#action_12739639 ] Daniel Dai commented on PIG-909: Hi, Dmitriy, Notice pig.jar is not in the classpath. So javac

[jira] Commented: (PIG-909) Allow Pig executable to use hadoop jars not bundled with pig

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739643#action_12739643 ] Dmitriy V. Ryaboy commented on PIG-909: --- Oh I see. I have this in my bashrc: export PIG

[jira] Updated: (PIG-905) TOKENIZE throws exception on null data

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-905: --- Attachment: PIG-905-2.patch Address Olga's comments and add unit test > TOKENIZE throws exception on null data

[jira] Updated: (PIG-905) TOKENIZE throws exception on null data

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-905: --- Fix Version/s: 0.4.0 Affects Version/s: 0.3.0 Status: Patch Available (was: Open) > TOKE

[jira] Commented: (PIG-891) Fixing dfs statement for Pig

2009-08-05 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739652#action_12739652 ] Alan Gates commented on PIG-891: +1 to Pradeep's suggestion. I think it would be better for P

[jira] Commented: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-05 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739669#action_12739669 ] Olga Natkovich commented on PIG-901: +1 on the patch to the trunk > InputSplit (SliceWrap

[jira] Created: (PIG-910) PushUpFilter: Filter after skew LOJoin generates an error

2009-08-05 Thread Daniel Dai (JIRA)
PushUpFilter: Filter after skew LOJoin generates an error - Key: PIG-910 URL: https://issues.apache.org/jira/browse/PIG-910 Project: Pig Issue Type: Bug Components: impl A

[jira] Updated: (PIG-910) PushUpFilter: Filter after skew LOJoin generates an error

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-910: --- Attachment: PIG-910-1.patch Can you take a look of this patch, Santhosh? Thanks > PushUpFilter: Filter after s

[jira] Updated: (PIG-910) PushUpFilter: Filter after skew LOJoin generates an error

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-910: --- Status: Patch Available (was: Open) > PushUpFilter: Filter after skew LOJoin generates an error > -

[jira] Created: (PIG-911) [Piggybank] SequenceFileLoader

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[Piggybank] SequenceFileLoader --- Key: PIG-911 URL: https://issues.apache.org/jira/browse/PIG-911 Project: Pig Issue Type: New Feature Reporter: Dmitriy V. Ryaboy The proposed piggybank contributio

[jira] Updated: (PIG-911) [Piggybank] SequenceFileLoader

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-911: -- Attachment: pig_sequencefile.patch The attached patch is an initial implementation of a loader for

[jira] Updated: (PIG-911) [Piggybank] SequenceFileLoader

2009-08-05 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-911: -- Status: Patch Available (was: Open) > [Piggybank] SequenceFileLoader > -

[jira] Commented: (PIG-910) PushUpFilter: Filter after skew LOJoin generates an error

2009-08-05 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739783#action_12739783 ] Daniel Dai commented on PIG-910: I discussed with Santhosh, this issue is addressed by PIG-697

[jira] Updated: (PIG-901) InputSplit (SliceWrapper) created by Pig is big in size due to serialized PigContext

2009-08-05 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-901: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Patc

What is the purpose of junit.hadoop.conf ?

2009-08-05 Thread Dmitriy Ryaboy
While working on shimming hadoop versions for Pig, I noticed that dong 'ant test' created a directory called 'pigtest' in my home directory. This was caused by the following line in build.xml: It also didn't get cleaned out by 'ant clean', naturally, so ant test kept producing amusingly inconsis

build failures on hudson zones

2009-08-05 Thread Giridharan Kesavan
Build on hudson.zones are failing as the zonestorage for hudson is full. I 've sent an email to the ASF infra team about the space issues on hudson zones. Once the issues is resolved I would restart hudson for builds. Thanks, Giri

BUILDS ARE BACK NORMAL

2009-08-05 Thread Giridharan Kesavan
Restarted all the build jobs on hudson; Builds are running fine. Build failures are due to " /tmp: File system full, swap space limit exceeded " Thanks, -Giri > -Original Message- > From: Giridharan Kesavan [mailto:gkesa...@yahoo-inc.com] > Sent: Thursday, August 06, 2009 9:16 AM > To: m