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 6FF7E2009F9 for ; Mon, 23 May 2016 16:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6EC681609A8; Mon, 23 May 2016 14:18: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 B79D61602C5 for ; Mon, 23 May 2016 16:18:21 +0200 (CEST) Received: (qmail 34099 invoked by uid 500); 23 May 2016 14:18:20 -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 34090 invoked by uid 99); 23 May 2016 14:18:20 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2016 14:18:20 +0000 Received: from mail-vk0-f51.google.com (mail-vk0-f51.google.com [209.85.213.51]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 82F631A0118 for ; Mon, 23 May 2016 14:18:20 +0000 (UTC) Received: by mail-vk0-f51.google.com with SMTP id f66so224430590vkh.2 for ; Mon, 23 May 2016 07:18:20 -0700 (PDT) X-Gm-Message-State: ALyK8tIFVRPYTujLjfMNNRZllnuQ0MqwWfJs71k1UkBiB0woDaXF5bsQNu84tcGdDL+tYV1dDeJPIPV0sxQuqX+S X-Received: by 10.159.36.39 with SMTP id 36mr6535200uaq.34.1464013099521; Mon, 23 May 2016 07:18:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.67.227 with HTTP; Mon, 23 May 2016 07:17:59 -0700 (PDT) In-Reply-To: References: From: Maximilian Michels Date: Mon, 23 May 2016 16:17:59 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Weird Kryo exception (Unable to find class: java.ttil.HashSet) To: "user@flink.apache.org" Content-Type: text/plain; charset=UTF-8 archived-at: Mon, 23 May 2016 14:18:22 -0000 What error do you get when you don't register the Kryo serializer? On Mon, May 23, 2016 at 11:57 AM, Flavio Pompermaier wrote: > With this last settings I was able to terminate the job the second time I > retried to run it, without restarting the cluster.. > If I don't register the serializer for DateTime the job doesn't start at all > (from Flink 1.x you have to register it [1]). > I can't understand what's wrong :( > > [1] > https://cwiki.apache.org/confluence/display/FLINK/Migration+Guide%3A+0.10.x+to+1.0.x > > Best, > Flavio