Koji Noguchi created PIG-5445:
---------------------------------
Summary: TestTezCompiler.testMergeCogroup fails whenever config is
updated
Key: PIG-5445
URL: https://issues.apache.org/jira/browse/PIG-5445
Project: Pig
Issue Type: Bug
Components: impl
Affects Versions: 0.19.0
Reporter: Koji Noguchi
Assignee: Koji Noguchi
TestTezCompiler.testMergeCogroup started failing after upgrading Tez (and
config that comes with it).
{noformat}
testMergeCogroupFailure
expected:
<|---a:
Load(file:///tmp/input1:org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MergeJoinIndexer('org.a
pache.pig.test.TestMapSideCogroup$DummyCollectableLoader','.../doPMfwFKyneZ','eNq9[fWtsHFeWXvEhWm9Ls...XOuwcT+fzW1+yM]=','a_1-0','scope','...>
but was:
<|---a:
Load(file:///tmp/input1:org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MergeJoinIndexer('org.a
pache.pig.test.TestMapSideCogroup$DummyCollectableLoader','.../doPMfwFKyneZ','eNq9[V01sG0UUnmycxHWSN...DyC6P4Drk9M9w=]=','a_1-0','scope','...>
at org.apache.pig.tez.TestTezCompiler.run(TestTezCompiler.java:1472)
at
org.apache.pig.tez.TestTezCompiler.testMergeCogroup(TestTezCompiler.java:292)
{noformat}
(edited the diff above a bit to make it easier to identify where the difference
was)
Basically 3rd argument to MergeJoinIndexer differed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)