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 9BE60D50E for ; Mon, 24 Sep 2012 04:20:52 +0000 (UTC) Received: (qmail 45979 invoked by uid 500); 24 Sep 2012 04:20:52 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 45405 invoked by uid 500); 24 Sep 2012 04:20:51 -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 45377 invoked by uid 500); 24 Sep 2012 04:20:51 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 45369 invoked by uid 99); 24 Sep 2012 04:20:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 04:20:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rohithsharmaks@huawei.com designates 119.145.14.65 as permitted sender) Received: from [119.145.14.65] (HELO szxga02-in.huawei.com) (119.145.14.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 04:20:44 +0000 Received: from 172.24.2.119 (EHLO szxeml207-edg.china.huawei.com) ([172.24.2.119]) by szxrg02-dlp.huawei.com (MOS 4.3.4-GA FastPath queued) with ESMTP id APN35573; Mon, 24 Sep 2012 12:20:19 +0800 (CST) Received: from SZXEML414-HUB.china.huawei.com (10.82.67.153) by szxeml207-edg.china.huawei.com (172.24.2.56) with Microsoft SMTP Server (TLS) id 14.1.323.3; Mon, 24 Sep 2012 12:20:19 +0800 Received: from blrprnc05ns (10.18.96.94) by SZXEML414-HUB.china.huawei.com (10.82.67.153) with Microsoft SMTP Server id 14.1.323.3; Mon, 24 Sep 2012 12:20:13 +0800 Reply-To: From: rohithsharma To: CC: , References: <9D8A350A3269554E91B45801B5E8CDAC681856@SOM-EXCH02.nuance.com> In-Reply-To: Subject: RE: Issue when trying to debug hive Date: Mon, 24 Sep 2012 09:50:11 +0530 Organization: Htipl Message-ID: <02a801cd9a0b$e4a7c390$adf74ab0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_02A9_01CD9A39.FE5FFF90" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac2ZVK10HHQDuauETi6YKxW30G0KBQAtc2mg Content-Language: en-us X-Originating-IP: [10.18.96.94] X-CFilter-Loop: Reflected ------=_NextPart_000_02A9_01CD9A39.FE5FFF90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Have you running hadoop component in debug mode..? This problem can occur if you have started Hadoop component in Debug mode with same port. Change the port and try.. From: Kasun Weranga [mailto:kasunw@wso2.com] Sent: Sunday, September 23, 2012 11:58 AM To: user@hive.apache.org Cc: dev@hive.apache.org; hive-dev@hadoop.apache.org Subject: Re: Issue when trying to debug hive Cc to hive-dev mailing list. On Sat, Sep 22, 2012 at 9:37 PM, Connell, Chuck wrote: This question might be better on dev@hive mailing list... _____ From: Kasun Weranga [kasunw@wso2.com] Sent: Saturday, September 22, 2012 11:28 AM To: user@hive.apache.org Subject: Issue when trying to debug hive Hi all, I built hive trunk and tried to debug the hive code. But when I start hive using this command ./hive --debug[port=8000,mainSuspend=y,childSuspend=y] It gives following error, ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options. Error occurred during initialization of VM agent library failed to init: jdwp Appreciate your help for solving this issue. Thanks, Kasun. ------=_NextPart_000_02A9_01CD9A39.FE5FFF90--