Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6061211F9E for ; Wed, 11 Jun 2014 04:54:02 +0000 (UTC) Received: (qmail 59354 invoked by uid 500); 11 Jun 2014 04:54:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59312 invoked by uid 500); 11 Jun 2014 04:54:02 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 59301 invoked by uid 99); 11 Jun 2014 04:54:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 04:54:02 +0000 Date: Wed, 11 Jun 2014 04:54:02 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11118) non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11118?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D140= 27410#comment-14027410 ]=20 Andrew Purtell commented on HBASE-11118: ---------------------------------------- Rebased on latest trunk. The GitHub comparison links above will work agains= t the latest. > non environment variable solution for "IllegalAccessError: class com.goog= le.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.goog= le.protobuf.LiteralByteString" > -------------------------------------------------------------------------= ---------------------------------------------------------------------------= ------------------------------ > > Key: HBASE-11118 > URL: https://issues.apache.org/jira/browse/HBASE-11118 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.2 > Reporter: Andr=C3=A9 Kelpe > Priority: Blocker > Fix For: 0.99.0, 0.98.4 > > Attachments: HBASE-11118-0.98.patch.gz, HBASE-11118-trunk.patch.g= z, shade_attempt.patch > > > I am running into the problem described in https://issues.apache.org/jira= /browse/HBASE-10304, while trying to use a newer version within cascading.h= base (https://github.com/cascading/cascading.hbase). > One of the features of cascading.hbase is that you can use it from lingua= l (http://www.cascading.org/projects/lingual/), our SQL layer for hadoop. l= ingual has a notion of providers, which are fat jars that we pull down dyna= mically at runtime. Those jars give users the ability to talk to any system= or format from SQL. They are added to the classpath programmatically befo= re we submit jobs to a hadoop cluster. > Since lingual does not know upfront , which providers are going to be use= d in a given run, the HADOOP_CLASSPATH trick proposed in the JIRA above is = really clunky and breaks the ease of use we had before. No other provider r= equires this right now. > It would be great to have a programmatical way to fix this, when using fa= t jars. -- This message was sent by Atlassian JIRA (v6.2#6252)