Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CB0792DD for ; Mon, 18 Jun 2012 15:59:43 +0000 (UTC) Received: (qmail 97916 invoked by uid 500); 18 Jun 2012 15:59:43 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 97776 invoked by uid 500); 18 Jun 2012 15:59:43 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 97767 invoked by uid 500); 18 Jun 2012 15:59:43 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 97764 invoked by uid 99); 18 Jun 2012 15:59:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2012 15:59:42 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B3C341402B8 for ; Mon, 18 Jun 2012 15:59:42 +0000 (UTC) Date: Mon, 18 Jun 2012 15:59:42 +0000 (UTC) From: "rohithsharma (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <391995300.25312.1340035182741.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1774056454.18886.1339770762911.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HIVE-3143) Following Test Cases fails in Hive-0.9 and Hadoop-0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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.(Cluster.java:83) at org.apache.hadoop.mapreduce.Cluster.(Cluster.java:76) at org.apache.hadoop.mapred.JobClient.init(JobClient.java:487) at org.apache.hadoop.mapred.JobClient.(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