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 0D76518496 for ; Sat, 8 Aug 2015 18:35:46 +0000 (UTC) Received: (qmail 65826 invoked by uid 500); 8 Aug 2015 18:35:46 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 65801 invoked by uid 500); 8 Aug 2015 18:35: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 65791 invoked by uid 99); 8 Aug 2015 18:35:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2015 18:35:45 +0000 Date: Sat, 8 Aug 2015 18:35:45 +0000 (UTC) From: "Hive QA (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11376) CombineHiveInputFormat is falling back to HiveInputFormat in case codecs are found for one of the input files 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-11376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14663107#comment-14663107 ] Hive QA commented on HIVE-11376: -------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12749200/HIVE-11376.02.patch {color:green}SUCCESS:{color} +1 9344 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4875/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4875/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4875/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12749200 - PreCommit-HIVE-TRUNK-Build > CombineHiveInputFormat is falling back to HiveInputFormat in case codecs are found for one of the input files > ------------------------------------------------------------------------------------------------------------- > > Key: HIVE-11376 > URL: https://issues.apache.org/jira/browse/HIVE-11376 > Project: Hive > Issue Type: Bug > Reporter: Rajat Khandelwal > Assignee: Rajat Khandelwal > Attachments: HIVE-11376.02.patch > > > https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java#L379 > This is the exact code snippet: > {noformat} > / Since there is no easy way of knowing whether MAPREDUCE-1597 is present in the tree or not, > // we use a configuration variable for the same > if (this.mrwork != null && !this.mrwork.getHadoopSupportsSplittable()) { > // The following code should be removed, once > // https://issues.apache.org/jira/browse/MAPREDUCE-1597 is fixed. > // Hadoop does not handle non-splittable files correctly for CombineFileInputFormat, > // so don't use CombineFileInputFormat for non-splittable files > //ie, dont't combine if inputformat is a TextInputFormat and has compression turned on > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)