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 5A381200D69 for ; Wed, 13 Dec 2017 03:21:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 58C2B160C10; Wed, 13 Dec 2017 02:21:04 +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 9EBB6160C00 for ; Wed, 13 Dec 2017 03:21:03 +0100 (CET) Received: (qmail 2215 invoked by uid 500); 13 Dec 2017 02:21:02 -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 2204 invoked by uid 99); 13 Dec 2017 02:21:02 -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; Wed, 13 Dec 2017 02:21:02 +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 4EE0918056F for ; Wed, 13 Dec 2017 02:21:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] 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 yKF_k2F5xfr8 for ; Wed, 13 Dec 2017 02:21:01 +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 E64E35F3B7 for ; Wed, 13 Dec 2017 02:21:00 +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 5C723E00CD for ; Wed, 13 Dec 2017 02:21:00 +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 0D7D2212FA for ; Wed, 13 Dec 2017 02:21:00 +0000 (UTC) Date: Wed, 13 Dec 2017 02:21:00 +0000 (UTC) From: "Pedro Boado (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:21:04 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-4454?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 288613#comment-16288613 ]=20 Pedro Boado commented on PHOENIX-4454: -------------------------------------- In an attempt to remove log4j duplication messages from phoenix-sqlline , l= og4j was removed from the client jar . This is the reason why the client is= failing.=20 > [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 H= Base cluster. =20 > {code} > java.lang.NoClassDefFoundError: Could not initialize class org.apache.had= oop.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.getClassByNameO= rNull(Configuration.java:2138) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.setJobConf(Re= flectionUtils.java:91) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.setConf(Refle= ctionUtils.java:75) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.util.ReflectionUtils.newInstance(R= eflectionUtils.java:133) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.security.UserProvider.instan= tiate(UserProvider.java:124) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.client.ConnectionManager.cre= ateConnectionInternal(ConnectionManager.java:341) > =C2=A0=C2=A0=C2=A0at org.apache.hadoop.hbase.client.HConnectionManager.cr= eateConnection(HConnectionManager.java:144) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.HConnectionFactory$HConnect= ionFactoryImpl.createConnection(HConnectionFactory.java:47) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl= .openConnection(ConnectionQueryServicesImpl.java:408) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl= .access$400(ConnectionQueryServicesImpl.java:256) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl= $12.call(ConnectionQueryServicesImpl.java:2408) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl= $12.call(ConnectionQueryServicesImpl.java:2384) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.util.PhoenixContextExecutor.call(= PhoenixContextExecutor.java:76) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.query.ConnectionQueryServicesImpl= .init(ConnectionQueryServicesImpl.java:2384) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixDriver.getConnectionQ= ueryServices(PhoenixDriver.java:255) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.create= Connection(PhoenixEmbeddedDriver.java:150) > =C2=A0=C2=A0=C2=A0at org.apache.phoenix.jdbc.PhoenixDriver.connect(Phoeni= xDriver.java:221) > =C2=A0=C2=A0=C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke0(Native = Method) > =C2=A0=C2=A0=C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown = Source) > =C2=A0=C2=A0=C2=A0at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unkn= own 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)