[jira] Updated: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1551: --- Status: Open (was: Patch Available) Improve dynamic invokers to deal with no-arg methods and

[jira] Updated: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1551: --- Attachment: PIG_1551.2.patch Attaching patch that fixes the two errors Richard pointed out.

[jira] Updated: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1551: --- Status: Patch Available (was: Open) Improve dynamic invokers to deal with no-arg methods and

[jira] Updated: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-1205: Attachment: PIG_1205_8.patch Several updates continue Dmitriy's work. 1. Add unit test to HBaseStorage

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901787#action_12901787 ] Dmitriy V. Ryaboy commented on PIG-1205: Jeff, Thanks a lot for pitching in with the

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901799#action_12901799 ] Jeff Zhang commented on PIG-1205: - Dmitriy, The testcase of testLoadWithParameters_1 and

[jira] Updated: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-24 Thread niraj rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niraj rai updated PIG-1343: --- Attachment: 1343.patch This patch will generate an error, where a job has failed but MR does not return any

[jira] Updated: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-24 Thread niraj rai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] niraj rai updated PIG-1343: --- Status: Patch Available (was: Open) pig_log file missing even though Main tells it is creating one and an

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-24 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901924#action_12901924 ] Jeff Zhang commented on PIG-1205: - Dmitriy, I found the problem. This is really a bug of

[jira] Commented: (PIG-506) Does pig need a NATIVE keyword?

2010-08-24 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901946#action_12901946 ] Thejas M Nair commented on PIG-506: --- Unit test passed, and I committed the changes. But it

Re: Caster interface and byte conversion

2010-08-24 Thread Alan Gates
This seems fine. Is the Pig engine at any point testing to see if the interface is implemented and if so calling toBytes, or is this totally for use inside the store functions themselves to serialize Pig data types? Alan. On Aug 22, 2010, at 1:40 AM, Dmitriy Ryaboy wrote: The current

Re: is Hudson awol?

2010-08-24 Thread Alan Gates
Yes, our friend Hudson is ill again. Giri, Hudson's doctor, should get a chance to look at it in a few days. Alan. On Aug 23, 2010, at 3:31 PM, Dmitriy Ryaboy wrote: Haven't heard anything from Hudson in a while... -D

[jira] Updated: (PIG-1560) Build target 'checkstyle' fails

2010-08-24 Thread Giridharan Kesavan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan updated PIG-1560: Attachment: pig-1560.patch This patch fixes the checkstyle target build failure. Build

[jira] Updated: (PIG-1311) Pig interfaces should be clearly classified in terms of scope and stability

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1311: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. Pig interfaces should

[jira] Resolved: (PIG-1503) Label interfaces for audience and stability in org.apache.pig.backend package

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1503. - Resolution: Duplicate The remaining interfaces were labeled as part PIG-1311. Label interfaces for

Re: Caster interface and byte conversion

2010-08-24 Thread Alan Gates
One other comment. By making this part of an interface that extends LoadCaster you are assuming the implementing class is both a load and store function. It makes more sense to have a separate StoreCaster interface rather than extending LoadCaster. Alan. On Aug 24, 2010, at 9:18 AM,

[jira] Resolved: (PIG-1558) build.xml for site directory does not work

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-1558. - Resolution: Fixed Patch checked in. build.xml for site directory does not work

[jira] Updated: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-24 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-1559: Status: Resolved (was: Patch Available) Resolution: Fixed Patch checked in. Several things stated

[jira] Updated: (PIG-1562) Fix the version for the dependent packages for the maven

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1562: Fix Version/s: 0.8.0 Fix the version for the dependent packages for the maven

[jira] Commented: (PIG-1560) Build target 'checkstyle' fails

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901975#action_12901975 ] Olga Natkovich commented on PIG-1560: - please, commit Build target 'checkstyle' fails

[jira] Commented: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901979#action_12901979 ] Olga Natkovich commented on PIG-1559: - Looks like limit issue I was seeing has been

