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 CC4FC18E4D for ; Fri, 1 May 2015 00:52:06 +0000 (UTC) Received: (qmail 81633 invoked by uid 500); 1 May 2015 00:52:06 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 81558 invoked by uid 500); 1 May 2015 00:52:06 -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 81541 invoked by uid 99); 1 May 2015 00:52:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 00:52:06 +0000 Date: Fri, 1 May 2015 00:52:06 +0000 (UTC) From: "Thomas Friedrich (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-10567) partial scan for rcfile table doesn't work for dynamic partition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Thomas Friedrich created HIVE-10567: --------------------------------------- Summary: partial scan for rcfile table doesn't work for dynamic partition Key: HIVE-10567 URL: https://issues.apache.org/jira/browse/HIVE-10567 Project: Hive Issue Type: Improvement Components: Query Processor Affects Versions: 1.0.0, 0.14.0 Reporter: Thomas Friedrich Priority: Minor HIVE-3958 added support for partial scan for RCFile. This works fine for static partitions (for example: analyze table analyze_srcpart_partial_scan PARTITION(ds='2008-04-08',hr=11) compute statistics partialscan). For dynamic partition, the analyze files with an IOException "java.io.IOException: No input paths specified in job": hive> ANALYZE TABLE testtable PARTITION(col_varchar) COMPUTE STATISTICS PARTIALSCAN; java.io.IOException: No input paths specified in job at org.apache.hadoop.hive.ql.io.HiveInputFormat.getInputPaths(HiveInputFormat.java:318) at org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getSplits(CombineHiveInputFormat.java:459) at org.apache.hadoop.mapreduce.JobSubmitter.writeOldSplits(JobSubmitter.java:624) at org.apache.hadoop.mapreduce.JobSubmitter.writeSplits(JobSubmitter.java:616) at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:492) -- This message was sent by Atlassian JIRA (v6.3.4#6332)