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 5E211FB1E for ; Mon, 25 Mar 2013 16:49:19 +0000 (UTC) Received: (qmail 52898 invoked by uid 500); 25 Mar 2013 16:49:17 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 52813 invoked by uid 500); 25 Mar 2013 16:49:17 -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 52756 invoked by uid 500); 25 Mar 2013 16:49:17 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 52729 invoked by uid 99); 25 Mar 2013 16:49:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 16:49:17 +0000 Date: Mon, 25 Mar 2013 16:49:17 +0000 (UTC) From: "Gang Tim Liu (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (HIVE-3958) support partial scan for analyze command - RCFile 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-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on HIVE-3958 started by Gang Tim Liu. > support partial scan for analyze command - RCFile > ------------------------------------------------- > > Key: HIVE-3958 > URL: https://issues.apache.org/jira/browse/HIVE-3958 > Project: Hive > Issue Type: Improvement > Reporter: Gang Tim Liu > Assignee: Gang Tim Liu > Attachments: HIVE-3958.patch.1, HIVE-3958.patch.2, HIVE-3958.patch.3, HIVE-3958.patch.4 > > > analyze commands allows us to collect statistics on existing tables/partitions. It works great but might be slow since it scans all files. > There are 2 ways to speed it up: > 1. collect stats without file scan. It may not collect all stats but good and fast enough for use case. HIVE-3917 addresses it > 2. collect stats via partial file scan. It doesn't scan all content of files but part of it to get file metadata. some examples are https://cwiki.apache.org/Hive/rcfilecat.html for RCFile, ORC ( HIVE-3874 ) and HFile of Hbase > This jira is targeted to address the #2. More specifically RCFile format. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira