Return-Path: X-Original-To: apmail-flink-user-archive@minotaur.apache.org Delivered-To: apmail-flink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFABA18CCA for ; Wed, 16 Dec 2015 14:16:32 +0000 (UTC) Received: (qmail 74084 invoked by uid 500); 16 Dec 2015 14:16:32 -0000 Delivered-To: apmail-flink-user-archive@flink.apache.org Received: (qmail 73996 invoked by uid 500); 16 Dec 2015 14:16:32 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 73986 invoked by uid 99); 16 Dec 2015 14:16:32 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Dec 2015 14:16:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0994FC0715 for ; Wed, 16 Dec 2015 14:16:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.482 X-Spam-Level: *** X-Spam-Status: No, score=3.482 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LINKBAIT=2.5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id s9JZFXarofEb for ; Wed, 16 Dec 2015 14:16:25 +0000 (UTC) Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B4D6742A45 for ; Wed, 16 Dec 2015 14:16:24 +0000 (UTC) Received: by mail-wm0-f48.google.com with SMTP id l126so39864895wml.1 for ; Wed, 16 Dec 2015 06:16:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=3x6pPq55m510DpV+G+rpX7SZ8//mHkMYQYs939erj64=; b=UJzS6sT1Z/X4TIqoTwynqVjfzju7KlhGxqlIMciIubAsuHpKlzugZzC+ZnIlN5sPa8 WYwlDtDeyygt/ZLQsvio8GAAJdXWgJKfMLZqR4erVJxcaL3uc0SX7K14wIgnoidsM3/7 jEs3tFxrRrP05+Ug4JnNpn7u4WJStUp5NuIfodggcz4KyIvrapEDXP9Goff9/zZ/8pM2 Qx6T/C2861dgy3wUvLSFdr1HwWeCfe3ffR9tZ/CZYvff/Dl34jhaltPurUxIRBEQEXEM ZsnAI0d336TJ2gZfmiNt61E5F2093wXRmSmhpST0oAwhP0mrPl9rS69yuD9jcntEZrpf Wt1w== X-Gm-Message-State: ALoCoQnxPo4QF/vngNtvQ49ZIyWx+yvzo8SkGmi9WFzhfof7jjT/Ixjjc3wFTMzsHWem5azTtD7rXMl3o+E3eryhOmhnWtI6XA== X-Received: by 10.194.114.34 with SMTP id jd2mr51573763wjb.12.1450275383935; Wed, 16 Dec 2015 06:16:23 -0800 (PST) Received: from vinci.fritz.box (ip5b40315a.dynamic.kabel-deutschland.de. [91.64.49.90]) by smtp.googlemail.com with ESMTPSA id n7sm7589338wmf.21.2015.12.16.06.16.23 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Dec 2015 06:16:23 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: Re: Apache Flink Web Dashboard - Completed Job history From: Ufuk Celebi In-Reply-To: Date: Wed, 16 Dec 2015 15:16:22 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@flink.apache.org X-Mailer: Apple Mail (2.3096.5) > On 16 Dec 2015, at 15:00, Ovidiu-Cristian MARCU = wrote: >=20 > Hi >=20 > If I restart the Flink I don=E2=80=99t see anymore the history of the = completed jobs. > Is this a missing feature or what should I do to see the completed job = list history? Not possible at the moment. Completed jobs are archived on the JobManager and lost after restarts. =E2=80=93 Ufuk