[jira] Commented: (PIG-729) Use of default parallelism

2009-03-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688755#action_12688755 ] Pradeep Kamath commented on PIG-729: Another option maybe to detect mapreduce boundaries

[jira] Created: (PIG-730) problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema.

2009-03-24 Thread Christopher Olston (JIRA)
problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema. --- Key: PIG-730 URL:

[jira] Updated: (PIG-730) problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema.

2009-03-24 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Olston updated PIG-730: --- Description: grunt a = load 'foo' using BinStorage as

[jira] Updated: (PIG-730) problem combining schema from a union of several LOAD expressions, with a nested bag inside the schema.

2009-03-24 Thread Christopher Olston (JIRA)
[ https://issues.apache.org/jira/browse/PIG-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Olston updated PIG-730: --- Description: grunt a = load 'foo' using BinStorage as

[jira] Updated: (PIG-627) PERFORMANCE: multi-query optimization

2009-03-24 Thread Gunther Hagleitner (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gunther Hagleitner updated PIG-627: --- Attachment: merge_741727_HEAD__0324_2.patch Seems like the last merge patch didn't correctly

[jira] Created: (PIG-731) Passing semicolon as a parameter in UDF causes parser error

2009-03-24 Thread Viraj Bhat (JIRA)
Passing semicolon as a parameter in UDF causes parser error Key: PIG-731 URL: https://issues.apache.org/jira/browse/PIG-731 Project: Pig Issue Type: Bug Components:

[jira] Updated: (PIG-731) Passing semicolon as a parameter in UDF causes parser error

2009-03-24 Thread Viraj Bhat (JIRA)
[ https://issues.apache.org/jira/browse/PIG-731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viraj Bhat updated PIG-731: --- Attachment: semicolonerr.pig CONCATSEP.jar Pig script and jar file for testing the script

[jira] Commented: (PIG-627) PERFORMANCE: multi-query optimization

2009-03-24 Thread Pradeep Kamath (JIRA)
[ https://issues.apache.org/jira/browse/PIG-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688957#action_12688957 ] Pradeep Kamath commented on PIG-627: +1 - committed patch by Gunther to merge changes in