From issues-return-140902-archive-asf-public=cust-asf.ponee.io@hive.apache.org Wed Oct 24 20:38:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3C5D8180638 for ; Wed, 24 Oct 2018 20:38:04 +0200 (CEST) Received: (qmail 51672 invoked by uid 500); 24 Oct 2018 18:38:03 -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 51663 invoked by uid 99); 24 Oct 2018 18:38:03 -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; Wed, 24 Oct 2018 18:38:03 +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 D5A02C65BB for ; Wed, 24 Oct 2018 18:38:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107 X-Spam-Level: X-Spam-Status: No, score=-107 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_BADIPHTTP=2, KAM_NUMSUBJECT=0.5, NORMAL_HTTP_TO_IP=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CAxSVg0ZJhUI for ; Wed, 24 Oct 2018 18:38:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A12D55F117 for ; Wed, 24 Oct 2018 18:38:01 +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 DBC41E25D5 for ; Wed, 24 Oct 2018 18:38:00 +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 452DB26699 for ; Wed, 24 Oct 2018 18:38:00 +0000 (UTC) Date: Wed, 24 Oct 2018 18:38:00 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-20661) Dynamic partitions loading calls add partition for every partition 1-by-1 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-20661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662661#comment-16662661 ] Hive QA commented on HIVE-20661: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12945363/HIVE-20661.12.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 15506 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14619/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14619/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14619/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12945363 - PreCommit-HIVE-Build > Dynamic partitions loading calls add partition for every partition 1-by-1 > ------------------------------------------------------------------------- > > Key: HIVE-20661 > URL: https://issues.apache.org/jira/browse/HIVE-20661 > Project: Hive > Issue Type: Improvement > Components: Hive > Affects Versions: 4.0.0 > Reporter: Laszlo Pinter > Assignee: Laszlo Pinter > Priority: Major > Attachments: HIVE-20661.01.patch, HIVE-20661.02.patch, HIVE-20661.03.patch, HIVE-20661.04.patch, HIVE-20661.05.patch, HIVE-20661.06.patch, HIVE-20661.07.patch, HIVE-20661.08.patch, HIVE-20661.09.patch, HIVE-20661.10.patch, HIVE-20661.11.patch, HIVE-20661.12.patch > > > Hive.loadDynamicPartitions creates partitions using a threadpool, but the update of the Metastore via the MetastoreClient is done 1-by-1. This adds unnecessary extra calls. The partitions should be created in one batch. -- This message was sent by Atlassian JIRA (v7.6.3#76005)