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 53ED8200D69 for ; Wed, 13 Dec 2017 03:20:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 525E2160C10; Wed, 13 Dec 2017 02:20:08 +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 97137160C00 for ; Wed, 13 Dec 2017 03:20:07 +0100 (CET) Received: (qmail 97512 invoked by uid 500); 13 Dec 2017 02:20:06 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 97475 invoked by uid 99); 13 Dec 2017 02:20:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2017 02:20:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1F6651A1016 for ; Wed, 13 Dec 2017 02:20:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Nq4b5SK8NMnd for ; Wed, 13 Dec 2017 02:20:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 06E785FB72 for ; Wed, 13 Dec 2017 02:20:04 +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 1DEE7E00CD for ; Wed, 13 Dec 2017 02:20:03 +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 32EBB212FA for ; Wed, 13 Dec 2017 02:20:01 +0000 (UTC) Date: Wed, 13 Dec 2017 02:20:00 +0000 (UTC) From: "Pedro Boado (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (PHOENIX-4454) [CDH] Heavy client fails when used from a standalone machine MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 13 Dec 2017 02:20:08 -0000 Pedro Boado created PHOENIX-4454: ------------------------------------ Summary: [CDH] Heavy client fails when used from a standalone = machine Key: PHOENIX-4454 URL: https://issues.apache.org/jira/browse/PHOENIX-4454 Project: Phoenix Issue Type: Bug Affects Versions: 4.13.2-cdh5.11.2 Environment: Windows 7 + DB Visualizer + Heavy client Reporter: Pedro Boado Assignee: Pedro Boado Client provided with the distribution doesn't work when used out of the HBa= se cluster. =20 {code} java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoo= p.mapred.JobConf =C2=A0=C2=A0=C2=A0at java.lang.Class.forName0(Native Method) =C2=A0=C2=A0=C2=A0at java.lang.Class.forName(Unknown Source) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.conf.Configuration.getClassByNameOrN= ull(Configuration.java:2138) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.setJobConf(Refl= ectionUtils.java:91) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.setConf(Reflect= ionUtils.java:75) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.newInstance(Ref= lectionUtils.java:133) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.security.UserProvider.instanti= ate(UserProvider.java:124) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.client.ConnectionManager.creat= eConnectionInternal(ConnectionManager.java:341) =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.client.HConnectionManager.crea= teConnection(HConnectionManager.java:144) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.HConnectionFactory$HConnectio= nFactoryImpl.createConnection(HConnectionFactory.java:47) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl.o= penConnection(ConnectionQueryServicesImpl.java:408) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl.a= ccess$400(ConnectionQueryServicesImpl.java:256) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl$1= 2.call(ConnectionQueryServicesImpl.java:2408) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl$1= 2.call(ConnectionQueryServicesImpl.java:2384) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.util.PhoenixContextExecutor.call(Ph= oenixContextExecutor.java:76) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl.i= nit(ConnectionQueryServicesImpl.java:2384) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQue= ryServices(PhoenixDriver.java:255) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.createCo= nnection(PhoenixEmbeddedDriver.java:150) =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixDriver.connect(PhoenixD= river.java:221) =C2=A0=C2=A0=C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Me= thod) =C2=A0=C2=A0=C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown So= urce) =C2=A0=C2=A0=C2=A0at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknow= n Source) =C2=A0=C2=A0=C2=A0at java.lang.reflect.Method.invoke(Unknown Source) =C2=A0=C2=A0=C2=A0at com.onseven.dbvis.g.B.D.=C4=81(Z:1548) =C2=A0=C2=A0=C2=A0at com.onseven.dbvis.g.B.F$A.call(Z:1369) {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)