Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C1CCC200CE1 for ; Fri, 28 Jul 2017 07:21:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C0C1716C32E; Fri, 28 Jul 2017 05:21:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1359C16C32C for ; Fri, 28 Jul 2017 07:21:26 +0200 (CEST) Received: (qmail 26941 invoked by uid 500); 28 Jul 2017 05:21:25 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 26932 invoked by uid 99); 28 Jul 2017 05:21:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jul 2017 05:21:25 +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 D50E1C2FA4 for ; Fri, 28 Jul 2017 05:21:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Mh28qHBUTVKk for ; Fri, 28 Jul 2017 05:21:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 23E8260D9B for ; Fri, 28 Jul 2017 05:21:10 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 606FDE0E37 for ; Fri, 28 Jul 2017 05:21:07 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 165A924DBC for ; Fri, 28 Jul 2017 05:21:03 +0000 (UTC) Date: Fri, 28 Jul 2017 05:21:03 +0000 (UTC) From: "Hyukjin Kwon (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-21554) Spark Hive reporting pyspark.sql.utils.AnalysisException: u'Table not found: XXX' when run on yarn cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 28 Jul 2017 05:21:27 -0000 [ https://issues.apache.org/jira/browse/SPARK-21554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16104472#comment-16104472 ] Hyukjin Kwon commented on SPARK-21554: -------------------------------------- Would you mind describing steps to reproduce this? > Spark Hive reporting pyspark.sql.utils.AnalysisException: u'Table not found: XXX' when run on yarn cluster > ---------------------------------------------------------------------------------------------------------- > > Key: SPARK-21554 > URL: https://issues.apache.org/jira/browse/SPARK-21554 > Project: Spark > Issue Type: Bug > Components: Deploy > Affects Versions: 2.1.1 > Environment: We are deploying pyspark scripts on EMR 5.7 > Reporter: Subhod Lagade > > Traceback (most recent call last): > File "Test.py", line 7, in > hc = HiveContext(sc) > File "/mnt/yarn/usercache/hadoop/appcache/application_1500357225179_0540/container_1500357225179_0540_02_000001/pyspark.zip/pyspark/sql/context.py", line 514, in __init__ > File "/mnt/yarn/usercache/hadoop/appcache/application_1500357225179_0540/container_1500357225179_0540_02_000001/pyspark.zip/pyspark/sql/session.py", line 179, in getOrCreate > File "/mnt/yarn/usercache/hadoop/appcache/application_1500357225179_0540/container_1500357225179_0540_02_000001/py4j-0.10.4-src.zip/py4j/java_gateway.py", line 1133, in __call__ > File "/mnt/yarn/usercache/hadoop/appcache/application_1500357225179_0540/container_1500357225179_0540_02_000001/pyspark.zip/pyspark/sql/utils.py", line 79, in deco > pyspark.sql.utils.IllegalArgumentException: u"Error while instantiating 'org.apache.spark.sql.hive.HiveSessionState':" -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org