[jira] Commented: (PIG-1559) Several things stated in Pig philosophy page are out of date

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901984#action_12901984 ] Olga Natkovich commented on PIG-1559: - sorry, wrong JIRA Several things stated in Pig

[jira] Commented: (PIG-1557) couple of issue mapping aliases to jobs

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901985#action_12901985 ] Olga Natkovich commented on PIG-1557: - Looks like limit issue I was seeing has been

[jira] Commented: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12901992#action_12901992 ] Richard Ding commented on PIG-1551: --- The typo is still there: {code} private static final

[jira] Commented: (PIG-1205) Enhance HBaseStorage-- Make it support loading row key and implement StoreFunc

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902008#action_12902008 ] Dmitriy V. Ryaboy commented on PIG-1205: Ok, let's upgrade to 20.6 then. We could

[jira] Updated: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1551: --- Attachment: PIG_1551.3.patch Ugh. Thank you for catching that -- fixed, and added a test to

[jira] Commented: (PIG-1343) pig_log file missing even though Main tells it is creating one and an M/R job fails

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902030#action_12902030 ] Richard Ding commented on PIG-1343: --- The log file is created when running in batch mode,

[jira] Commented: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902042#action_12902042 ] Richard Ding commented on PIG-1551: --- +1. I'm fine with arrays of primitive types. I can't

Re: Caster interface and byte conversion

2010-08-24 Thread Dmitriy Ryaboy
As far as the toBytes methods -- I am not sure what they were originally for. They aren't actually called anywhere that I can find, except my new HBase stuff. You are right, I could make it two interfaces, but I consolidated them for simplicity of use/implementation. Now that I think about it, I

[jira] Commented: (PIG-1501) need to investigate the impact of compression on pig performance

2010-08-24 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902065#action_12902065 ] Thejas M Nair commented on PIG-1501: Comments on the patch - TFileStorage.java -

[jira] Updated: (PIG-1551) Improve dynamic invokers to deal with no-arg methods and array parameters

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1551: --- Status: Resolved (was: Patch Available) Release Note: The idea is simple:

[jira] Updated: (PIG-1354) UDFs for dynamic invocation of simple Java methods

2010-08-24 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy V. Ryaboy updated PIG-1354: --- Release Note: Please see PIG-1551 release notes. UDFs for dynamic invocation of simple Java

Re: Caster interface and byte conversion

2010-08-24 Thread Alan Gates
On Aug 24, 2010, at 1:22 PM, Dmitriy Ryaboy wrote: As far as the toBytes methods -- I am not sure what they were originally for. They aren't actually called anywhere that I can find, except my new HBase stuff. You are right, I could make it two interfaces, but I consolidated them for

[jira] Created: (PIG-1563) SUBSTRING function is broken

2010-08-24 Thread Olga Natkovich (JIRA)
SUBSTRING function is broken Key: PIG-1563 URL: https://issues.apache.org/jira/browse/PIG-1563 Project: Pig Issue Type: Bug Reporter: Olga Natkovich Assignee: Yan Zhou Fix

[jira] Updated: (PIG-1483) [piggybank] Add HadoopJobHistoryLoader to the piggybank

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1483: -- Attachment: PIG-1483_1.patch New patch adding unit test. [piggybank] Add HadoopJobHistoryLoader to the

[jira] Updated: (PIG-1483) [piggybank] Add HadoopJobHistoryLoader to the piggybank

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1483: -- Status: Patch Available (was: Open) [piggybank] Add HadoopJobHistoryLoader to the piggybank

Fwd: hudson patch test jobs : hadoop pig and zookeeper

2010-08-24 Thread Alan Gates
Begin forwarded message: From: Giridharan Kesavan gkesa...@yahoo-inc.com Date: August 24, 2010 4:38:46 PM PDT To: gene...@hadoop.apache.org gene...@hadoop.apache.org Subject: hudson patch test jobs : hadoop pig and zookeeper Reply-To: gene...@hadoop.apache.org gene...@hadoop.apache.org Hi,

