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 3DCD710D2C for ; Wed, 12 Mar 2014 23:25:51 +0000 (UTC) Received: (qmail 17299 invoked by uid 500); 12 Mar 2014 23:25:47 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 17019 invoked by uid 500); 12 Mar 2014 23:25:46 -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 16995 invoked by uid 500); 12 Mar 2014 23:25:46 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 16970 invoked by uid 99); 12 Mar 2014 23:25:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 23:25:45 +0000 Date: Wed, 12 Mar 2014 23:25:45 +0000 (UTC) From: "Jason Dere (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-6514) TestExecDriver/HCat Pig tests fails with -Phadoop-2 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-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dere updated HIVE-6514: ----------------------------- Issue Type: Sub-task (was: Bug) Parent: HIVE-6588 > TestExecDriver/HCat Pig tests fails with -Phadoop-2 > --------------------------------------------------- > > Key: HIVE-6514 > URL: https://issues.apache.org/jira/browse/HIVE-6514 > Project: Hive > Issue Type: Sub-task > Components: Tests > Affects Versions: 0.13.0 > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-6514.1.patch, HIVE-6514.2.patch, HIVE-6514.3.patch > > > Running TestExecDriver with -Phadoop-2 results in the error below. Looks like the test isn't able to access LocalClientProtocolProvider. > {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:120) > at org.apache.hadoop.mapreduce.Cluster.(Cluster.java:82) > at org.apache.hadoop.mapreduce.Cluster.(Cluster.java:75) > at org.apache.hadoop.mapred.JobClient.init(JobClient.java:470) > at org.apache.hadoop.mapred.JobClient.(JobClient.java:449) > at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.execute(ExecDriver.java:396) > at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.main(ExecDriver.java:739) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.hadoop.util.RunJar.main(RunJar.java:212) > Job Submission failed with exception 'java.io.IOException(Cannot initialize Cluster. Please check your configuration for mapreduce.framework.name and the correspond server addresses.)' > Execution failed with exit status: 1 > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)