Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EFE01861D for ; Thu, 23 Jul 2015 18:58:27 +0000 (UTC) Received: (qmail 9854 invoked by uid 500); 23 Jul 2015 18:58:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 9805 invoked by uid 500); 23 Jul 2015 18:58:05 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 9660 invoked by uid 99); 23 Jul 2015 18:58:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 18:58:05 +0000 Date: Thu, 23 Jul 2015 18:58:04 +0000 (UTC) From: "Vikram Dixit K (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11356) SMB join on tez fails when one of the tables is empty MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-11356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-11356: ---------------------------------- Attachment: HIVE-11356.1.patch > SMB join on tez fails when one of the tables is empty > ----------------------------------------------------- > > Key: HIVE-11356 > URL: https://issues.apache.org/jira/browse/HIVE-11356 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Vikram Dixit K > Assignee: Vikram Dixit K > Attachments: HIVE-11356.1.patch > > > {code} > :java.lang.IllegalStateException: Unexpected event. All physical sources already initialized > at com.google.common.base.Preconditions.checkState(Preconditions.java:145) > at org.apache.tez.mapreduce.input.MultiMRInput.handleEvents(MultiMRInput.java:142) > at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.handleEvent(LogicalIOProcessorRuntimeTask.java:610) > at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.access$1100(LogicalIOProcessorRuntimeTask.java:90) > at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask$1.run(LogicalIOProcessorRuntimeTask.java:673) > at java.lang.Thread.run(Thread.java:745) > ]], Vertex failed as one or more tasks failed. failedTasks:1, Vertex vertex_1437168420060_17787_1_01 [Map 4] killed/failed due to:null] > Vertex killed, vertexName=Reducer 5, vertexId=vertex_1437168420060_17787_1_02, diagnostics=[Vertex received Kill while in RUNNING state., Vertex killed as other vertex failed. failedTasks:0, Vertex vertex_1437168420060_17787_1_02 [Reducer 5] killed/failed due to:null] > DAG failed due to vertex failure. failedVertices:1 killedVertices:1 > FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask > HQL-FAILED > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)