[jira] Subscription: PIG patch available

2015-06-24 Thread jira
Issue Subscription Filter: PIG patch available (26 issues) Subscriber: pigdaily Key Summary PIG-4610Enable "TestOrcStorage“ unit test in spark mode https://issues.apache.org/jira/browse/PIG-4610 PIG-4598Allow user defined plan optimizer rules https://issues

[jira] [Updated] (PIG-4611) Fix remaining unit test failures about "TestHBaseStorage"

2015-06-24 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel updated PIG-4611: -- Attachment: PIG-4611.patch [~mohitsabharwal],[~praveenr019],[~xuefuz],[~kexianda]: The remaining u

[jira] [Commented] (PIG-4443) Write inputsplits in Tez to disk if the size is huge and option to compress pig input splits

2015-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/PIG-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600532#comment-14600532 ] Ángel Álvarez commented on PIG-4443: *MASTER_NODE LOG* (from where I'm executing Pig) {n

[jira] [Updated] (PIG-4611) Fix remaining unit test failures about "TestHBaseStorage"

2015-06-24 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel updated PIG-4611: -- Description: In https://builds.apache.org/job/Pig-spark/lastCompletedBuild/testReport/, it shows

[jira] [Updated] (PIG-4610) Enable "TestOrcStorage“ unit test in spark mode

2015-06-24 Thread liyunzhang_intel (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liyunzhang_intel updated PIG-4610: -- Status: Patch Available (was: Open) > Enable "TestOrcStorage“ unit test in spark mode > -

[jira] [Created] (PIG-4611) Fix remaining unit test failures about "TestHBaseStorage"

2015-06-24 Thread liyunzhang_intel (JIRA)
liyunzhang_intel created PIG-4611: - Summary: Fix remaining unit test failures about "TestHBaseStorage" Key: PIG-4611 URL: https://issues.apache.org/jira/browse/PIG-4611 Project: Pig Issue Typ

Re: Review Request 35491: PIG-4574: Eliminate identity vertex for order by and skewed join right after LOAD

2015-06-24 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35491/#review89294 --- Ship it! Ship It! - Daniel Dai On June 16, 2015, 7:19 a.m., Rohi

[jira] [Commented] (PIG-4443) Write inputsplits in Tez to disk if the size is huge and option to compress pig input splits

2015-06-24 Thread Rohini Palaniswamy (JIRA)
[ https://issues.apache.org/jira/browse/PIG-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14600374#comment-14600374 ] Rohini Palaniswamy commented on PIG-4443: - bq. Requested data length 160452289 is lo

Re: Review Request 35491: PIG-4574: Eliminate identity vertex for order by and skewed join right after LOAD

2015-06-24 Thread Rohini Palaniswamy
> On June 24, 2015, 6:38 p.m., Daniel Dai wrote: > > http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/plan/operator/POLocalRearrangeTez.java, > > line 150 > > > > > > Can

Re: Review Request 35491: PIG-4574: Eliminate identity vertex for order by and skewed join right after LOAD

2015-06-24 Thread Daniel Dai
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35491/#review89225 --- http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backen

Re: How I can get the last tuple of a bag

2015-06-24 Thread Arvind S
you can try the "ReverseEnumerate" package from datafu on the inner bag and then filter for 0th element. http://datafu.incubator.apache.org/docs/datafu/1.2.0/datafu/pig/bags/ReverseEnumerate.html *Cheers !!* Arvind On Mon, Jun 22, 2015 at 1:50 PM, 李运田 wrote: > I have data like : > > (lucy,{(3

Limitation on MultiStoreCounter name length

2015-06-24 Thread Hemanth Meka
Hi , In pig 0.14, the length of the MultiStoreCounters name is restricted to 40 chars . When my table names are longer than 40 chars, the counter name gets trimmed. But it is crucial for my application that the counter name matches the table name. Why is the length restricted to 40 chars(

[jira] [Commented] (PIG-4443) Write inputsplits in Tez to disk if the size is huge and option to compress pig input splits

2015-06-24 Thread JIRA
[ https://issues.apache.org/jira/browse/PIG-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599061#comment-14599061 ] Ángel Álvarez commented on PIG-4443: I'm using Pig 15 ... or so it seems ... INFO o