Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E17791E7 for ; Tue, 17 Jan 2012 13:02:54 +0000 (UTC) Received: (qmail 25692 invoked by uid 500); 17 Jan 2012 13:02:53 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 25607 invoked by uid 500); 17 Jan 2012 13:02:52 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 25599 invoked by uid 99); 17 Jan 2012 13:02:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 13:02:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hadoophive@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jan 2012 13:02:45 +0000 Received: by wibhm14 with SMTP id hm14so1390806wib.35 for ; Tue, 17 Jan 2012 05:02:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1zxuCf/BSNv4tjyx2F8QJz/ZeCkU5ogfopdasUbBnh8=; b=RoBX85OJVb1yVIqKibQufFmYVm3fvqyOUM8Y2MBTXopekjUQTcIJZ4Hoj5F/cmPOQ0 ID1z0sBpwGCBYEQ2/sxUnPDoH2VKnjsYuRWiBa+UUX+D1PH6d9/qIO/eO/jj6CGnyKgY W4ENrcgTIfP2Jc6dpdj250s8bDKBSiF1FAfz4= MIME-Version: 1.0 Received: by 10.180.100.234 with SMTP id fb10mr22970962wib.5.1326805344787; Tue, 17 Jan 2012 05:02:24 -0800 (PST) Received: by 10.180.126.98 with HTTP; Tue, 17 Jan 2012 05:02:24 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2012 18:32:24 +0530 Message-ID: Subject: Re: Error while starting HiveServer From: hadoop hive To: user@hive.apache.org Content-Type: multipart/alternative; boundary=f46d043748f3431dd504b6b8f188 X-Virus-Checked: Checked by ClamAV on apache.org --f46d043748f3431dd504b6b8f188 Content-Type: text/plain; charset=ISO-8859-1 check your hosts file its should have the entry of NN . On Tue, Jan 17, 2012 at 5:36 PM, Bhavesh Shah wrote: > Hello, > While starting hive server I am getting error as: > hadoop@ubuntu:~/hive-0.7.1$ bin/hive --service hiveserver > Starting Hive Thrift Server > org.apache.thrift.transport.TTransportException: Could not create > ServerSocket on address 0.0.0.0/0.0.0.0:10000. > at > org.apache.thrift.transport.TServerSocket.(TServerSocket.java:99) > at > org.apache.thrift.transport.TServerSocket.(TServerSocket.java:80) > at > org.apache.thrift.transport.TServerSocket.(TServerSocket.java:73) > at org.apache.hadoop.hive.service.HiveServer.main(HiveServer.java:384) > 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:186) > > Pls suggest me why this error come and how to remove it? > > -- > Regards, > Bhavesh Shah > > --f46d043748f3431dd504b6b8f188 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable check your hosts file its should have the entry of NN .

On Tue, Jan 17, 2012 at 5:36 PM, Bhavesh Shah <bhavesh25shah@gmail.co= m> wrote:
Hello,
While starting hive server I am ge= tting error as:
hadoop@ubuntu:~/hive-0.7.1$ bin/hive --ser= vice hiveserver
Starting Hive Thrift Server
org.apache.thrift.transport.TTransportExcept= ion: Could not create ServerSocket on address 0.0.0.0/0.0.0.0:10000.
=A0=A0=A0 at org.apache.thrift.transport.TServerSocket.<init>(TServer= Socket.java:99)
=A0=A0=A0 at org.apache.thrift.transport.TServerSocket.&= lt;init>(TServerSocket.java:80)
=A0=A0=A0 at org.apache.thrift.transp= ort.TServerSocket.<init>(TServerSocket.java:73)
=A0=A0=A0 at org.apache.hadoop.hive.service.HiveServer.main(HiveServer.java= :384)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native M= ethod)
=A0=A0=A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMe= thodAccessorImpl.java:39)
=A0=A0=A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25)
=A0=A0=A0 at java.lang.reflect.Method.invoke(Met= hod.java:597)
=A0=A0=A0 at org.apache.hadoop.util.RunJar.main(RunJar.jav= a:186)

Pls suggest me why this error come and how to remove it?

--
Regards,
Bhavesh Shah
<= br>

--f46d043748f3431dd504b6b8f188--