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 29ACB10F1D for ; Thu, 30 Jan 2014 22:02:34 +0000 (UTC) Received: (qmail 60151 invoked by uid 500); 30 Jan 2014 22:02:10 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 60053 invoked by uid 500); 30 Jan 2014 22:02:10 -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 60039 invoked by uid 500); 30 Jan 2014 22:02:09 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 60032 invoked by uid 99); 30 Jan 2014 22:02:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jan 2014 22:02:09 +0000 Date: Thu, 30 Jan 2014 22:02:09 +0000 (UTC) From: "Vikram Dixit K (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6104) Join-key logging in join operator 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-6104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887144#comment-13887144 ] Vikram Dixit K commented on HIVE-6104: -------------------------------------- LGTM +1. I will commit this shortly. > Join-key logging in join operator > --------------------------------- > > Key: HIVE-6104 > URL: https://issues.apache.org/jira/browse/HIVE-6104 > Project: Hive > Issue Type: Bug > Components: Diagnosability > Affects Versions: 0.11.0, 0.12.0, 0.13.0 > Reporter: Steven Wong > Assignee: Steven Wong > Priority: Minor > Fix For: 0.13.0 > > Attachments: HIVE-6104.patch > > > JoinOperator.processOp logs lines like "table 0 has x rows for join key \[foo\]". It is supposed to log after x rows for x = i, 2i, 4i, .... However, it has never worked completely: > * In 0.11.0 and before, it logs after i rows and not after >i rows, because nextSz is not properly updated. > * In 0.12.0, HIVE-4960 partially fixed that but x fails to be reset when the alias (tag) changes. -- This message was sent by Atlassian JIRA (v6.1.5#6160)