[jira] Commented: (PIG-824) SQL interface for Pig

2010-07-30 Thread Min Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894251#action_12894251 ] Min Zhou commented on PIG-824: -- Any further progress on this issue? > SQL interface for Pig > --

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

2010-07-30 Thread Yan Zhou (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894205#action_12894205 ] Yan Zhou commented on PIG-1518: --- CombinedInputFormat, in lieu of the deprecated MultiFileInputF

[jira] Created: (PIG-1529) Equating aliases does not work (B = A)

2010-07-30 Thread Viraj Bhat (JIRA)
Equating aliases does not work (B = A) -- Key: PIG-1529 URL: https://issues.apache.org/jira/browse/PIG-1529 Project: Pig Issue Type: Improvement Affects Versions: 0.7.0 Reporter: Viraj Bhat

[jira] Resolved: (PIG-1528) Enable use of similar aliases when doing a join :(ERROR 1108: Duplicate schema alias:)

2010-07-30 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Chauhan resolved PIG-1528. --- Resolution: Duplicate Duplicate of PIG-859 > Enable use of similar aliases when doing a join :

[jira] Created: (PIG-1528) Enable use of similar aliases when doing a join :(ERROR 1108: Duplicate schema alias:)

2010-07-30 Thread Viraj Bhat (JIRA)
Enable use of similar aliases when doing a join :(ERROR 1108: Duplicate schema alias:) -- Key: PIG-1528 URL: https://issues.apache.org/jira/browse/PIG-1528 Project: P

Group By with multiple key is not working with new 'Logical Optimizer'

2010-07-30 Thread Swati Jain
Hello, I have tried below mentioned script when new optimizer is enabled. I am wondering, is this possible to have filter condition on any column of the "group" (a tuple) column generated by Group By clause with multiple key. The following script does a GroupBy multiple columns: A = load '' USIN

[jira] Updated: (PIG-1521) explain plan does not show correct Physical operator in MR plan when POSortedDistinct, POPackageLite are used

2010-07-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1521: --- Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed Pat

[jira] Commented: (PIG-1525) Incorrect data generated by diff of SUM

2010-07-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894110#action_12894110 ] Richard Ding commented on PIG-1525: --- This problem affects other BinaryExpressionOperators a

[jira] Commented: (PIG-1521) explain plan does not show correct Physical operator in MR plan when POSortedDistinct, POPackageLite are used

2010-07-30 Thread Richard Ding (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894107#action_12894107 ] Richard Ding commented on PIG-1521: --- +1 > explain plan does not show correct Physical oper

[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-30 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894106#action_12894106 ] Daniel Dai commented on PIG-1452: - We shall retain the old pig.jar. There are two way to achi

[jira] Commented: (PIG-1521) explain plan does not show correct Physical operator in MR plan when POSortedDistinct, POPackageLite are used

2010-07-30 Thread Thejas M Nair (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894097#action_12894097 ] Thejas M Nair commented on PIG-1521: Core and contrib tests pass when run manually. The r

[jira] Created: (PIG-1527) No need to deserialize UDFContext on the client side

2010-07-30 Thread Richard Ding (JIRA)
No need to deserialize UDFContext on the client side Key: PIG-1527 URL: https://issues.apache.org/jira/browse/PIG-1527 Project: Pig Issue Type: Bug Affects Versions: 0.7.0

[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-30 Thread Konstantin Boudnik (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894077#action_12894077 ] Konstantin Boudnik commented on PIG-1452: - Normally, it isn't a good idea at all to i

[jira] Commented: (PIG-1526) HiveColumnarLoader Partitioning Support

2010-07-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894087#action_12894087 ] Hadoop QA commented on PIG-1526: -1 overall. Here are the results of testing the latest atta

[jira] Updated: (PIG-1513) Pig doesn't handle empty input directory

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

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

2010-07-30 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894075#action_12894075 ] Daniel Dai commented on PIG-1343: - Hi, Ashitosh, As you know, Pig 0.8 will code freeze by the

[jira] Updated: (PIG-1526) HiveColumnarLoader Partitioning Support

2010-07-30 Thread Gerrit Jansen van Vuuren (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerrit Jansen van Vuuren updated PIG-1526: -- Priority: Minor (was: Major) Description: I've made allot improvements on

[jira] Updated: (PIG-1526) HiveColumnarLoader Partitioning Support

2010-07-30 Thread Gerrit Jansen van Vuuren (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerrit Jansen van Vuuren updated PIG-1526: -- Status: Patch Available (was: Open) Tags: PIG-1526.patch > HiveColumnarLoa

[jira] Updated: (PIG-1526) HiveColumnarLoader Partitioning Support

2010-07-30 Thread Gerrit Jansen van Vuuren (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerrit Jansen van Vuuren updated PIG-1526: -- Attachment: PIG-1526.patch > HiveColumnarLoader Partitioning Support > --

[jira] Created: (PIG-1526) HiveColumnarLoader Partitioning Support

2010-07-30 Thread Gerrit Jansen van Vuuren (JIRA)
HiveColumnarLoader Partitioning Support --- Key: PIG-1526 URL: https://issues.apache.org/jira/browse/PIG-1526 Project: Pig Issue Type: Improvement Affects Versions: 0.8.0 Reporter: Gerrit J

[jira] Commented: (PIG-1452) to remove hadoop20.jar from lib and use hadoop from the apache maven repo.

2010-07-30 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893959#action_12893959 ] Daniel Dai commented on PIG-1452: - Or we can include an exclusion list. We will exclude some