Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9303C17201 for ; Tue, 11 Nov 2014 15:45:49 +0000 (UTC) Received: (qmail 63121 invoked by uid 500); 11 Nov 2014 15:45:44 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 62988 invoked by uid 500); 11 Nov 2014 15:45:44 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 62953 invoked by uid 99); 11 Nov 2014 15:45:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 15:45:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of regestrer@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-wg0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2014 15:45:38 +0000 Received: by mail-wg0-f54.google.com with SMTP id n12so12219686wgh.41 for ; Tue, 11 Nov 2014 07:45:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=DVxMZZpxJYG46dKKweSG7loy8Sfr7YLlb5ef6cS9xAA=; b=kmkk9ZwY9aeUP2m++xKm4buSohTonjI1AZcrNs0fByBB+4tubKsOe7JpKeXJNBDY+k JA5YweXE5tkqzjreWbwLPQMemLwjntW8oZU1qM36kaKfVrzBI3z05SJvLgi2x2oIBGuH i6YcATDkETZwCFP8iG2DlivgenS1C2emJTka2Xnr4woZJyWuwLr1/plLof1fpGDtDgWE DHN6HBOaWwufJ8AHgrg9ENz3hH714GPIvzuBec3kM1Orqz/mRy/kxu3nnegSZErtnua1 AuL41SfxHheFd2MdFMAWgolPmlh+I6BZByuQn2VyC8zlwMI54//3o8k3Fvb/WjjvMYkS 2Y4Q== X-Received: by 10.180.78.36 with SMTP id y4mr41196700wiw.52.1415720717902; Tue, 11 Nov 2014 07:45:17 -0800 (PST) Received: from [172.20.20.66] ([77.70.78.3]) by mx.google.com with ESMTPSA id wm6sm27771288wjb.5.2014.11.11.07.45.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 07:45:17 -0800 (PST) Message-ID: <54622F36.9000107@gmail.com> Date: Tue, 11 Nov 2014 17:45:58 +0200 From: peterm_second User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: user@hadoop.apache.org Subject: Submit Hive MR jobs to a remote Hadoop 2.4 cluster References: <54621FCD.3080502@gmail.com> In-Reply-To: <54621FCD.3080502@gmail.com> X-Forwarded-Message-Id: <54621FCD.3080502@gmail.com> Content-Type: multipart/mixed; boundary="------------030803090703050000060100" X-Virus-Checked: Checked by ClamAV on apache.org This is a multi-part message in MIME format. --------------030803090703050000060100 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi guys, I am struggling a bit to make Hive submit it's MR jobs to a remote Hadoop cluster. According to the documentation that should be possible but it seems that's not really the case, at least not when we are talking about Hadoop 2. I am trying to connect Hive 0.13 to Hadoop 2.4.0. Please find attached my hive-site xml. In short I am telling it, using the mapred.job.tracker property where my rm manager is. I know that mapred.job.tracker no longer exists in Hadoop 2, but it seems that hive still uses the old property. mapred.job.tracker hadoop-rm.mo-data.com:8032 Can you guys share some tips or info, if any of you have had success connecting Hive 0.13 to Hadoop 2. Basically any version of hive to hadoop2. I am using vanila versions of both Hive and Hadoop. Regards, Peter --------------030803090703050000060100 Content-Type: text/xml; name="hive-site.xml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="hive-site.xml" yarn.resourcemanager.hostname hadoop-rm.mo-data.com yarn.web-proxy.address hadoop-ps.mo-data.com:8080 yarn.timeline-service.hostname hadoop-jh.mo-data.com The hostname of the Timeline service web application. mapred.job.tracker hadoop-rm.mo-data.com:8032 mapreduce.jobhistory.address hadoop-jh.mo-data.com:10200 fs.defaultFS hdfs://hadoop-nn.mo-data.com:9000/ hdfs.root hdfs://hadoop-nn.mo-data.com:9000/ hbase.zookeeper.quorum hadoop-hb hbase.zookeeper.property.clientPort 2181 hbase.master hadoop-hb:60000 --------------030803090703050000060100--