Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA2CB11BFB for ; Sun, 29 Jun 2014 14:33:18 +0000 (UTC) Received: (qmail 62488 invoked by uid 500); 29 Jun 2014 14:33:17 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 62439 invoked by uid 500); 29 Jun 2014 14:33:17 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 62361 invoked by uid 99); 29 Jun 2014 14:33:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 14:33:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ewenstephan@gmail.com designates 209.85.223.179 as permitted sender) Received: from [209.85.223.179] (HELO mail-ie0-f179.google.com) (209.85.223.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jun 2014 14:33:10 +0000 Received: by mail-ie0-f179.google.com with SMTP id tr6so5804659ieb.24 for ; Sun, 29 Jun 2014 07:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=lI5XEq58mPV1oX7ILTcSl+prx2bUJ92bXZc+J+hnppE=; b=0q1D2O7e7m0EkbZE8RJejAXflqx59gnsllL+3o0KFYPZweySsUaF6sVIWOO97uT+G/ URiK5V49G4WF7uIv8Woy6g6VhPVXZvFJx9RHgaRDhmC0iWqLHd9AVu5aHRSBTGQiRtId Ez4rB0V2K7TY+crIHYiUYld5e5rGIWhcXMNe0p919lop6AitOq7UjZjKc73TMVT0cLsX tYtFGn33IPAP3jTwPGsmdAiD7WI4Q0QmyjXOfc8aoHdEra9zwbcD7Brrkoimh0FBha+k 0+tgWGfszNWpYTQg5221HRrw8ID0o7CQnH3IYRddpwXp1BZKvGJkCFP19EKeVgiwx4q1 pC3Q== MIME-Version: 1.0 X-Received: by 10.43.78.19 with SMTP id zk19mr1936795icb.77.1404052365930; Sun, 29 Jun 2014 07:32:45 -0700 (PDT) Sender: ewenstephan@gmail.com Received: by 10.64.111.6 with HTTP; Sun, 29 Jun 2014 07:32:45 -0700 (PDT) In-Reply-To: References: Date: Sun, 29 Jun 2014 16:32:45 +0200 X-Google-Sender-Auth: WI4Kgpid4lyhXqhjnPQiP2oNoJw Message-ID: Subject: Re: Cluster execution of an example program ("Word count") and a problem related to the modificated example From: Stephan Ewen To: dev@flink.incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8ff24beb84747d04fcfa6a0c X-Virus-Checked: Checked by ClamAV on apache.org --e89a8ff24beb84747d04fcfa6a0c Content-Type: text/plain; charset=UTF-8 Hi Krzysztof! Indeed, the input size should not matter. Can you tell us the details of the setup that worked? The built-in examples work without distributed file system, because they do not depend on files. The example programs set a Java Collection as the input, which gets distributed as part of the program. Stephan --e89a8ff24beb84747d04fcfa6a0c--