[jira] Updated: (PIG-1514) Migrate logical optimization rule: OpLimitOptimizer

2010-08-24 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1514: Status: Patch Available (was: Open) Migrate logical optimization rule: OpLimitOptimizer

[jira] Updated: (PIG-1514) Migrate logical optimization rule: OpLimitOptimizer

2010-08-24 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1514: Status: Open (was: Patch Available) Migrate logical optimization rule: OpLimitOptimizer

[jira] Updated: (PIG-1514) Migrate logical optimization rule: OpLimitOptimizer

2010-08-24 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated PIG-1514: Attachment: jira-1514-1.patch Regenerate patch to fix unit test fail. Migrate logical optimization rule:

[jira] Updated: (PIG-1321) Logical Optimizer: Merge cascading foreach

2010-08-24 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1321: - Status: Open (was: Patch Available) Logical Optimizer: Merge cascading foreach

[jira] Updated: (PIG-1321) Logical Optimizer: Merge cascading foreach

2010-08-24 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1321: - Attachment: jira-1321-2.patch Regenerate the patch to fix some test failures as well as rebasing with

[jira] Updated: (PIG-1321) Logical Optimizer: Merge cascading foreach

2010-08-24 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated PIG-1321: - Status: Patch Available (was: Open) Logical Optimizer: Merge cascading foreach

[jira] Updated: (PIG-1557) couple of issue mapping aliases to jobs

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1557: -- Attachment: PIG-1557_1.patch New patch adds a unit test. couple of issue mapping aliases to jobs

[jira] Updated: (PIG-1557) couple of issue mapping aliases to jobs

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1557: -- Status: Patch Available (was: Open) Hadoop Flags: [Reviewed] couple of issue mapping aliases

[jira] Updated: (PIG-1557) couple of issue mapping aliases to jobs

2010-08-24 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Ding updated PIG-1557: -- Status: Resolved (was: Patch Available) Resolution: Fixed couple of issue mapping aliases to

[jira] Commented: (PIG-1563) SUBSTRING function is broken

2010-08-24 Thread Olga Natkovich (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902211#action_12902211 ] Olga Natkovich commented on PIG-1563: - The same needs to be done (and we need unit tests)

[jira] Updated: (PIG-1564) add support for multiple filesystems

2010-08-24 Thread Andrew Hitchcock (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Hitchcock updated PIG-1564: -- Attachment: PIG-1564-1.patch At the moment you can not say read from S3N and write to HDFS in

[jira] Created: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-24 Thread Andrew Hitchcock (JIRA)
additional piggybank datetime and string UDFs - Key: PIG-1565 URL: https://issues.apache.org/jira/browse/PIG-1565 Project: Pig Issue Type: Improvement Reporter: Andrew Hitchcock Pig

[jira] Updated: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-24 Thread Andrew Hitchcock (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Hitchcock updated PIG-1565: -- Status: Patch Available (was: Open) additional piggybank datetime and string UDFs

[jira] Updated: (PIG-1565) additional piggybank datetime and string UDFs

2010-08-24 Thread Andrew Hitchcock (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Hitchcock updated PIG-1565: -- Attachment: PIG-1565-1.patch This patch provides a number of UDFs written by the Amazon Elastic

[jira] Updated: (PIG-1518) multi file input format for loaders

2010-08-24 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1518: -- Status: Open (was: Patch Available) multi file input format for loaders ---

[jira] Updated: (PIG-1518) multi file input format for loaders

2010-08-24 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1518: -- Status: Patch Available (was: Open) multi file input format for loaders ---

[jira] Updated: (PIG-1518) multi file input format for loaders

2010-08-24 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1518: -- Attachment: PIG-1518.patch Minor polish of a debugging code inside comments multi file input format for