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 D9FE4200BD4 for ; Fri, 16 Dec 2016 10:03:44 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D8B5B160B24; Fri, 16 Dec 2016 09:03:44 +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 2EE4F160AF6 for ; Fri, 16 Dec 2016 10:03:44 +0100 (CET) Received: (qmail 53091 invoked by uid 500); 16 Dec 2016 09:03:43 -0000 Mailing-List: contact dev-help@gearpump.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gearpump.incubator.apache.org Delivered-To: mailing list dev@gearpump.incubator.apache.org Received: (qmail 53080 invoked by uid 99); 16 Dec 2016 09:03:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2016 09:03:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C6E6C1806B7 for ; Fri, 16 Dec 2016 09:03:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.019 X-Spam-Level: X-Spam-Status: No, score=-7.019 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ujjRq_zw3PNv for ; Fri, 16 Dec 2016 09:03:38 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id C693C5F4ED for ; Fri, 16 Dec 2016 09:03:37 +0000 (UTC) Received: (qmail 52175 invoked by uid 99); 16 Dec 2016 09:02:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2016 09:02:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5A0222C0086 for ; Fri, 16 Dec 2016 09:02:58 +0000 (UTC) Date: Fri, 16 Dec 2016 09:02:58 +0000 (UTC) From: "Piotr Grabuszynski (JIRA)" To: dev@gearpump.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GEARPUMP-253) Yarn-client fail while lunching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Dec 2016 09:03:45 -0000 Piotr Grabuszynski created GEARPUMP-253: ------------------------------------------- Summary: Yarn-client fail while lunching Key: GEARPUMP-253 URL: https://issues.apache.org/jira/browse/GEARPUMP-253 Project: Apache Gearpump Issue Type: Bug Reporter: Piotr Grabuszynski Priority: Minor I tried to spawn Gearpump on Yarn. First, all yarn-config files has been copied to conf/yarnconf and Gearpump has been stored in HDFS under path /usr/lib/gearpump/gearpump-2.11-0.8.3-SNAPSHOT.zip. Then, I called command: bin/yarnclient launch -package /usr/lib/gearpump/gearpump-2.11-0.8.3-SNAPSHOT.zip and got following error: {code} [ClusterConfig$] loading config file application.conf... Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/base/Preconditions at org.apache.hadoop.conf.Configuration$DeprecationDelta.(Configuration.java:318) at org.apache.hadoop.conf.Configuration$DeprecationDelta.(Configuration.java:331) at org.apache.hadoop.conf.Configuration.(Configuration.java:413) at org.apache.gearpump.experiments.yarn.glue.YarnConfig$.$lessinit$greater$default$1(YarnConfig.scala:27) at org.apache.gearpump.experiments.yarn.client.LaunchCluster$.main(LaunchCluster.scala:193) at org.apache.gearpump.util.AkkaApp$$anonfun$main$1.apply(AkkaApp.scala:42) at org.apache.gearpump.util.AkkaApp$$anonfun$main$1.apply(AkkaApp.scala:42) at scala.util.Try$.apply(Try.scala:192) at org.apache.gearpump.util.AkkaApp$class.main(AkkaApp.scala:41) at org.apache.gearpump.experiments.yarn.client.LaunchCluster$.main(LaunchCluster.scala:160) at org.apache.gearpump.experiments.yarn.client.Client$.main(Client.scala:49) at org.apache.gearpump.experiments.yarn.client.Client.main(Client.scala) Caused by: java.lang.ClassNotFoundException: com.google.common.base.Preconditions at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 12 more {code} commit used to build package: 1bf6a9ba8fa774b985fcd90a5d6bef129a4fb9a5 -- This message was sent by Atlassian JIRA (v6.3.4#6332)