Prasanth Jayachandran created HIVE-14253: --------------------------------------------
Summary: Fix MinimrCliDriver test failure Key: HIVE-14253 URL: https://issues.apache.org/jira/browse/HIVE-14253 Project: Hive Issue Type: Bug Affects Versions: 2.2.0, 2.1.1 Reporter: Prasanth Jayachandran Assignee: Prasanth Jayachandran MinimrCliDriver test is failing with the following exception for bucket_num_reducers2.q test case {code} junit.framework.AssertionFailedError: Number of MapReduce jobs is incorrect expected:<1> but was:<0> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.Assert.assertEquals(Assert.java:234) at org.apache.hadoop.hive.ql.hooks.VerifyNumReducersHook.run(VerifyNumReducersHook.java:46) at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1664) at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1313) at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1082) at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1070) at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:232) at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:183) at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:399) at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:335) at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:849) at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:826) at org.apache.hadoop.hive.ql.QTestUtil.shutdown(QTestUtil.java:488) at org.apache.hadoop.hive.cli.TestMinimrCliDriver.shutdown(TestMinimrCliDriver.java:89) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)