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 AACF82009F9 for ; Mon, 23 May 2016 20:36:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A99A9160A05; Mon, 23 May 2016 18:36:14 +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 237EA160A24 for ; Mon, 23 May 2016 20:36:13 +0200 (CEST) Received: (qmail 76468 invoked by uid 500); 23 May 2016 18:36:13 -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 76247 invoked by uid 99); 23 May 2016 18:36:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 18:36:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D5CA82C1F62 for ; Mon, 23 May 2016 18:36:12 +0000 (UTC) Date: Mon, 23 May 2016 18:36:12 +0000 (UTC) From: "Hari Sankar Sivarama Subramaniyan (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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: Mon, 23 May 2016 18:36:14 -0000 Hari Sankar Sivarama Subramaniyan created HIVE-13822: -------------------------------------------------------- Summary: TestPerfCliDriver throws warning in StatsSetupConst t= hat JsonParser cannot 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 Thanks to [~jcamachorodriguez] for uncovering this issue as part of HIVE-13= 269. StatsSetupConst.areColumnStatsUptoDate() is used to check whether stat= s are up-to-date. In case of PerfCliDriver, =E2=80=98false=E2=80=99 (thus,= 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 Sta= tsSetupConst) {code} Looks like the issue started happening after HIVE-12261 went in.=20 The fix would be to replace {{COLUMN_STATS_ACCURATE,true}} with {{COLUMN_STATS_ACCURATE,{"COLUMN_STATS":{"key":"true","value":"true"},"BASI= C_STATS":"true"}}} in data/files/tpcds-perf/metastore_export/csv/TABLE_PARAMS.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)