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 92577200C1D for ; Thu, 12 Jan 2017 01:10:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 911CB160B4E; Thu, 12 Jan 2017 00:10:18 +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 15092160B50 for ; Thu, 12 Jan 2017 01:10:17 +0100 (CET) Received: (qmail 12453 invoked by uid 500); 12 Jan 2017 00:10:17 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 12413 invoked by uid 500); 12 Jan 2017 00:10:16 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 12410 invoked by uid 99); 12 Jan 2017 00:10:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 00:10:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B547B2C03DF for ; Thu, 12 Jan 2017 00:10:16 +0000 (UTC) Date: Thu, 12 Jan 2017 00:10:16 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-5088) HashValuePartitioner has skew when there is only map fields MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 Jan 2017 00:10:18 -0000 [ https://issues.apache.org/jira/browse/PIG-5088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-5088: ------------------------------------ Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Committed to branch-0.16 and trunk. Thanks for the review Koji. > HashValuePartitioner has skew when there is only map fields > ----------------------------------------------------------- > > Key: PIG-5088 > URL: https://issues.apache.org/jira/browse/PIG-5088 > Project: Pig > Issue Type: Bug > Reporter: Rohini Palaniswamy > Assignee: Rohini Palaniswamy > Fix For: 0.17.0, 0.16.1 > > Attachments: PIG-5088-1.patch > > > One user who just did union of map fields, got a skew with everything going to one input file as hashcode for map was calculated on the size. [~knoguchi] pointed out that my assumption of map hashcode being non-deterministic and can change with jdk versions is wrong as it just does a sum of hashcode of its entries. -- This message was sent by Atlassian JIRA (v6.3.4#6332)