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 E529218589 for ; Sat, 29 Aug 2015 01:47:45 +0000 (UTC) Received: (qmail 43242 invoked by uid 500); 29 Aug 2015 01:47:45 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 43218 invoked by uid 500); 29 Aug 2015 01:47:45 -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 43208 invoked by uid 99); 29 Aug 2015 01:47:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2015 01:47:45 +0000 Date: Sat, 29 Aug 2015 01:47:45 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11689) minor flow changes to ORC split generation 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-11689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14720898#comment-14720898 ] Sergey Shelukhin commented on HIVE-11689: ----------------------------------------- [~prasanth_j] can you review https://reviews.apache.org/r/37917/ > minor flow changes to ORC split generation > ------------------------------------------ > > Key: HIVE-11689 > URL: https://issues.apache.org/jira/browse/HIVE-11689 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HIVE-11689.patch > > > There are two changes that would help future work on split PPD into HBase metastore. > 1) Move non-HDFS split strategy determination logic into main thread from threadpool. > 2) Instead of iterating thru the futures and waiting, use CompletionService to get futures in order of completion. That might be useful by itself. -- This message was sent by Atlassian JIRA (v6.3.4#6332)