[
https://issues.apache.org/jira/browse/HIVE-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395976#comment-13395976
]
rohithsharma commented on HIVE-3143:
------------------------------------
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_join14
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_autolocal1
Above set of test cases throw following exception.
{noformat}
java.io.IOException: Cannot initialize Cluster. Please check your configuration
for mapreduce.framework.name and the correspond server addresses.
at org.apache.hadoop.mapreduce.Cluster.initialize(Cluster.java:121)
at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:83)
at org.apache.hadoop.mapreduce.Cluster.<init>(Cluster.java:76)
at org.apache.hadoop.mapred.JobClient.init(JobClient.java:487)
at org.apache.hadoop.mapred.JobClient.<init>(JobClient.java:466)
at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:418)
at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:137)
at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:135)
at
org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)
at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1329)
{noformat}
> Following Test Cases fails in Hive-0.9 and Hadoop-0.23
> ------------------------------------------------------
>
> Key: HIVE-3143
> URL: https://issues.apache.org/jira/browse/HIVE-3143
> Project: Hive
> Issue Type: Bug
> Components: Tests
> Affects Versions: 0.9.1
> Environment: Hadoop-2.0.1
> Reporter: rohithsharma
>
> When I run Hive-0.9.1 with hadoop-0.23, below test cases are consistently
> failed.
> TestHBaseMinimrCliDriver.testCliDriver_hbase_bulk
> TestCliDriver.testCliDriver_archive
> TestCliDriver.testCliDriver_archive_corrupt
> TestCliDriver.testCliDriver_archive_multi
> TestCliDriver.testCliDriver_join14
> TestCliDriver.testCliDriver_query_properties
> TestCliDriver.testCliDriver_sample_islocalmode_hook
> TestCliDriver.testCliDriver_split_sample
> TestNegativeCliDriver.testNegativeCliDriver_autolocal1
> TestNegativeCliDriver.testNegativeCliDriver_local_mapred_error_cache
> TestMinimrCliDriver
> TestNegativeMinimrCliDriver
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira