[jira] [Commented] (PIG-3630) Macros that work in Pig 0.11 fail in Pig 0.12 :(

2013-12-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851412#comment-13851412 ] Dmitriy V. Ryaboy commented on PIG-3630: That macro does not refer to a field called

[jira] [Commented] (PIG-3630) Macros that work in Pig 0.11 fail in Pig 0.12 :(

2013-12-17 Thread Russell Jurney (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851394#comment-13851394 ] Russell Jurney commented on PIG-3630: - Thanks for taking a look, the macro is at https:

[jira] [Updated] (PIG-3604) Implement replicated join in Tez

2013-12-17 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3604: --- Attachment: PIG-3604-2.patch Uploading the 2nd patch. > Implement replicated join in Tez > ---

Review Request 16309: PIG-3629 Implement STREAM operator in Tez

2013-12-17 Thread Alex Bain
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16309/ --- Review request for pig, Cheolsoo Park, Daniel Dai, Mark Wagner, and Rohini Palan

Re: Review Request 16313: PIG-3604 Implement replicated join in Tez

2013-12-17 Thread Cheolsoo Park
> On Dec. 17, 2013, 3:52 p.m., Rohini Palaniswamy wrote: > > test/org/apache/pig/tez/TestTezCompiler.java, line 216 > > > > > > Can we add cases for > > - three or four way join? > > - replicated table is par

Re: Review Request 16313: PIG-3604 Implement replicated join in Tez

2013-12-17 Thread Cheolsoo Park
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16313/ --- (Updated Dec. 18, 2013, 3:04 a.m.) Review request for pig, Alex Bain, Daniel Da

[jira] [Commented] (PIG-3630) Macros that work in Pig 0.11 fail in Pig 0.12 :(

2013-12-17 Thread Dmitriy V. Ryaboy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851239#comment-13851239 ] Dmitriy V. Ryaboy commented on PIG-3630: Could you link to the code directly, rather

[jira] Subscription: PIG patch available

2013-12-17 Thread jira
Issue Subscription Filter: PIG patch available (10 issues) Subscriber: pigdaily Key Summary PIG-3613UDF for SimilarityMatching between strings with matching scores https://issues.apache.org/jira/browse/PIG-3613 PIG-3609ClassCastException when calling compareTo method o

[jira] [Commented] (PIG-3624) Fix intermittent test failure Join_1

2013-12-17 Thread Daniel Dai (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851089#comment-13851089 ] Daniel Dai commented on PIG-3624: - Yes, I also see setInputKeys, that should be better. >

Re: Review Request 16313: PIG-3604 Implement replicated join in Tez

2013-12-17 Thread Rohini Palaniswamy
> On Dec. 17, 2013, 3:52 p.m., Rohini Palaniswamy wrote: > > The approach is good when the replicate join is not the first vertex of the > > DAG (i.e in case of a MR, replicate join is part of a reduce). If it is the > > first vertex of the DAG, we need to compare and see that with this approac

[jira] [Commented] (PIG-3624) Fix intermittent test failure Join_1

2013-12-17 Thread Cheolsoo Park (JIRA)
[ https://issues.apache.org/jira/browse/PIG-3624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13850966#comment-13850966 ] Cheolsoo Park commented on PIG-3624: [~daijy], I am doing what Rohini suggests here as p

[jira] [Created] (PIG-3632) Add option to configure cacheBlocks in HBaseStorage

2013-12-17 Thread Rohini Palaniswamy (JIRA)
Rohini Palaniswamy created PIG-3632: --- Summary: Add option to configure cacheBlocks in HBaseStorage Key: PIG-3632 URL: https://issues.apache.org/jira/browse/PIG-3632 Project: Pig Issue Type:

Re: Review Request 16313: PIG-3604 Implement replicated join in Tez

2013-12-17 Thread Cheolsoo Park
> On Dec. 17, 2013, 3:52 p.m., Rohini Palaniswamy wrote: > > The approach is good when the replicate join is not the first vertex of the > > DAG (i.e in case of a MR, replicate join is part of a reduce). If it is the > > first vertex of the DAG, we need to compare and see that with this approac

Re: Review Request 16313: PIG-3604 Implement replicated join in Tez

2013-12-17 Thread Rohini Palaniswamy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16313/#review30533 --- The approach is good when the replicate join is not the first vertex

[jira] [Created] (PIG-3631) Improve performance of replicate-join

2013-12-17 Thread Rohini Palaniswamy (JIRA)
Rohini Palaniswamy created PIG-3631: --- Summary: Improve performance of replicate-join Key: PIG-3631 URL: https://issues.apache.org/jira/browse/PIG-3631 Project: Pig Issue Type: Sub-task