[jira] Commented: (PIG-6) Addition of Hbase Storage Option In Load/Store Statement

2009-06-01 Thread Amr Awadallah (JIRA)
[ https://issues.apache.org/jira/browse/PIG-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715385#action_12715385 ] Amr Awadallah commented on PIG-6: - Any progress on this? > Addition of Hbase Storage Option In

[jira] Commented: (PIG-825) PIG_HADOOP_VERSION should be 18

2009-06-01 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PIG-825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715368#action_12715368 ] Hudson commented on PIG-825: Integrated in Pig-trunk #460 (See [http://hudson.zones.apache.org/hu

Build failed in Hudson: Pig-Patch-minerva.apache.org #65

2009-06-01 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/65/changes Changes: [gates] PIG-825: PIG_HADOOP_VERSION should be set to 18. [olga] PIG-802: PERFORMANCE: not creating bags for ORDER BY (serakesh via olgan) [pradeepkth] PIG-816: PigStorage() does not accept Unicode ch

[jira] Commented: (PIG-796) support conversion from numeric types to chararray

2009-06-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715325#action_12715325 ] Pradeep Kamath commented on PIG-796: A few comments: - In TestPOCast.java the variables ca

[jira] Created: (PIG-829) DECLARE statement stop processing after special characters such as dot "." , "+" "%" etc..

2009-06-01 Thread Viraj Bhat (JIRA)
DECLARE statement stop processing after special characters such as dot "." , "+" "%" etc.. -- Key: PIG-829 URL: https://issues.apache.org/jira/browse/PIG-829 Proj

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-01 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Kamath updated PIG-796: --- Status: Patch Available (was: Open) > support conversion from numeric types to chararray > ---

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

2009-06-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated PIG-753: --- Status: Open (was: Patch Available) > Provide support for UDFs without parameters > ---

[jira] Commented: (PIG-753) Provide support for UDFs without parameters

2009-06-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715312#action_12715312 ] Alan Gates commented on PIG-753: The patch should include a unit tests that to test whether a

[jira] Updated: (PIG-796) support conversion from numeric types to chararray

2009-06-01 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan updated PIG-796: - Attachment: 796.patch updated patch. This patch fixes the following issue: Sometimes (e.g. when val

[jira] Updated: (PIG-828) Problem accessing a tuple within a bag

2009-06-01 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Bhat updated PIG-828: --- Attachment: tupleacc.pig studenttab5 Input script and data. > Problem accessing a tuple within

[jira] Created: (PIG-828) Problem accessing a tuple within a bag

2009-06-01 Thread Viraj Bhat (JIRA)
Problem accessing a tuple within a bag -- Key: PIG-828 URL: https://issues.apache.org/jira/browse/PIG-828 Project: Pig Issue Type: Bug Components: impl Affects Versions: 0.3.0 Rep

Re: A proposal for changing pig's memory management

2009-06-01 Thread Mridul Muralidharan
Alan Gates wrote: On May 19, 2009, at 10:30 PM, Mridul Muralidharan wrote: I am still not very convinced about the value about this implementation - particularly considering the advances made since 1.3 in memory allocators and garbage collection. My fundamental concern is not with the slo

[jira] Resolved: (PIG-825) PIG_HADOOP_VERSION should be 18

2009-06-01 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/PIG-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates resolved PIG-825. Resolution: Fixed Fix Version/s: 0.3.0 Patch checked in. Thanks Dmitriy. > PIG_HADOOP_VERSION should

[jira] Created: (PIG-827) Redesign graph operations in OperatorPlan

2009-06-01 Thread Santhosh Srinivasan (JIRA)
Redesign graph operations in OperatorPlan - Key: PIG-827 URL: https://issues.apache.org/jira/browse/PIG-827 Project: Pig Issue Type: Improvement Components: impl Affects Versions: 0.2.1

[jira] Commented: (PIG-697) Proposed improvements to pig's optimizer

2009-06-01 Thread Santhosh Srinivasan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715143#action_12715143 ] Santhosh Srinivasan commented on PIG-697: - The graph operation pushAfter was added as

[jira] Updated: (PIG-826) DISTINCT as "Function/Operator" rather than statement/operator - High Level Pig

2009-06-01 Thread David Ciemiewicz (JIRA)
[ https://issues.apache.org/jira/browse/PIG-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Ciemiewicz updated PIG-826: - Summary: DISTINCT as "Function/Operator" rather than statement/operator - High Level Pig (was: DIST

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

2009-06-01 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-753: --- Fix Version/s: 0.3.0 Affects Version/s: 0.3.0 Status: Patch Available (was: Open) Submit

[jira] Updated: (PIG-753) Provide support for UDFs without parameters

2009-06-01 Thread Jeff Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PIG-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Zhang updated PIG-753: --- Attachment: Pig_753_Patch.txt attach the patch > Provide support for UDFs without parameters >