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 52610200B50 for ; Fri, 15 Jul 2016 03:58:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 50E79160A88; Fri, 15 Jul 2016 01:58: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 9B9F2160A63 for ; Fri, 15 Jul 2016 03:58:21 +0200 (CEST) Received: (qmail 49118 invoked by uid 500); 15 Jul 2016 01:58:20 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 49096 invoked by uid 99); 15 Jul 2016 01:58:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2016 01:58:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80E042C027F for ; Fri, 15 Jul 2016 01:58:20 +0000 (UTC) Date: Fri, 15 Jul 2016 01:58:20 +0000 (UTC) From: "Rajesh Balamohan (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-14245) NoClassDefFoundError when starting LLAP daemon MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 15 Jul 2016 01:58:22 -0000 Rajesh Balamohan created HIVE-14245: --------------------------------------- Summary: NoClassDefFoundError when starting LLAP daemon Key: HIVE-14245 URL: https://issues.apache.org/jira/browse/HIVE-14245 Project: Hive Issue Type: Bug Reporter: Rajesh Balamohan Priority: Minor Env: hive master branch {noformat} 2016-07-14T20:40:00,646=E2=80=82=E2=80=82WARN [main[]] conf.Configuration: = hive-site.xml:an attempt to override final parameter: hive.server2.tez.sess= ions.per.default.queue;=E2=80=82=E2=80=82Ignoring. 2016-07-14T20:40:00,652=E2=80=82=E2=80=82WARN [main[]] impl.LlapDaemon: Fai= led to start LLAP Daemon with exception java.lang.NoClassDefFoundError: org/apache/hadoop/registry/client/binding/R= egistryUtils$ServiceRecordMarshal =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.hive.llap.registry.impl.LlapZookeeperRegistryImpl.(= LlapZookeeperRegistryImpl.java:134) ~[hive-exec-2.2.0-SNAPSHOT.jar:2.2.0-SN= APSHOT] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.hive.llap.registry.impl.LlapRegistryService.serviceInit(L= lapRegistryService.java:84) ~[hive-exec-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.service.AbstractService.init(AbstractService.java:163) ~[= hadoop-common-2.7.1.jar:?] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon.serviceStart(LlapDaemon.= java:369) ~[hive-llap-server-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.service.AbstractService.start(AbstractService.java:193) ~= [hadoop-common-2.7.1.jar:?] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = org.apache.hadoop.hive.llap.daemon.impl.LlapDaemon.main(LlapDaemon.java:460= ) [hive-llap-server-2.2.0-SNAPSHOT.jar:2.2.0-SNAPSHOT] Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.registry.cli= ent.binding.RegistryUtils$ServiceRecordMarshal =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[?:1.8.0_65] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_65] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) ~[?:1.8.0_65] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82at = java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_65] =E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82=E2=80=82...= 6 more {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)