Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 58417200B65 for ; Tue, 2 Aug 2016 16:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 563C5160A65; Tue, 2 Aug 2016 14:57:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 99587160A76 for ; Tue, 2 Aug 2016 16:57:21 +0200 (CEST) Received: (qmail 5355 invoked by uid 500); 2 Aug 2016 14:57:20 -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 5330 invoked by uid 99); 2 Aug 2016 14:57:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 14:57:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 760E92C0059 for ; Tue, 2 Aug 2016 14:57:20 +0000 (UTC) Date: Tue, 2 Aug 2016 14:57:20 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13822) TestPerfCliDriver throws warning in StatsSetupConst that JsonParser cannot parse COLUMN_STATS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 14:57:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-13822?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1540= 4132#comment-15404132 ]=20 Ashutosh Chauhan commented on HIVE-13822: ----------------------------------------- +1 > TestPerfCliDriver throws warning in StatsSetupConst that JsonParser cann= ot parse COLUMN_STATS > -------------------------------------------------------------------------= --------------------- > > Key: HIVE-13822 > URL: https://issues.apache.org/jira/browse/HIVE-13822 > Project: Hive > Issue Type: Bug > Reporter: Hari Sankar Sivarama Subramaniyan > Assignee: Hari Sankar Sivarama Subramaniyan > Attachments: HIVE-13822.1.patch, HIVE-13822.2.patch, HIVE-13822.3= .patch > > > Thanks to [~jcamachorodriguez] for uncovering this issue as part of HIVE-= 13269. StatsSetupConst.areColumnStatsUptoDate() is used to check whether st= ats are up-to-date. In case of PerfCliDriver, =E2=80=98false=E2=80=99 (thu= s, not up-to-date) is returned and the following debug message in the logs: > {code} > In StatsSetupConst, JsonParser can not parse COLUMN_STATS. (line 190 in S= tatsSetupConst) > {code} > Looks like the issue started happening after HIVE-12261 went in.=20 > The fix would be to replace > {color:red}COLUMN_STATS_ACCURATE,true{color} > with > {color:green}COLUMN_STATS_ACCURATE,{"COLUMN_STATS":{"key":"true","value":= "true"},"BASIC_STATS":"true"}{color} > where key, value are the column names. > in data/files/tpcds-perf/metastore_export/csv/TABLE_PARAMS.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)