[
https://issues.apache.org/jira/browse/PIG-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated PIG-3935:
------------------------------------
Attachment: PIG-3935-1.patch
Review board link - https://reviews.apache.org/r/23296/
Unit tests are stuck if pig.tez.auto.parallelism is set to true . Turning it
off everything passed except TestEvalPipeline2.testOrderByLimitJoin which is
due to TEZ-1257 and TestSample which hung. Haven't investigated TestSample yet.
Was trying to debug auto parallel issue with TestBinaryExpressionOps.
ShuffleVertexManager.CustomShuffleEdgeManager.getNumDestinationTaskPhysicalInputs()
is returning 4 when it is supposed to return 2.
ShuffleScheduler.waitUntilDone() is stuck with remainingMaps = 2 (4-2) as there
are only 2 actual inputs. Haven't reached the root cause yet, but should be
close. Will continue on Tuesday on that issue or Daniel if you can work on it
with some Tez guys also it is fine.
> Port more mini cluster tests to Tez - part 5
> --------------------------------------------
>
> Key: PIG-3935
> URL: https://issues.apache.org/jira/browse/PIG-3935
> Project: Pig
> Issue Type: Sub-task
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.14.0
>
> Attachments: PIG-3935-1.patch
>
>
> Port following test cases:
> TestLimitAdjuster.java
> TestLimitVariable.java
> TestMergeJoin.java
> TestMergeJoinOuter.java
> TestPigRunner.java
> TestScriptLanguage.java
> TestStore.java
--
This message was sent by Atlassian JIRA
(v6.2#6252)