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 25D9010E9F for ; Mon, 23 Jun 2014 17:07:26 +0000 (UTC) Received: (qmail 39886 invoked by uid 500); 23 Jun 2014 17:07:25 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 39835 invoked by uid 500); 23 Jun 2014 17:07:25 -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 39822 invoked by uid 99); 23 Jun 2014 17:07:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2014 17:07:25 +0000 Date: Mon, 23 Jun 2014 17:07:25 +0000 (UTC) From: "stack (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= 40969#comment-14040969 ]=20 stack commented on HBASE-11118: ------------------------------- [~fs111] Tell us what to do so testing is easy for you? I could branch 0.9= 8, commit this patch, then push a build to mvn if that would help you. > 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 > > Attachments: 11118.bytestringer.txt, 1118.suggested.undoing.optim= ization.on.clientside.txt, 1118.suggested.undoing.optimization.on.clientsid= e.txt, HBASE-11118-0.98.patch.gz, HBASE-11118-trunk.patch.gz, 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)