[
https://issues.apache.org/jira/browse/PIG-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated PIG-4315:
------------------------------------
Assignee: Rohini Palaniswamy
Description:
TestHBaseStorage.testMergeJoin() fails. connectingLR is null in
CombinerOptimizer and throws NPE in
{code}
from.plan.getOperator(connectingLR.getOperatorKey())
{code}
When splitting DAGs and doing moveTree TezCompilerUtil.connect() overwrites the
output key of sampler LocalRearrange to the partitioner vertex.
Split followed by orderby also had issues using the same
TezCompilerUtil.connect() method.
was:
TestHBaseStorage.testMergeJoin() fails. connectingLR is null in
CombinerOptimizer and throws NPE in
{code}
from.plan.getOperator(connectingLR.getOperatorKey())
{code}
When splitting DAGs and doing moveTree TezCompilerUtil.connect() overwrites the
output key of sampler LocalRearrange to the partitioner vertex.
Summary: MergeJoin or Split followed by order by gives NPE in Tez
(was: MergeJoin followed by order by gives NPE in Tez)
> MergeJoin or Split followed by order by gives NPE in Tez
> --------------------------------------------------------
>
> Key: PIG-4315
> URL: https://issues.apache.org/jira/browse/PIG-4315
> Project: Pig
> Issue Type: Bug
> Components: tez
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.16.0
>
> Attachments: PIG-4315-1.patch
>
>
> TestHBaseStorage.testMergeJoin() fails. connectingLR is null in
> CombinerOptimizer and throws NPE in
> {code}
> from.plan.getOperator(connectingLR.getOperatorKey())
> {code}
> When splitting DAGs and doing moveTree TezCompilerUtil.connect() overwrites
> the output key of sampler LocalRearrange to the partitioner vertex.
> Split followed by orderby also had issues using the same
> TezCompilerUtil.connect() method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)