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 2973217804 for ; Sat, 7 Feb 2015 03:52:35 +0000 (UTC) Received: (qmail 85952 invoked by uid 500); 7 Feb 2015 03:52:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 85873 invoked by uid 500); 7 Feb 2015 03:52:34 -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 85862 invoked by uid 500); 7 Feb 2015 03:52:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 85859 invoked by uid 99); 7 Feb 2015 03:52:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 03:52:34 +0000 Date: Sat, 7 Feb 2015 03:52:34 +0000 (UTC) From: "Hive QA (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9560) When hive.stats.collect.rawdatasize=true, 'rawDataSize' for an ORC table will result in value '0' after running 'analyze table TABLE_NAME compute statistics;' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-9560?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D14310= 529#comment-14310529 ]=20 Hive QA commented on HIVE-9560: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12696991/HIVE-9560.2.patch {color:green}SUCCESS:{color} +1 7482 tests passed Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job= /PreCommit-HIVE-TRUNK-Build/2692/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/j= ob/PreCommit-HIVE-TRUNK-Build/2692/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit= -HIVE-TRUNK-Build-2692/ 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: 12696991 - PreCommit-HIVE-TRUNK-Build > When hive.stats.collect.rawdatasize=3Dtrue, 'rawDataSize' for an ORC tabl= e will result in value '0' after running 'analyze table TABLE_NAME compute = statistics;' > -------------------------------------------------------------------------= ---------------------------------------------------------------------------= ---------- > > Key: HIVE-9560 > URL: https://issues.apache.org/jira/browse/HIVE-9560 > Project: Hive > Issue Type: Bug > Reporter: Xin Hao > Assignee: Prasanth Jayachandran > Attachments: HIVE-9560.1.patch, HIVE-9560.2.patch > > > When hive.stats.collect.rawdatasize=3Dtrue, 'rawDataSize' for an ORC tabl= e will result in value '0' after running 'analyze table TABLE_NAME compute = statistics;' > Reproduce step: > (1) set hive.stats.collect.rawdatasize=3Dtrue=EF=BC=9B > (2) Generate an ORC table in hive, and the value of its 'rawDataSize' is = NOT zero. > You can find the value of 'rawDataSize' (NOT zero) by executing 'describ= e extended TABLE_NAME;'=20 > (4) Execute 'analyze table TABLE_NAME compute statistics;' > (5) Execute 'describe extended TABLE_NAME;' again, and you will find tha= t the value of 'rawDataSize' will be changed to '0'. -- This message was sent by Atlassian JIRA (v6.3.4#6332)