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 13C6F1805F for ; Fri, 11 Dec 2015 05:55:19 +0000 (UTC) Received: (qmail 92618 invoked by uid 500); 11 Dec 2015 05:55:16 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 92534 invoked by uid 500); 11 Dec 2015 05:55:16 -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 92524 invoked by uid 99); 11 Dec 2015 05:55:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 05:55:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2627FC4B97 for ; Fri, 11 Dec 2015 05:55:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.899 X-Spam-Level: ** X-Spam-Status: No, score=2.899 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id V1MN7bz3VN3J for ; Fri, 11 Dec 2015 05:55:07 +0000 (UTC) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 254EF429C7 for ; Fri, 11 Dec 2015 05:55:07 +0000 (UTC) Received: by igcto18 with SMTP id to18so31639080igc.0 for ; Thu, 10 Dec 2015 21:55:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ol/WwyAQVeKLsb4w6vCEfl/EziLhMJHdJyzsHu2GNHM=; b=UjA7Ud4rF+44kqKNBVC+gh8ChxmeciodMqnDAYMeMZZgYvUSfaWBtVNIT35M0JS2Sb SO0tsgTWOcJwGabfp1nfz4x5o4OkCxlnvQxyuqmDjUv1gz9P1rTqtRWw72e0WLySJdC0 8DtGFRr1hiOSUe3f56+sPFK0BBTxpVq2TAs67cJYV1JaMyYy4phzFMpgrITIWa+qbHcY 4E+OMktlEtNS95WJD/Y7FqcFq2H3aUJZpXU0715lczCYCWr7Z9Gtil092ROZ5yIwN08C 3wAxp/QIpO7WvEHv+nXAsLnWrK4aRMBbFwNPALp6IH4tmR34jF5YUNKYP3B3OVxLiBRc rjWw== MIME-Version: 1.0 X-Received: by 10.51.17.35 with SMTP id gb3mr2800573igd.1.1449813306805; Thu, 10 Dec 2015 21:55:06 -0800 (PST) Received: by 10.36.16.143 with HTTP; Thu, 10 Dec 2015 21:55:06 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Dec 2015 13:55:06 +0800 Message-ID: Subject: Re: What hive-site.xml including in $SPARK_HOME looks like ? From: Divya Gehlot To: user@hive.apache.org Content-Type: multipart/alternative; boundary=001a1134b8f42493e4052698f76c --001a1134b8f42493e4052698f76c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hive-site.xml in spark /conf looks like below hive.metastore.uris thrift://your cluster ip :9083 On 11 December 2015 at 13:09, zml=E5=BC=A0=E6=98=8E=E7=A3=8A wrote: > Hi, > > > > I am a beginner at hive, something happened (can not find table = ) > when I start spark job and read data from hive. I don't set hive-site.xml > in $SPARK_HOME/conf. What is the default hive-site.xml looks like ? > > > > Thanks, > > Minglei. > > > --001a1134b8f42493e4052698f76c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hive-site.xml in spark /conf looks like below=C2=A0
=C2=A0<configuration>
=C2=A0 =C2=A0=C2=A0
=C2=A0 =C2=A0 <property>
=C2=A0 =C2=A0 =C2=A0 <name>= ;hive.metastore.uris</name>
=C2=A0 =C2=A0 =C2=A0 <value&= gt;thrift://your cluster ip :9083</value>
=C2=A0 =C2=A0 <= ;/property>
=C2=A0 =C2=A0=C2=A0
=C2=A0 </configur= ation>

On 11 December 2015 at 13:09, zml=E5=BC=A0=E6=98=8E=E7=A3=8A <mi= ngleizhang@ctrip.com> wrote:

Hi,

=C2=A0

=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 I = am a beginner at hive, something happened (can not find table ) when I star= t spark job and read data from hive. I don't set hive-site.xml in $SPAR= K_HOME/conf. What is the default hive-site.xml looks like ?

=C2=A0

Thanks,

Minglei.

=C2=A0


--001a1134b8f42493e4052698f76c--