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 79E3E200BEB for ; Wed, 23 Nov 2016 02:55:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 789E2160B0C; Wed, 23 Nov 2016 01:55:00 +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 D7567160B1F for ; Wed, 23 Nov 2016 02:54:59 +0100 (CET) Received: (qmail 10929 invoked by uid 500); 23 Nov 2016 01:54:58 -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 10916 invoked by uid 99); 23 Nov 2016 01:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 01:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B13872C4C72 for ; Wed, 23 Nov 2016 01:54:58 +0000 (UTC) Date: Wed, 23 Nov 2016 01:54:58 +0000 (UTC) From: "Prasanth Jayachandran (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (HIVE-15217) Add watch mode to llap status tool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 23 Nov 2016 01:55:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-15217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasanth Jayachandran updated HIVE-15217: ----------------------------------------- Comment: was deleted (was: Addressed [~gopalv]'s review comments. Added a unit test case to verify the same but was hit by kryo issue. Will look at it later. Having 2 kryo factories one for serialization and other for cloning will also work because of this kryo bug. The easier fix is to leave the Statistics object non-transient as such. This will however add to the serialized size of the plan which shouldn't be big. ) > Add watch mode to llap status tool > ---------------------------------- > > Key: HIVE-15217 > URL: https://issues.apache.org/jira/browse/HIVE-15217 > Project: Hive > Issue Type: Improvement > Components: llap > Affects Versions: 2.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Minor > Attachments: HIVE-15217.1.patch > > > There is few seconds overhead for launching the llap status command. To avoid we can add "watch" mode to llap status tool that refreshes the status after configured interval. -- This message was sent by Atlassian JIRA (v6.3.4#6332)