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 3D759CA10 for ; Tue, 12 Aug 2014 08:33:29 +0000 (UTC) Received: (qmail 39759 invoked by uid 500); 12 Aug 2014 08:33:29 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 39701 invoked by uid 500); 12 Aug 2014 08:33:29 -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 39684 invoked by uid 99); 12 Aug 2014 08:33:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 08:33:28 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [139.18.1.28] (HELO v3.rz.uni-leipzig.de) (139.18.1.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 08:33:21 +0000 Received: from localhost (localhost [127.0.0.1]) by v3.rz.uni-leipzig.de (Postfix) with ESMTP id BE2E62C04F for ; Tue, 12 Aug 2014 10:32:59 +0200 (CEST) X-Virus-Scanned: by amavisd-new at v3-ul Received: from v3.rz.uni-leipzig.de ([127.0.0.1]) by localhost (v3.rz.uni-leipzig.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MGFUpuiYL8Lq for ; Tue, 12 Aug 2014 10:32:59 +0200 (CEST) Received: from studserv.uni-leipzig.de (studserv.uni-leipzig.de [139.18.1.15]) by v3.rz.uni-leipzig.de (Postfix) with ESMTP id ABBB52C04E for ; Tue, 12 Aug 2014 10:32:59 +0200 (CEST) Received: from [139.18.118.12] (c1012.vpn.uni-leipzig.de [139.18.118.12]) by studserv.uni-leipzig.de (Postfix) with ESMTPSA id 7ABC64BDC for ; Tue, 12 Aug 2014 10:32:59 +0200 (CEST) Message-ID: <53E9D138.9040805@studserv.uni-leipzig.de> Date: Tue, 12 Aug 2014 10:32:56 +0200 From: Norman Spangenberg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: dev@flink.incubator.apache.org Subject: Re: parse json-file with scala-api and json4s Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello Aljoscha and Robert, Sorry for that stupid question. Building a fat JAR with maven worked for me. Thank you. actually I tried to copy the json4s-JARsto the lib folders of the cluster. But that didn't work. In Yarn-Cluster-Mode: where is the right directory to put that JARs? Is it hadoop-VERSION/share/hadoop/common/lib/ ? kind regards norman