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 854ED200C24 for ; Thu, 23 Feb 2017 13:01:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8110D160B78; Thu, 23 Feb 2017 12:01:51 +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 C33E8160B50 for ; Thu, 23 Feb 2017 13:01:50 +0100 (CET) Received: (qmail 26865 invoked by uid 500); 23 Feb 2017 12:01:50 -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 26844 invoked by uid 99); 23 Feb 2017 12:01:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2017 12:01:49 +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 71A34C1976 for ; Thu, 23 Feb 2017 12:01:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id mwGmpOucJjIM for ; Thu, 23 Feb 2017 12:01:48 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 36FF35FC2A for ; Thu, 23 Feb 2017 12:01:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8566DE087E for ; Thu, 23 Feb 2017 12:01:44 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3B4A524134 for ; Thu, 23 Feb 2017 12:01:44 +0000 (UTC) Date: Thu, 23 Feb 2017 12:01:44 +0000 (UTC) From: "Karol Brejna (JIRA)" To: dev@gearpump.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (GEARPUMP-253) Yarn-client fail while launching MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Feb 2017 12:01:51 -0000 [ https://issues.apache.org/jira/browse/GEARPUMP-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karol Brejna reassigned GEARPUMP-253: ------------------------------------- Assignee: Karol Brejna > Yarn-client fail while launching > -------------------------------- > > Key: GEARPUMP-253 > URL: https://issues.apache.org/jira/browse/GEARPUMP-253 > Project: Apache Gearpump > Issue Type: Bug > Reporter: Piotr Grabuszynski > Assignee: Karol Brejna > 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.15#6346)