You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Thomas Friedrich (JIRA)" <ji...@apache.org> on 2014/11/07 23:56:33 UTC

[jira] [Updated] (HIVE-8504) UT: fix bucket_num_reducers test

     [ https://issues.apache.org/jira/browse/HIVE-8504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Friedrich updated HIVE-8504:
-----------------------------------
    Description: 
The tests 
bucket_num_reducers
bucket_num_reducers2
fail with a error:
Exception: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
junit.framework.AssertionFailedError: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
at org.apache.hadoop.hive.ql.hooks.VerifyNumReducersHook.run(VerifyNumReducersHook.java:46)

  was:
The test bucket_num_reducers fails with a error:
Exception: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
junit.framework.AssertionFailedError: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
at org.apache.hadoop.hive.ql.hooks.VerifyNumReducersHook.run(VerifyNumReducersHook.java:46)


> UT: fix bucket_num_reducers test
> --------------------------------
>
>                 Key: HIVE-8504
>                 URL: https://issues.apache.org/jira/browse/HIVE-8504
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Spark
>            Reporter: Thomas Friedrich
>            Assignee: Chinna Rao Lalam
>            Priority: Minor
>
> The tests 
> bucket_num_reducers
> bucket_num_reducers2
> fail with a error:
> Exception: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
> junit.framework.AssertionFailedError: Number of MapReduce jobs is incorrect expected:<1> but was:<0>
> at org.apache.hadoop.hive.ql.hooks.VerifyNumReducersHook.run(VerifyNumReducersHook.java:46)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)