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 D9EFE18E56 for ; Sat, 25 Apr 2015 03:16:38 +0000 (UTC) Received: (qmail 14411 invoked by uid 500); 25 Apr 2015 03:16:38 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 14387 invoked by uid 500); 25 Apr 2015 03:16:38 -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 14376 invoked by uid 99); 25 Apr 2015 03:16:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Apr 2015 03:16:38 +0000 Date: Sat, 25 Apr 2015 03:16:38 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-10217) LLAP: Support caching of uncompressed ORC data 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-10217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512212#comment-14512212 ] Lefty Leverenz commented on HIVE-10217: --------------------------------------- Glitch: The commit message says HIVE-20217 instead of HIVE-10217. The commit ID is 582f4e1bc39b9605d11f762480b29561a44688ae. > LLAP: Support caching of uncompressed ORC data > ---------------------------------------------- > > Key: HIVE-10217 > URL: https://issues.apache.org/jira/browse/HIVE-10217 > Project: Hive > Issue Type: Sub-task > Affects Versions: llap > Reporter: Gopal V > Assignee: Sergey Shelukhin > Fix For: llap > > Attachments: HIVE-10127.patch > > > {code} > Caused by: java.io.IOException: ORC compression buffer size (0) is smaller than LLAP low-level cache minimum allocation size (131072). Decrease the value for hive.llap.io.cache.orc.alloc.min > at org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:137) > at org.apache.hadoop.hive.llap.io.encoded.OrcEncodedDataReader.callInternal(OrcEncodedDataReader.java:48) > at org.apache.hadoop.hive.common.CallableWithNdc.call(CallableWithNdc.java:37) > ... 4 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)